Jump to content
Sign in to follow this  
kocrachon

Only this guy can use it...

Recommended Posts

So I am making a mission where I have 30 players and I want to make it so that ONLY one player can use this one specific vehicle. Ive read about crew checks and all of that but I dont want to prevent people form using ANY vehicle, just this one specific vehicle.

So how would I make a check to where only the one specific player can get into this one specific APC?

Also I want him to be able to ONLY get into the gunner seat and NO other seat.

Edited by Kocrachon

Share this post


Link to post
Share on other sites

My only problem with that, is it prevents everyone. I want to make it to where this one specific guy can only get into the gunner seat of an MHQ. I also want to make it to where HE is the only one allowed in it.

Share this post


Link to post
Share on other sites

if ((Gunner Vehicle) != UnitName) then {(Gunner Vehicle) action ["eject", (Gunner Vehicle)]};

That might do it, havent tested though.

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  

×