hello,
do you have any ways to look at through all userfiles with ini and set Money: for example [it's an example]
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
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.
Posts: 313
Threads: 102
Joined: Nov 2015
Reputation:
0
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.
Posts: 100
Threads: 2
Joined: May 2016
There are ways, but it's advisable that you use SQLite or MySQL for these type of matters.
Posts: 313
Threads: 102
Joined: Nov 2015
Reputation:
0
no i use dini for this and this is very easy.
Posts: 100
Threads: 2
Joined: May 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.