Command added but returns Unkown command
#1

Hi

i added a command but for some reason it keeps saying it doesnt know the command
already tried doing return 1 everywhere, etc.

all other commands work fine. The position in the script doesnt bother
pawn Код:
if(!strcmp(cmdtext, "/join", true))
    {
        if(playercount >= 3)
        {

            dm[playerid] = 1;
           
        }
        else
        {
          dm[playerid] = 0;
          spectate(playerid);
        }
        return 1;
    }
edit: blag ignore the indentation
Reply


Messages In This Thread
Command added but returns Unkown command - by hipy - 19.11.2009, 16:58
Re: Command added but returns Unkown command - by yom - 19.11.2009, 17:04
Re: Command added but returns Unkown command - by ExoSanty - 19.11.2009, 17:11
Re: Command added but returns Unkown command - by Calon - 19.11.2009, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)