Garry's Mod

Garry's Mod

[AIS] Aaron's Inventory System
Showing 1-10 of 18 entries
< 1  2 >
Update: Sep 13 @ 11:52pm

Added 'Eyewear' slot to equipment list. Enhanced item creator menu with scroll panel and layout improvements. Refactored client-side equipment handling to use LocalPlayer, added debug output for unknown items, and fixed argument usage in WhenWearingClient callback.

Update: Aug 29 @ 12:12pm

When an item is removed from a player's inventory, this update ensures it is also unequipped from any equipped slots and removed from the active item manager. This prevents inconsistencies where removed items could remain equipped or active.

Update: Aug 27 @ 8:13am

Added ServerSendSyncEvent and added sanitized text to Spawn Menu of items

Update: Aug 24 @ 5:52am

Added sanitized texts to all GUIs, so no code responsible for colors or fonts will be visible.

Update: Aug 22 @ 8:09am

Fixed hook not running when using GUI button to close inventory

Update: Aug 18 @ 2:06pm

Added client hook to detect if player opened or closed GUI

Update: Aug 11 @ 11:49am

Added "Item" category for items, that can be used and consumed after use.
Added 2 convars to customize GUI Sounds.

Few fixes and improvements.

Update: Jul 26 @ 12:15pm

Fixed ConVars not being replicated (oops)

Update: Jul 18 @ 4:54pm

Added SyncEvents and improved other systems

Update: Jul 15 @ 11:10am