Error.
#4

You can't have anything between
pawn Код:
if(something)
{
    blabla;
}
// HERE
else
{
    blabla;
}
Edit:
I just think you have an unintentional } in there:
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1)
    {
    SCM(playerid,COLOR_WHITE,"/adminhelp");
    // } Remove this line
    SCM(playerid,COLOR_LIGHTBLUE,"__________________HELP___________________");
    SCM(playerid,COLOR_WHITE,"CAR HELP: /deletecar, /veh, /park, /addrims");
    SCM(playerid,COLOR_WHITE,"CHAT HELP: /o, /b, /local,/shout, ");
    SCM(playerid,COLOR_WHITE,"GENERAL HELP: /buylevel ");
    }
Reply


Messages In This Thread
Error. - by ImprezBart - 12.10.2011, 08:29
Re: Error. - by iJumbo - 12.10.2011, 08:36
Re: Error. - by ImprezBart - 12.10.2011, 08:39
Re: Error. - by Lenny the Cup - 12.10.2011, 08:40

Forum Jump:


Users browsing this thread: 3 Guest(s)