Jump to content

bmccrary18

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About bmccrary18

  • Rank
    Newbie
  1. bmccrary18

    Altis Life RPG

    Go to core > config > fn_vehicleList.Cfg.sqf You'll see code such as if(__GETC__(life_donator) > 1) then .... basically that means all players with a donator level greater than 1 will be able to get those certain vehicles.
  2. bmccrary18

    Altis Life RPG

    Looking for a little help for anyone that is willing... I'm trying to add a new table to the database(maybe multiple new tables), for rebel/gang whitelisting etc.. I can add the table to the database, but I haven't quite figured out how I can actually utilize it in a script. I've tried to compare/contrast between coplevel and donatorlvl but it's gotten me nowhere. Obviously you can't just add a rebellvl table and utilize it with life_rebellvl in a script. Obviously I'm no expert in SQL databases, or even coding, but I'm fairly decent at figuring things out/editing so even a brief explanation to point me in the right direction would be greatly appreciated. Thanks in advance for the help.
×