14.05.2014, 04:50
pawn Код:
if(killerid != INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "You committed sucide");
else
{
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
}
SetPVarInt(playerid, "Dead", 1);
SendDeathMessage(killerid, playerid, reason); // Shows the kill in the killfeed