![]() |
|
#1
|
|||
|
|||
![]()
Cannot work on dedi:
GamePlay.gpPlayer() doesn't work in multiplayer you must use: GamePlay.gpRemotePlayers (Array of player so you must find out which player is the correct one) or aircraft.Player(0) // is the pilot of Aircraft so if (aircraft.Player(0) == null) // no human pilot return; GamePlay.gpHUDLogCenter(new Player[] {aircraft.Player(0) }, "Fly a reccon to LeHavre (AN4)"); Sorry posted at same time so use Krupinsky method above ![]() Last edited by FG28_Kodiak; 09-13-2011 at 09:40 PM. |
#2
|
|||
|
|||
![]()
Thanks, will try this.
![]()
__________________
http://cornedebrouwer.nl/cf48e |
#3
|
|||
|
|||
![]()
I confirmed last night that the OnAircraftTookOff event is indeed fired off, on a dedicated server.
|
![]() |
|
|