Admin CHat HELP!!
#4

Just to respond to the original problem:

pawn Код:
if(text[0] == '!' && if(PlayerInfo[playerid][AdminLevel] >= 1); // line 2482
You have a second 'if' inside an 'if' statement. Then, you have a semicolon at the end. Both are not supposed to be in here. The semi colon at the end is only for one-line statements (such as assignments - new var = 1; )

The if statement should only be instantiated once.
Reply


Messages In This Thread
Admin CHat HELP!! - by kloning1 - 25.04.2014, 12:06
Re: Command Admin OnPlayerText(playerid, text[]) - by kloning1 - 25.04.2014, 12:17
Re: Admin CHat HELP!! - by Loveno - 25.04.2014, 12:50
Re: Admin CHat HELP!! - by mamorunl - 25.04.2014, 12:56

Forum Jump:


Users browsing this thread: 6 Guest(s)