Need Help ASAP
#1

Hi, when I do this coding

Код:
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;
}
I get this runtime error:
Код:
Script[gamemodes/TestingScript.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
And when I type it in in game, it says the SendClientMessage but with a "Server:Error Unknown Command"
Reply


Messages In This Thread
Need Help ASAP - by IPlayGames000 - 19.10.2013, 02:54
Re: Need Help ASAP - by HardRock - 19.10.2013, 03:31

Forum Jump:


Users browsing this thread: 1 Guest(s)