Problem with Commands and how they are ordered
#8

Quote:
Originally Posted by Grant Johnston
Посмотреть сообщение
Gah, cbf to Learn how to use ZCMD or YCMD. Im going to wallow in my own pain of this command fucking up. XD
Zcmd is very easy, all you got to do is
pawn Код:
COMMAND:kill(playerid, cmdtext)
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid, COLOR_RED, "You just killed your self");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)