06.06.2009, 14:32
Okay so i'm using =>Sandra<='s Property-System and it doesn't work with Tcash (RCASH) on my server as an FS so i added it to my game mode and it works but it has a login system! so it has something like this
and i can't change it to my Logged.. it's called aLogged and it's an enum.. So i changed all Logged's to aLogged and then i change the aaLogged back to aLogged. But it gives errors about the aLogged in the commands e.t.c.
example :
LINE 210 :
ERRORS :
HOW DO I FIX THIS?
Код:
new Logged[MAX_PLAYERS];
example :
LINE 210 :
Код:
aLogged[playerid] = 0;
Код:
(210) : error 028: invalid subscript (not an array or too many subscripts): "aLogged" (210) : warning 215: expression has no effect (210) : error 001: expected token: ";", but found "]" (210) : error 029: invalid expression, assumed zero (210) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.