14.01.2012, 19:37
Just the usual /kill... Well in ZCMD.
pawn Код:
CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, 0);
return 1;
}