yini - 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 (
/showthread.php?tid=607295)
yini - antoinefr - 17.05.2016
hello,
do you have any ways to look at through all userfiles with ini and set Money: for example [it's an example]
Re: yini -
iGetty - 18.05.2016
With yini I don't think it's possible and if it is, it'll cause extreme lag depending on the size of your userfiles data.
Re: yini -
GeneralAref - 18.05.2016
you need id system for players and you must save player file name in IDs file and then you can use loop and yini for give money to players.
Re: yini -
KevinReinke - 18.05.2016
There are ways, but it's advisable that you use SQLite or MySQL for these type of matters.
Re: yini -
GeneralAref - 18.05.2016
no i use dini for this and this is very easy.
Re: yini -
KevinReinke - 18.05.2016
Quote:
Originally Posted by GeneralAref
no i use dini for this and this is very easy.
|
You're free to post your method (working code). But it's advisable to switch over to SQLite or MySQL for things like this.
Re: yini -
Amunra - 18.05.2016
Quote:
Originally Posted by GeneralAref
no i use dini for this and this is very easy.
|
Using Y_Ini is Not Dificult ..
You can Follow
this Instruction(Tutorial)