Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {
- StartingApartment = true, -- Enable/disable starting apartments (make sure to set default spawn coords)
- DefaultSpawn = vector3(-1035.71, -2731.87, 12.86), -- Default spawn coords if you have start apartments disabled
- -- Default spawn coords are the airport in Los Santos
- HiddenCoords = vector4(-439.52, 1087.56, 332.53, 130.73), -- Hides your actual ped while you are in selection
- CamCoords = vector4(-441.57, 1069.95, 354.14, 149.5), -- Camera coordinates for character preview screen
- EnableInterior = false, -- Should we try to load the interior?
- InteriorCoords = vector3(0.0, 0.0, 0.0), -- Location of interior to load
- EnablePed = false, -- Should we show character preview ped?
- PedCoords = vector3(0.0, 0.0, 0.0), -- Ped coords where the preview ped will be spawned
- EnableDeleteButton = true, -- Define if the player can delete the character or not
- DefaultNumberOfCharacters = 1, -- Define maximum amount of default characters (maximum 5 characters defined by default)
- 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:036b17b438c82d1ea9424737876bb4670a840581", numberOfChars = 4 },
- },
- CreateNewCharacterIcon = "➕", -- Define icon for create new character button
- LockedCharacterIcon = "🔒", -- Define icon for locked character button
- -- Type of weather during character selection
- --[[
- BLIZZARD
- CLEAR
- CLEARING
- CLOUDS
- EXTRASUNNY
- FOGGY
- HALLOWEEN
- NEUTRAL
- OVERCAST
- RAIN
- SMOG
- SNOW
- SNOWLIGHT
- THUNDER
- XMAS
- ]]
- WeatherType = "EXTRASUNNY",
- -- Type of time during character selection
- -- WARNING THIS ONLY WORKS IF YOU DISABLE THE LOOP IN QB-WEATHERSYNC
- -- CONTACT A SUPPORT IF YOU DONT KNOW HOW TO DISABLE THE LOOP
- Time = {
- hours = 12,
- minutes = 0,
- seconds = 0,
- },
- Debug = false -- Should be only used for testing purposes (If you know what you are doing) or when support asks you to
- }
Advertisement
Add Comment
Please, Sign In to add comment