OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting Multiplayer => Topic started by: unknownx9 on 13 Feb 2010, 01:19:33

Title: How do you place hint inside helicopter?
Post by: unknownx9 on 13 Feb 2010, 01:19:33
Hello,

I am trying to place a hint within a chopper in the Domination Map by Xeno, that can only be seen by whoever gets into the chopper pilot seat. Stating that in order to fly a chopper you must be on teamspeak. Some help would be greatly appreciated. 

Thanks
Title: Re: How do you place hint inside helicopter?
Post by: laggy on 13 Feb 2010, 16:12:26
if (player == driver myChopper) then {hint "You need to be on teamspeak"};

Laggy