Error
#1

MISSING BRACKET: The { bracket on line 986 does not have a pair!

pawn Код:
if (count != 1)
    {
        if (playerid != INVALID_PLAYER_ID)
        {
            if (count)
            {
                SendClientMessage(playerid, 0xFF0000AA, "Multiple users found, please narrow earch");
            }
            else
            {
                SendClientMessage(playerid, 0xFF0000AA, "No matching user found");
            }
        }
        userid = INVALID_PLAYER_ID;
    }
How is there missing a bracket?
Reply


Messages In This Thread
Error - by Dripac - 24.11.2011, 06:35
Re: Error - by [MG]Dimi - 24.11.2011, 06:39
Re: Error - by Dripac - 24.11.2011, 06:43
Re: Error - by [MG]Dimi - 24.11.2011, 06:47
Re: Error - by Dripac - 24.11.2011, 06:49
Re: Error - by Wesley221 - 24.11.2011, 06:51
Re: Error - by Dripac - 24.11.2011, 06:51

Forum Jump:


Users browsing this thread: 1 Guest(s)