21.02.2009, 20:22
Then just put these 2 lines
anywhere you want to disable something when playerid is dead..
pawn Код:
if (GetPlayerState(playerid) == PLAYER_STATE_WASTED)
return false;