marc420 10 Posted October 17, 2009 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
Big_Daddy 10 Posted October 17, 2009 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
marc420 10 Posted October 18, 2009 (edited) Look in iclient.sqfround 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 October 18, 2009 by marc420 Share this post Link to post Share on other sites