error 017: undefined symbol "PlayerInfo"
#4

I noticed that the password is being loaded as an integer entry. Unless all the players who play your server only have numbers in their passwords, this will cause a problem.

You might want to try something like this:

pawn Код:
//For the password variable, you have to add the size of the variable

pPass[128], //128 should be a good size, however idk how many characters the hasher you use allows, so change accordingly
pCash,
//etc

//then, to load the password as a string

INI_String("Password",PlayerInfo[playerid][pPass], 128);
This should work, PM if it doesn't.
Reply


Messages In This Thread
error 017: undefined symbol "PlayerInfo" - by canadianclass - 25.09.2014, 03:45
Re: error 017: undefined symbol "PlayerInfo" - by Stinged - 25.09.2014, 03:47
Re: error 017: undefined symbol "PlayerInfo" - by canadianclass - 25.09.2014, 03:48
Re: error 017: undefined symbol "PlayerInfo" - by DTV - 25.09.2014, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)