Posts: 140
Threads: 49
Joined: Jul 2008
Reputation:
0
How can I make my GM save the players weapons?
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
You need a login and registration system like dudb or dini. Or I guess you could do it from scratch. Kinda pointless though.
Posts: 140
Threads: 49
Joined: Jul 2008
Reputation:
0
I have one, but it doesn't save weapons.
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
What are you using as a login/registration system?
Posts: 303
Threads: 68
Joined: Dec 2008
Reputation:
0
I'm working on something like this in Dini to save weapons then restore them next time the player logs in.
Tell me in more detail what it is you want, is it restoring the weapons?
Are they only going to be restored on the first spawn?
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
He uses GF.
Make variebles in player's enum, then in OnPlayerUpdate/OnPlayerLogin/OnPlayerRegister
Get their ammo + guns, and save them.