16.03.2012, 13:49
Код:
SetPlayerHealth(killerid,-250);
or then it just doesnt detect it as teamkill and does it anyway, try changing that line to
Код:
SendClientMessage(playerid, 0xFFFFFF,"You killed your friend");
SetPlayerHealth(killerid,-250);
SendClientMessage(playerid, 0xFFFFFF,"You killed your friend");