File or function is not found
#4

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?
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: 2 Guest(s)