Skip to content

Commit

Permalink
refactor: updated info of new convar on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
franfdezmorales committed Jun 6, 2022
1 parent 19f70ea commit 285c464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ This is a development resource, if you don't use the exports the resource itself
Since this is a client script, you will need to use **setr** to set these convars.

- **fivem-appearance:locale**: the name of one file inside `locales/`, default **en**, choose the locale file for the customization interface.

- **fivem-appearance:automaticFade**: If set to 0, hair fade could be selected by the player, otherwise it will be automatic. default **1**.
config.cfg example:

```cfg
setr fivem-appearance:locale "en"
setr fivem-appearance:automaticFade 1
ensure fivem-appearance
```

Expand Down Expand Up @@ -99,6 +100,7 @@ RegisterCommand('customization', function()
headOverlays = true,
components = true,
props = true,
tattoos = true
}

exports['fivem-appearance']:startPlayerCustomization(function (appearance)
Expand Down

0 comments on commit 285c464

Please sign in to comment.