Posts: 135
Threads: 37
Joined: Jan 2016
Reputation:
0
Hi! Is is possible to save the character's weapon even the ammo is already 0? If yes, how? I'm using SQL for saving Weapons Data. Thanks!
Posts: 43
Threads: 18
Joined: Aug 2015
Reputation:
0
It's possible, you just need to create a system for it - like an inventory or something to store the guns that the player has without ammo, and then save it through the SQL.