12.01.2014, 11:29
(
Последний раз редактировалось NewCityRoleplay; 12.01.2014 в 11:39.
Причина: I was helped solve my problem
)
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
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.
Lets say my pInfo enum was like so
Код:
enum pInfo { pPassword, pCash, Float:pArmor, Float:pHealth } new PlayerInfo[MAX_PLAYERS][pInfo];