View Single Post
  #1  
Old 11-15-2011, 08:16 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default How to send message to player at takeoff?

How to send a message only to the player who has just taken off? I have this so far ...

code removed by author

As you can see, I've tried sending the GamePlay.gpHUDLogCenter text to ThePlane.AiActor.Name() and AiActor.Name() which produce errors. I guess I neeed to also test if the plane is AI or player controlled since I don't need to send a screen message to the AI.
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE

Last edited by salmo; 10-18-2012 at 09:32 AM.
Reply With Quote