MrWho 0 Posted January 26, 2007 I have looked on Biki and through the 1st 10 pages here. But still looking for code/script to limit player types to vehicles. IE pilots to air craft, etc. Any help would be appreciated! Share this post Link to post Share on other sites
benreeper 0 Posted January 26, 2007 There is nothing built in to the game, it would have to be modded. You could put a "GETIN" eventhandler on the vehicles that would check if a pilot is entering an aircraft or not. I they aren't pilots, throw them out. --ben Share this post Link to post Share on other sites
MrWho 0 Posted January 26, 2007 Ben, Thanks for your help. Share this post Link to post Share on other sites
-)rStrangelove 0 Posted January 26, 2007 I'd only use 1 simple script for that. Place all vehicles you want to check in an array and let the script loop thru it constantly. For every vehicle in the array check if there's a driver in there and if so, whether the type is one of the pilot types (dunno the codenames but it's in the wiki somewhere). Only 1 script needed, not 1 eventhandler for every vehicle. Share this post Link to post Share on other sites