Posts: 8
Threads: 1
Joined: Dec 2014
Reputation:
0
Hi guys I don't know if i'm just being stupid or something but every time I shut down my server or it restarts everything is gone like I have to choose my skin again and all the cars on the map that were there are gone and so are my money and guns.. How can I save all of these things?
Posts: 36
Threads: 0
Joined: Oct 2014
Reputation:
0
Database.
Find a nice scripter who can design you a persistence database in MySQL.
Posts: 8
Threads: 1
Joined: Dec 2014
Reputation:
0
I know basic PAWN, do you think i'd be able to set up a database by myself?
Posts: 721
Threads: 1
Joined: Oct 2014
You need some basic web developing skills if you want to properly set up a MySQL database. Else you can use y_ini, it stores the saved data in scriptfiles folder, so it saves locally. Search for a y_ini registering system tutorial or something.