Garry's Mod

Garry's Mod

Confiscation Baton
Showing 1-10 of 21 entries
< 1  2  3 >
Update: 15 Mar @ 5:18pm

Fix a critical error with traces giving errors

Update: 25 Mar, 2024 @ 10:14pm

finalize

Update: 25 Mar, 2024 @ 10:09pm

Fix lua errors pt2

Update: 25 Mar, 2024 @ 10:01pm

FIx Script Errors

Update: 18 Dec, 2023 @ 6:35pm

Fix Table Typo
Move Values into main table for condensing/optimization

Update: 14 Dec, 2023 @ 4:11pm

Fix table value being given as a function causing an error

Update: 9 Dec, 2023 @ 2:40pm

Fix Tab Fail
Fix sPrinter's giving the hint for printer values but not adding it to the player's wallet properly
Removed a redundant variable

Update: 6 Dec, 2023 @ 10:56pm

Fixed an exploit that allows an entity to gain max profit
YeastBeast actually checks properly for attached equipment

Update: 2 Dec, 2023 @ 3:35pm

Fixed Calculation with sPrinter
- Since it now automatically removes printers in a rack, it didn't compensate for their individual printer values, just the printed money held
Overhauled dynamic value check code
- Requires checking the base class path so it doesn't do 50 if statements for other addons
ex: if the entity is "sprinter_tier_1" it will only pass the "sprinter_" check and never filter through "zgo2_" or "zwf_"
Fixed some not statements

Update: 2 Dec, 2023 @ 1:33am

Optimized Code
Added missing value calculations for zeros's methlab
Added a new information console command
added a new configuration table for developers