30.11.2012, 20:13
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**

