Posts: 21
Threads: 5
Joined: Jul 2015
How can i save play weapons in their accounts? (Without mysql)
Posts: 270
Threads: 41
Joined: Jul 2014
Reputation:
0
You need a database and make some enum's for it.
Posts: 21
Threads: 5
Joined: Jul 2015
Quote:
Originally Posted by SpikeSpigel
You need a database and make some enum's for it.
|
can you explain more?
i know that i need enums
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
There are tutorials regarding using INI systems, you can save player weapons easily once you learn that.