Posts: 1,782
Threads: 306
Joined: Jan 2010
Reputation:
0
Hello,
Im wondering how i would get all the weapons that the player has in all there slots,
And save them to PlayerInfo[playerid][Weapons]
And how would i load them from that and give it to the player?
Posts: 1,782
Threads: 306
Joined: Jan 2010
Reputation:
0
Dosent really tell me much,
Ive looked at it,
What i dont know is how to save it to PlayerInfo[playerid][Weapons]
And give player the weapons that are in [u]PlayerInfo[playerid][Weapons][u]
Posts: 1,782
Threads: 306
Joined: Jan 2010
Reputation:
0
And to give the player the weapons saved?
Posts: 1,782
Threads: 306
Joined: Jan 2010
Reputation:
0
Im still not sure using PlayerInfo[playerid][Weapons]
Posts: 657
Threads: 33
Joined: Aug 2007
Reputation:
0
You cannot save every weapon into PlayerInfo[playerid][Weapons], that's obvious, you need to create a separate slot for everyweapon, like PlayerInfo[playerid][Assaultrifle], PlayerInfo[playerid][Assaultammo], PlayerInfo[playerid][Pistol], PlayerInfo[playerid][Pistolammo].