Account system problems..
#1

I got these errors

pawn Код:
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(78) : error 017: undefined symbol "PlayerInfo"
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(78) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(110) : warning 213: tag mismatch
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(110) : error 001: expected token: ")", but found "["
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(110) : warning 215: expression has no effect
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(110) : error 001: expected token: ";", but found "]"
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(110) : error 029: invalid expression, assumed zero
C:\Users\Eric\Desktop\SA-MP Server\gamemodes\hg.pwn(110) : fatal error 107: too many error messages on one line
This is 78:
pawn Код:
new pInfo[MAX_PLAYERS][PlayerInfo];
and 110:
pawn Код:
INI_String("Password", pInfo[playerid][Pass],129);
also this forward doesnt seem to work? the "forward" isnt turning blue for me.

pawn Код:
forward loadaccount_user(playerid, name[], value[]);
Reply


Messages In This Thread
Account system problems.. - by Proph3t - 19.09.2013, 16:51
Re: Account system problems.. - by DanishHaq - 19.09.2013, 16:54
Re: Account system problems.. - by Konstantinos - 19.09.2013, 16:55
Re: Account system problems.. - by Proph3t - 19.09.2013, 16:58
Re: Account system problems.. - by DanishHaq - 19.09.2013, 17:01
Re: Account system problems.. - by Proph3t - 19.09.2013, 17:04
Re: Account system problems.. - by DanishHaq - 19.09.2013, 17:06
Re: Account system problems.. - by Proph3t - 19.09.2013, 17:07
Re: Account system problems.. - by EiresJason - 19.09.2013, 17:08
Re: Account system problems.. - by DanishHaq - 19.09.2013, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)