psychd 10 Posted August 6, 2009 (edited) Hello all. I'm making a Paradrop mission, and I've gotten most of the scripting and such done. But I still need one thing; A message/hint showing for all those who fail to jump out of the Osprey in time, where after the option to jump out gets disabled. I simply cant figure this one out, tried a few things, but the hint still shows for those who jumps out in time. So how do I fix it, so the Hint only shows for those in the Osprey? Thanks in advance. Edited August 6, 2009 by PsychD Share this post Link to post Share on other sites
Big Dawg KS 5 Posted August 6, 2009 if(local nameOfFailer && isPlayer nameOfFailer)then{hint "You FAIL"} Share this post Link to post Share on other sites
psychd 10 Posted August 6, 2009 if(local nameOfFailer && isPlayer nameOfFailer)then{hint "You FAIL"} I could kiss you :inlove: Thanks for the help. :) Share this post Link to post Share on other sites
Big Dawg KS 5 Posted August 6, 2009 I could kiss you :inlove: Because the rules of the internet dictate that you are a guy... ew no. Share this post Link to post Share on other sites