03.09.2013, 23:52
so yea this code sends a message like if the player suicided but doesn't show the killerid i.e (me)
shows killerid - blank.
shows killerid - blank.
pawn Код:
if(hp < 1.0)
{
SendClientMessage(i, -1, "Killed by a haze bomb.");
OnPlayerDeath(i, playerid, 47);
SpawnPlayer(i);
}