07.06.2011, 17:22
Mm...
Use GetPlayerVehicleID in the OnPlayerDeath callback?
Store what is a returned in a global variable so that AFTER he dies the vehicle id will still be available in that variable.
Use GetPlayerVehicleID in the OnPlayerDeath callback?
pawn Код:
pubilc OnPlayerDeath(playerid, killerid)
{
return 1;
}