YINI - Need help. [SOLVED] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: YINI - Need help. [SOLVED] (
/showthread.php?tid=487214)
YINI - Need help. [SOLVED] -
NewCityRoleplay - 12.01.2014
On my script I use YINI to save and load files for my user accounts. but with YINI I am getting a problem.
Lets say my pInfo enum was like so
Код:
enum pInfo
{
pPassword,
pCash,
Float:pArmor,
Float:pHealth
}
new PlayerInfo[MAX_PLAYERS][pInfo];
When I load the user's pInfo and save the users pInfo it somehow copies and randomizes the order of the Information, like pPassword should be at the top but its at the bottom somehow. If anyone has a fix/can try fix this can you please contact me via PM and I will send you my skype.
Re: YINI - Need help. [SOLVED] -
NewCityRoleplay - 12.01.2014
SOLVED