12.06.2012, 06:20
Hello,
I want to know the Default cmds that are like :
and ZCMDs:
Can we use both in gamemodes??
I want to know the Default cmds that are like :
Код:
if (strcmp("/kill", cmdtext, true, 5) == 0) { SetPlayerHealth(playerid, 0); return 1; }
Код:
COMMAND:kill(playerid, params[]) { SetPlayerHealth(playerid, 0); return 1; }