Why didn't work ?
#5

You can use this to simplify registration: https://sampforum.blast.hk/showthread.php?tid=616023

But to the fix the problem, replace this:
Код:
INI_ParseFile(User(playerid), "PlayerData_Data", .bExtra = true, .extra = playerid);
With this:
Код:
INI_ParseFile(User(playerid), "PlayerData_%s", .bExtra = true, .extra = playerid);
And make sure to write everything under the [Data] tag.
Or else, you can remove all of the tags, and load the whole file under one callback.
Reply


Messages In This Thread
Why didn't work ? - by anonimus22222 - 31.08.2016, 19:42
Re: Why didn't work ? - by Marricio - 31.08.2016, 21:14
Re: Why didn't work ? - by anonimus22222 - 31.08.2016, 23:40
Re: Why didn't work ? - by anonimus22222 - 01.09.2016, 12:49
Re: Why didn't work ? - by Stinged - 01.09.2016, 13:41
Re: Why didn't work ? - by anonimus22222 - 01.09.2016, 16:27
Re: Why didn't work ? - by anonimus22222 - 02.09.2016, 19:11
Re: Why didn't work ? - by anonimus22222 - 03.09.2016, 20:06

Forum Jump:


Users browsing this thread: 1 Guest(s)