Posts: 98
Threads: 11
Joined: Sep 2012
Reputation:
0
I use Y_INI to save my players accounts and i wanna make something like:
Sa-mp.Com has registered and now are x accounts registered
how to make that red thing ?
Posts: 215
Threads: 25
Joined: Mar 2011
Reputation:
0
The solution above works (you should add the number of currently registered accounts
there manually though), but if you want to use your data effectively, you should consider
changing to MySQL.
With MySQL you could use just "SELECT COUNT(*) FROM `table`" and that's it. Also if you
are planning on ever accessing the data for instance from a website, MySQL is significantly
better option.