Unknown command [Advanced]
#1

Hello,
I'm receiving an error : Server: Unknown command.
when using this command :
Код:
	if(strcmp("/me", cmd[0], true, 10) == 0)
	{
		new string2[1024];
		format(string2, sizeof(string2), cmdtext);
		strdel(string2, 0, 3);
	    format(string, sizeof(string), "* %s%s", pName(playerid), string2);
	    ProxDetector(20.0, playerid, string, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE);
	    return 1;
	}
I'm sure this is not a return 1; error because I checked it.
Can you please give me all the possible causes of this message ? because I'm receiving it a lot and it's not about the returns.
Reply


Messages In This Thread
Unknown command [Advanced] - by HellviRus - 15.05.2014, 19:13
Re: Unknown command [Advanced] - by PinEvil - 15.05.2014, 19:22
Re: Unknown command [Advanced] - by SickAttack - 15.05.2014, 19:24
Re: Unknown command [Advanced] - by DaniceMcHarley - 15.05.2014, 19:56
Re: Unknown command [Advanced] - by Sasino97 - 15.05.2014, 20:55
Re : Unknown command [Advanced] - by HellviRus - 16.05.2014, 07:27
Re : Unknown command [Advanced] - by HellviRus - 18.05.2014, 08:10
Re: Unknown command [Advanced] - by Threshold - 18.05.2014, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)