if ( playerData[playerid][playerLevel] < Level_Here )
#9

Quote:
Originally Posted by Y_Less
View Post
You have code after "if" AND then braces. The braces should be attached directly to the if.
Do you mean
pawn Code:
if(playerData[playerid][playerLevel] < Level_Here )
instead of this:
pawn Code:
if ( playerData[playerid][playerLevel] < Level_Here )
?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)