Loading Playerfile
#4

pawn Код:
INI_ParseFile(file, "LoadUser", .bExtra = true, .extra = playerid);
            format(file, sizeof(file), "%s.ini", name);
By what I see you've formated the file after parsing, which wouldn't generate anything. So, wouldn't be that?

pawn Код:
format(file, sizeof(file), "%s.ini", name);
INI_ParseFile(file, "LoadUser", .bExtra = true, .extra = playerid);

And for password, it had to be a string. Try formatting file before parsing
Reply


Messages In This Thread
Loading Playerfile - by Tommy_Mandaz - 19.04.2011, 00:30
AW: Loading Playerfile - by Nero_3D - 19.04.2011, 00:37
Re: Loading Playerfile - by Tommy_Mandaz - 19.04.2011, 00:48
Re: Loading Playerfile - by blackwave - 19.04.2011, 00:50
Re: Loading Playerfile - by Tommy_Mandaz - 19.04.2011, 01:08
Re: Loading Playerfile - by blackwave - 19.04.2011, 01:23

Forum Jump:


Users browsing this thread: 1 Guest(s)