Unknown command help
#6

Quote:
Originally Posted by Memoryz
Lolz, i had the same problem.

At the end of each command, add
pawn Код:
return 1;
Here, i'll do the first one for ya:

pawn Код:
if(strcmp(cmdtext, "/help", true) == 0)
    {
    SendClientMessage(playerid,COLOR_GREY,"Your commands: /animlist, /kill, /menu, /colors, /rules, /job");
    return 1;
    }
thanks. Well the return 1; issue solved all of the problems.
Reply


Messages In This Thread
Unknown command help - by string227 - 22.08.2009, 21:08
Re: Unknown command help - by agusfn20 - 22.08.2009, 21:12
Re: Unknown command help - by ronyx69 - 22.08.2009, 21:13
Re: Unknown command help - by Memoryz - 22.08.2009, 21:14
Re: Unknown command help - by dice7 - 22.08.2009, 21:16
Re: Unknown command help - by string227 - 22.08.2009, 21:42

Forum Jump:


Users browsing this thread: 7 Guest(s)