-
Notifications
You must be signed in to change notification settings - Fork 230
Expand file tree
/
Copy pathconfig.lua
More file actions
14 lines (13 loc) · 1.46 KB
/
config.lua
File metadata and controls
14 lines (13 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Config = {}
Config.Interior = vector3(-763.2816, 330.0418, 199.4865) -- Interior to load where characters are previewed
Config.DefaultSpawn = vector3(-1035.71, -2731.87, 12.86) -- Default spawn coords if you have start apartments disabled
Config.PedCoords = vector4(-763.2816, 330.0418, 199.4865, 177.7942) -- Create preview ped at these coordinates
Config.HiddenCoords = vector4(-779.0154, 326.1801, 196.0860, 91.0454) -- Hides your actual ped while you are in selection
Config.CamCoords = vector4(-763.1219, 326.8112, 200, 357.0954) -- Camera coordinates for character preview screen
Config.EnableDeleteButton = true -- Define if the player can delete the character or not
Config.customNationality = false -- Defines if Nationality input is custom of blocked to the list of Countries
Config.SkipSelection = false -- Skip the spawn selection and spawns the player at the last location
Config.DefaultNumberOfCharacters = 5 -- Define maximum amount of default characters (maximum 5 characters defined by default)
Config.PlayersNumberOfCharacters = { -- Define maximum amount of player characters by rockstar license (you can find this license in your server's database in the player table)
{ license = 'license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', numberOfChars = 2 },
}