Configuration
1. Configuration config.lua
If you want players to be able to delete their character, set true, if you want them to see a notify about going to the administration for delete a character, set false
Configure the weather system so that the character preview has the weather you want
If you use a custom character creator for e.g. vms_charcreator, set this option to true, if you want to use the default one from esx_skin, fivem-appearance or illenium-appearance, set it to false
This moves the player into their own virtual world which also removes any collisions between players
By default the coordinates are set on top of Diamond Casino, if you don't have a server started with build that extended of Diamond Casino DLC, you won't be able to select a character, you need to change coordinates or add a set new server build
If you have changed the player's position you can also change the camera height to match the new coordinates
You can change the coordinates where the player will spawn after creating a new character but if you are using a custom character creator, you need to change the respawn coordinates in the char creator script
Here you set whether players will be able to change characters during the game on the coordinates you set, if you don't want it set enable = false
2. Configuration config_client.lua
If you use a custom character creator than vms_charcreator here you can add a trigger/export to open it
If you are using a different identity than vms_identity you can change the trigger to open it here
If you are using vms_spawnselector or other spawnselector, you can enter your event here
3. Open config_server.lua
You can set the default count of slots a player has. Remember that the administrator can also assign a custom number of slots to a player on the identifier with the command
If you have a non-standard database, and more specifically a users table with an identifier column you need change this
You can change the prefix that will be saved in the database by default it is char
Check what player identifier you use in your server, if you use steam hex set "steam", if you use identifier as R* license set "license"
Using the options below, you can set the starting items and money for the player
4. Open config_commands.lua
Adjust the command to delete characters, add missing tables from which data assigned to the player ID is to be removed
Last updated