📄Installation Guide
Location Setup
Vehicle Modifiers - These can be used for making sure the vehicles come out exactly how you want them 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 specifies 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 tires 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 level, in order: engine, brakes, suspension, transmission, armor, turbotrunkItems = { },
-- Use this to add items to the trunk of the vehicle when it is spawned
Example:
Last updated