Error Problem!
#1

(271) : error 033: array must be indexed (variable "

if ("gPlayerLogged[i] = 0");

helppp
Reply
#2

pawn Код:
new gPlayerLogged[MAX_PLAYERS]
Reply
#3

noup dont work
Reply
#4

show the code and where you defined gPlayerLogged
Reply
#5

http://pastebin.com/GrvnESRZ here
Reply
#6

see on line 11 gPlayerLogged is defined only as "new gPlayerLogged" and you are trying to use it as an array "gPlayerLogged[i]" you would need to define it at the top as "gPlayerLogged[MAX_PLAYERS]" to use it like you are trying **edit:: just noticed you re-defined it only define it once**
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)