Code:
// Bools
new bool:OwnPistol[ 33 ][ 6 ];
new bool:OwnShotgun[ 33 ][ 2 ];
new bool:OwnSMG[ 33 ][ 5 ];
new bool:OwnRifle[ 33 ][ 10 ];
new bool:OwnM249[ 33 ];
new bool:OwnEquip[ 33 ][ 8 ];
im hoping there is a better way to save these into nvault instead of having countless lines of formatting?
__________________