SA-MP Forums Archive
Is it ok? - 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: Is it ok? (/showthread.php?tid=643096)



Is it ok? - n00blek - 13.10.2017

A quick question and im on phone rn so i cant show thw code and such
I made enumerations and einfo and these stuff
Stock SacuvajOrg and when i create ORG i go to .ini file and data is reversed
For example if i hav
Write int money
Write int score
I go to .ini and it says
Score
Money
Is it ok to reverse data info or?


Re: Is it ok? - Vomau - 13.10.2017

So you mean your save "command" is like
Money
Score

and your ini file is
Score
Money?

I'm not sure about ini since i work with mysql but I don't think this is a problem.


Re: Is it ok? - n00blek - 13.10.2017

Ye thats what i meant
Ty very much