17.06.2009, 00:09
well there is not a Fs is very simple you can check on
http://wiki.sa-mp.com
or under
http://wiki.sa-mp.com
or under
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{if(killerid == INVALID_PLAYER_ID)
{
SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
}
else
{
SendDeathMessage(killerid,playerid,reason);
}
return 1;
}

