View Single Post
  #1  
Old 09-02-2011, 08:30 AM
adonys adonys is offline
Approved Member
 
Join Date: Apr 2010
Posts: 850
Default Players leaving aircraft before OnActorDead triggered solution

There's a simple solution to this problem.

When a player spawns into an airplane, just store that actor-player relation in a list, and on each OnActorDead in which there's no player, scan that list looking to see if there is a player "registered" to it.

Simple stuff
Reply With Quote