16.12.2014, 22:57
OnPlayerDeath
Tente:
Tente:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid == INVALID_PLAYER_ID)
{
// cometeu suicidio
}
return 1;
}