Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct Bank_Inventory {
- int amount;
- str type
- }
- struct Player {
- Bank_Inventory StoredInventory[50];
- }
- Player PlayerArray[MAXPLAYERS];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement