View Single Post
  #1  
Old 08-16-2011, 08:00 PM
Gourmand Gourmand is offline
Approved Member
 
Join Date: Jun 2010
Posts: 208
Default Script CS question

why OnAircraftLanded(int missionNumber, string shortName, AiAircraft aircraft)

doesn't work in multi?

OnActorDead(int missionNumber, string shortName, AiActor actor, List<DamagerScore> damages); work very well... but not the aircraft evenement :/
Reply With Quote