29.01.2010, 08:35
You either loop it (for(new i=0; i <MAX_PLAYERS;i++) { if(IsPlayerConnected(i)) { //OnVehicle Death what you do } } ) to find PlayerID (i = playerid )
Either use playerid = killerid, depends what you want to use it for.
Either use playerid = killerid, depends what you want to use it for.