Compile errors
#1

Hello mates I made some commands for my GM and Im getting some errors

Код:
(2110) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo"
(2110) : warning 215: expression has no effect
(2110) : error 001: expected token: ";", but found "]"
(2110) : error 029: invalid expression, assumed zero
(2110) : fatal error 107: too many error messages on one line
This is line 2110:if(PlayerInfo[playerid][Level] >= 1)
Can anyone help me solve this case?
Reply
#2

Post the line that has something like this:
pawn Код:
new PlayerInfo[MAX_PLAYERS][pInfo];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)