File or function is not found
#5

Quote:
Originally Posted by NotoriousMOB
View Post
Does it compile
and you sure its after the code, have you tried to remove the code to be sure its that?

Else try this :

pawn Code:
if(strcmp(cmd, "/gmx", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (PlayerInfo[playerid][pAdmin] >= 5)
            {
                GameModeExit();
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   You are not authorized to use that command !");
            }
        }
        return 1;
    }
iff its a GMX cmd?
I did remove it to see if it was that. I got the same error. The thing is, this didn't happen until i put that in.
Reply


Messages In This Thread
File or function is not found - by austin070 - 15.03.2011, 20:09
Re: File or function is not found - by admantis - 15.03.2011, 20:11
Re: File or function is not found - by austin070 - 15.03.2011, 20:28
Re: File or function is not found - by NotoriousMOB - 15.03.2011, 20:31
Re: File or function is not found - by austin070 - 15.03.2011, 22:20

Forum Jump:


Users browsing this thread: 4 Guest(s)