11.08.2012, 19:30
I think easiest is something like this:
pawn Код:
CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, 0);
Return 1;
}