23.06.2016, 16:26
hmm code is fine but this bug comes frequently to many people and one thing that i found working for most people is doing this try this
Change
To
Change
PHP Code:
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
PHP Code:
INI_ParseFile(UserPath(playerid), "LoadUser_data", .bExtra = true, .extra = playerid);