11.04.2010, 15:54
hello, i've got a problem almost every command is not working just returning..
i added
every command:
i dont know what to do.. and when i use just return 1; in the end of the public it's just returning the command (not writing nothing..)
what can i do to fix the situation?.. thanks...
i added
pawn Код:
format(string,sizeof(string),"SERVER: *The command '%s' is none",cmd);
return SendClientMessage(playerid,COLOR_GREY,string);
pawn Код:
if(strcmp(cmdtext, "/hello", true) == 0)
what can i do to fix the situation?.. thanks...