# SN-SpaJob

* [<mark style="color:red;">**Buy Here**</mark>](https://skeletonnetworks.tebex.io/category/Scripts)
* [<mark style="color:red;">**Join The Discord**</mark>](https://discord.gg/7JwdBJ5vFp)

## START HERE

1. Download the SN-SpaJob file from [<mark style="color:red;">**keymaster**</mark>](https://keymaster.fivem.net/)<mark style="color:red;">**.**</mark>
2. Unzip the file and drag the resource anywhere inside your server files
3. Take out the resources from  \[SN-SpaJob] and place them anywhere inside your server files or keep them ther and in server.cfg add `ensure [SN-SpaJob]`
4. Install the sql **RunMe.sql** in your database
5. If you are not using the nails pack I provided make sure to chanage the config depending on your nails

## HOW TO SET UP YOUR OWN STUFF

In the config.lua you will see theres is 3 categories:

```lua
Config.ShortNails = {

Config.LongNails = {

Config.Eyelashes = {
```

Depending on what category you would like to add you will add the following line:

```lua
[1] = {Label = "LabelYouWAnt", ComponentID = 0, DrawableID = 0, TextureID = 0},
```

1. In the \[ ] you will add the last number + 1 or 1 if theres non before
2. In the Label " " You will add the Label you want in the menu options
3. In the ComponentID You will add the ComponentID  of your Item You can find that here:

```
The Numbers Are the ComponentID
0  = Face       | 1 = Mask\ 
2  = Hair       | 3 = Torso 
4  = Leg        | 5 = Parachute/bag
6  = Shoes      | 7 = Accessory 
8  = Undershirt | 9 = Kevlar 
10 = Badge      | 11: Torso 2
```

4\. In the DrawableID value you will add the number of your clothing

5\. In the TextureID  value you will add the number of the texture of your clothing


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skeletonnetworks.gitbook.io/skeletonnetworks/resources/sn-spajob.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
