Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
well its not easy, but not hard!
Youll have to write a function that reads all user ini files
and inserts them into your db,
then youll have to write code to load/save to db
you can use Sqlite without the need for a database server also as its built in to samp server.
Posts: 241
Threads: 56
Joined: Mar 2012
Reputation:
0
13.05.2012, 16:16
(
Последний раз редактировалось Oscii; 13.05.2012 в 22:07.
)
"you can use SQLlite without the need for a database server also as its built in to samp server."
How do i do that?