Jump to content
Sign in to follow this  
marc420

please help with 1 issue

Recommended Posts

ok so i have looked all over for the info and got nowhere, basically i am running Domination west revive 10 on my server, and i created 6 pilots ontop of the default roles that come with it.

my question is this, how can i make it so that only pilots can fly the aircraft? i seen some posts about this but there all very brief, can someone talk me through excatly what i need to do please

much appreciated for a response.

Share this post


Link to post
Share on other sites

Look in iclient.sqf

round line 86:

// if the array is empty, anybody can fly,
// just add the type of players that can fly if you want to restrict to certain types
// for example: d_only_pilots_can_fly = ["SoldierWPilot","SoldierWMiner"];
// this includes bonus aircrafts too
d_only_pilots_can_fly = [];

Share this post


Link to post
Share on other sites
Look in iclient.sqf

round line 86:

// if the array is empty, anybody can fly,
// just add the type of players that can fly if you want to restrict to certain types
// for example: d_only_pilots_can_fly = ["SoldierWPilot","SoldierWMiner"];
// this includes bonus aircrafts too
d_only_pilots_can_fly = [];

ive changed that, it only made it that all got locked from choppers including pilots

**Edit finally fixed it**

Edited by marc420

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×