Tag Mismatch?
#1

Before you jump to conclusions. I am aware of a lot of the scripting errors and what causes them, so I try not to post here regarding compiling errors, it's just that I have looked through this line for about 10 minutes and cannot figure out what in the world is wrong with it. It's like playing a damn game of I-Spy.

pawn Код:
CMD:goto(playerid,params[])
{
    if(!IsPlayerAdmin(playerid) && pInfo[pAdmin][playerid] < 3) // Error Line
    {
        SendClientMessage(playerid,COLOR_LIGHTGRAY,"You are not authorised to use that command.");
        return 1;
    }
        // Rest of code is uneeded.
Reply


Messages In This Thread
Tag Mismatch? - by ReneG - 19.03.2012, 06:27
Re: Tag Mismatch? - by Roel - 19.03.2012, 06:57
Re: Tag Mismatch? - by ReneG - 19.03.2012, 06:59

Forum Jump:


Users browsing this thread: 4 Guest(s)