Wierd problem with CommandText
#2

You are not returning a value after the command. Put this:

pawn Код:
if(strcmp(cmdtext, "/kick", true ) == 0) )
    {
      // Kick
      Kick(playerid);
      return 1;
}
Reply


Messages In This Thread
Wierd problem with CommandText - by Tisca - 10.06.2009, 20:45
Re: Wierd problem with CommandText - by Metorea - 10.06.2009, 20:48
Re: Wierd problem with CommandText - by Tisca - 10.06.2009, 21:00
Re: Wierd problem with CommandText - by dice7 - 10.06.2009, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)