Jump to content

how to change Rewards vehicles


Recommended Posts

If you are using I&A from 2.76 through 2.78 it would be located in the functions folder in the fn_SMhintSUCCESS.sqf file.

The rewards that spawn look like this:

smRewards =
[
["a To-199 Neophron (CAS)", "O_Plane_CAS_02_F"],
["an A-164 Wipeout (CAS)", "B_Plane_CAS_01_F"],
["an Mi-48 Kajman", "O_Heli_Attack_02_black_F"],
["an AH-99 Blackfoot", "B_Heli_Attack_01_F"],
["a PO-30 Orca", "O_Heli_Light_02_F"],
["a WY-55 Hellcat", "I_Heli_light_03_F"],
["an AH-9 Pawnee", "B_Heli_Light_01_armed_F"],
["an FV-720 Mora", "I_APC_tracked_03_cannon_F"],
["an FV-720 Mora", "I_APC_tracked_03_cannon_F"],
["an AFV-4 Gorgon", "I_APC_Wheeled_03_cannon_F"],
["an AFV-4 Gorgon", "I_APC_Wheeled_03_cannon_F"],
["an IFV-6a Cheetah", "B_APC_Tracked_01_AA_F"],
["an IFV-6a Cheetah", "B_APC_Tracked_01_AA_F"],
["an AMV-7 Marshall", "B_APC_Wheeled_01_cannon_F"],
["a T-100 Varsuk", "O_MBT_02_cannon_F"],
["an MBT-52 Kuma", "I_MBT_03_cannon_F"],
["an M2A4 Slammer (Urban Purpose)", "B_MBT_01_TUSK_F"]
];
 
 
if you wanted to add a vehicle it would be something like this:
["name of vehicle", "config_name_of_vehicle"],
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Forum Statistics

    11.1k
    Total Topics
    66.4k
    Total Posts
×
×
  • Create New...