Sign in to follow this  
Taxi

ZCP Mission - Armed military vehicles as reward

2 posts in this topic

Hey guys,

I'm having trouble adding the HMG Strider, Ifrit and Hunter to the rewards. When i copy the vehicle code from the infistar admin panel, and paste them into: @ExileServer/Addons/a3_zcp_exile/FN_CONFIG.sqf , the ZCP missions won't load at all in game... Who could please help me fix this?
The codes I used to add the armed military vehicles to the config file are:
Strider: I_MRAP_03_hmg_F
Hunter: B_T_MRAP_01_hmg_F
               B_MRAP_01_hmg_F
Ifrit: O_MRAP_02_hmg_F
        O_T_MRAP_02_hmg_ghex_F
Thanks in advance.

Share this post


Link to post
Share on other sites

Add to fn_config.sqf for example:

ZCP_MyVehicles =

[

   " I_MRAP_03_hmg_F ",

   " B_T_MRAP_01_hmg_F ",

   " B_MRAP_01_hmg_F ",

   " O_MRAP_02_hmg_F ",

   " O_T_MRAP_02_hmg_ghex_F "

];

and change the line

ZCP_VehicleReward = ZCP_DMS_TransportTrucks;

to

ZCP_VehicleReward = ZCP_DMS_TransportTrucks + ZCP_MyVehicles;

 

I don't know if that works, I haven't tested it.

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.