SA-MP Forums Archive
[NOT FIXED] Help, saving problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [NOT FIXED] Help, saving problem. (/showthread.php?tid=80802)



[NOT FIXED] Help, saving problem. - coole210 - 06.06.2009

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
Код:
new Logged[MAX_PLAYERS];
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 :

Код:
  aLogged[playerid] = 0;
ERRORS :

Код:
(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.
HOW DO I FIX THIS?


Re: [NOT FIXED] Help, saving problem. - coole210 - 06.06.2009

Somebody please help, really need this

Sorry for bump