Skip to content

bl_customs v1.0.4

Compare
Choose a tag to compare
@Frowmza Frowmza released this 23 Feb 19:28
bbf2eb9
  • add(group) : multiple jobs and grades
group = {
   police = 4 -- [job] = [grade]
}
  • Location mod restrictions, added mods prop in locations table in config
mods = {
  decals = true,
  paint = true,
}
-- mods: {[key: 'wheels' | 'decals' | 'paint']: boolean}
  • group is now inside each locations table.

  • add free to specify whether the mods are free or paid for specified location.
    free: boolean