12.10.2011, 08:40
You can't have anything between
Edit:
I just think you have an unintentional } in there:
pawn Код:
if(something)
{
blabla;
}
// HERE
else
{
blabla;
}
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 ");
}