12.09.2011, 09:38
Quote:
Gah, cbf to Learn how to use ZCMD or YCMD. Im going to wallow in my own pain of this command fucking up. XD
|
pawn Код:
COMMAND:kill(playerid, cmdtext)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid, COLOR_RED, "You just killed your self");
return 1;
}