FAQ
How to do localization
Locale = 'en', -- You specify the primary language of your script. (Supported Locales: en)How to create a new variants
[1] = {
vehicle = {
coords = vec4(1332.75, 602.34, 79.16, 324.17), -- Vehicle coords
model = "Baller", -- Vehicle model
hash = `baller`, -- Vehicle hash
bodyHealth = 200, -- Vehicle engine healt -4000 - 1000 (optional)
engineHealth = 200, -- Vehicle engine healt 0 - 1000 (optional)
doors = { -- Opened Doors (optional)
[0] = true, -- Driver Side Left Door
[1] = true, -- Driver Side Right Door
[2] = true, -- Passenger Side Left Door
[3] = true, -- Passenger Side Right Door
[4] = true, -- Bonnet
[5] = true, -- Boot
},
tyres = { -- Flat Tires (optional)
[0] = true, -- Driver Left
[1] = true, -- Driver Right
[2] = true, -- Passenger Left
[3] = true, -- Passenger Right
},
brokenDoors ={ -- Broken Doors (optional)
[0] = true, -- Driver Side Left Door
[1] = true, -- Driver Side Right Door
[2] = true, -- Passenger Side Left Door
[3] = true, -- Passenger Side Right Door
[4] = true, -- Bonnet
[5] = true, -- Boot
},
locked = 2 -- Locked Doors (optional)
},
ped = {
coords = vec4(1335.41, 602.99, 79.21, 16.69), -- Ped Coords
model = "s_m_y_ammucity_01", -- Ped model
hash = `s_m_y_ammucity_01`, -- Ped hash
scenario = "WORLD_HUMAN_STAND_IMPATIENT_UPRIGHT", -- Ped scenario (optional)
},
fullaname = "Unknown", -- Ped name
reason = 'Engine failure', -- Reason
},How can i integrate my inventory ?
Scripts
Status
How can i integrate my target script ?
Scripts
Status
How can i integrate my vehiclekeys script ?
Scripts
Status
How can i integrate my fuel script ?
Scripts
Sta
Last updated