How To Use
Location Setup
Vehicle Modifiers - These can be used for making sure the vehicles comes out exactly how you want it to
CustomName = "Police Car",
this will show a custom override name for your vehicles so you don't need to add them to your vehicles.luarank = { 2, 4 },
This specifes which grades can see it, and only these gradesgrade = 4,
This specifies the lowest grade and above that can see the vehiclecolors = { 136, 137 },
This is the colour index id of the vehicle, Primary and Secondary in that orderbulletproof = true,
This determines if the tyres are bullet proof (don't ask me why, I was asked to add this)livery = 1,
This sets the livery id of the vehicle, (most mod menus would number them or have them in number order) 0 = stockextras = { 1, 5 },
-- This enables the selected extras on the vehicleperformance = "max",
-- This sets the car upgrades all to MAX levelsperformance = { 2, 3, 3, 2, 4, true },
-- This allows more specific settings for each upgrade levelin order:
engine
brakes
suspension
transmission
armour
turbo
trunkItems = { },
-- Use this to add items to the trunk of the vehicle when it is spawned
Example:
This can also be used to add new locations
Last updated