04.02.2018, 14:07
--------FIXED----------
BulletRaja's solution fixed the problem.
Me being me, i'd replaced the parsefile with:
Instead of:
(Capitalised D in "Data")
Thanks a lot to both who helped
BulletRaja's solution fixed the problem.
Me being me, i'd replaced the parsefile with:
Код:
INI_ParseFile(UserPath(playerid), "LoadUser_Data", .bExtra = true, .extra = playerid);
Код:
INI_ParseFile(UserPath(playerid), "LoadUser_data", .bExtra = true, .extra = playerid);
Thanks a lot to both who helped