19.10.2013, 02:54
Hi, when I do this coding
I get this runtime error:
And when I type it in in game, it says the SendClientMessage but with a "Server:Error Unknown Command"
Код:
CMD:help(playerid, params[]) { SCM(playerid, COLOR_YELLOW, "This is a test command"); return 0; } CMD:help2(playerid, params[]) { SCMTA(COLOR_YELLOW, "This is a test command"); return 0; }
Код:
Script[gamemodes/TestingScript.amx]: Run time error 20: "Invalid index parameter (bad entry point)"