π¨ Changelog
Changelog of Gmod Money System + HUD Maker
All updates to the "Gmod Money System + HUD Maker" addon listed here.
π
Version 1.9 Released 1655255028 ago
βοΈ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
π
Version 1.8 Released 1654877167 ago
π§± Improved :
-----SERVER LIMIT MAX-----
Set the money maximum limit on your server with cfg.MaxMoney_max. A player will not be able to have more.
cfg.MaxMoney_max = 100000
-----LVL STATS IMPROVEMENT-----
/*
0 = No Limit max per level, the limit max is the server limit max is defined by : cfg.MaxMoney_max
1 = The user has to buy or find the item that increases his max money.
2 = The max money rises with the level of the user.
*/
cfg.MaxMoney_define_per_lvl = 0
cfg.MaxMoney_gain_per_levelup = 10 // The max additional money per level up.
π
Version 1.7 Released 1654123604 ago
π Added :
Add a variable to continue using DarkRP money System
cfg.Only_DarkRP_money=0 // (default = 0) 0 = Use this system. 1 = Use DarkRP money.
π
Version 1.6 Released 1653861195 ago
π§± Improved :
Database SQL Optimisation
π
Version 1.5 Released 1653856863 ago
π§± Improved :
Minor patch
π
Version 1.4 Released 1653336025 ago
π§± Improved :
Icon updates and optimizations
π
Version 1.3 Released 1652624849 ago
π§± Enhanced:
High optimization (server side CPU)
Reduced file size.
π Added :
Compatibility Gmod Character System
π
Version 1.2 Released 1645393095 ago
π Added :
Added the id of the content workshop for the materials. If you don't use fastdl it will be useful.
π
Version 1.1 Released 1645285338 ago
π Added :
English translation added.
π
Version 1.0 Released 1645185146 ago
Initial version