15.05.2014, 19:13
Hello,
I'm receiving an error : Server: Unknown command.
when using this command :
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.
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; }
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.