24.05.2017, 03:26
so i made a cmd "/cmds" but when i type it ingame it just says:
Here is the list of all commands:
Unknown Command.
code is here:
Here is the list of all commands:
Unknown Command.
code is here:
Код:
if (strcmp("/cmds", cmdtext, true, 99999) == 0) { SendClientMessage(playerid, COLOR_WHITE , "Here is the list of all available commands."); ShowPlayerDialog(playerid, 99999, DIALOG_STYLE_MSGBOX, "Commands", "/respawn - respawn yourself\n\ /heal - Fill up your health and armour\n\ /weapons - Arm Up yourself\n\ /stunt - Teleport yourself to the stunt arena or place.", "Ok, Got It.", ""); }