π¨ Changelog
Changelog of Gmod Money System + HUD Maker
All updates to the "Gmod Money System + HUD Maker" addon listed here.
π
Version 3.7 Released 1741505147 ago
β‘ Optimization
Client-side file size reduced by 15%.
52 -> 44kB
π
Version 3.6 Released 1723042823 ago
βοΈ Compatibility
Compatibility update with new script NJob - Gmod Job Creator and Editor
π
Version 3.5 Released 1721353905 ago
𧱠Improved
Changes to a character's wallet stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Money system items are now spawnable again from the Gmod spawnmenu.
π
Version 3.4 Released 1721343912 ago
𧱠Improved
Creation of an alias for the givemoney command: givemoney βsteamid64β amount.
Which also allows this command to be used in your project's online store.
π
Version 3.3 Released 1717807521 ago
π Added
Linking the management menu with all the other scripts makes it possible to switch menus quickly. The new linking system makes it possible to remove icons from the Workshop. This reduces the number of resource downloads via the workshop.
When you want to add jobs, you no longer have to write them manually. They are automatically detected, and you add them by clicking in the list of detected jobs (DarkRP or NJob System in my next script), which not only speeds things up, but also avoids synthesizer errors.
𧱠Improved
Major aesthetic improvements and code optimization.
π
Version 3.2 Released 1711027033 ago
β‘ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.
Reduction in client-side code size.
β Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
π
Version 3.1 Released 1708071226 ago
𧱠Improved
Replacement of hooks noted as obsolete on the official Gmod wiki which will be removed in future Gmod updates.
β‘ Optimization
Major optimization of server-side and client-side administration systems.
Reduction in the size of resource files (workshop).
Major aesthetic improvements.
π
Version 3.0 Released 1699662710 ago
𧱠Improved
The standard currency configured on this script, the currency symbol and the custom icon are displayed in the standard currency slot of all my other scripts that work with money.
Compatibility with: NCredit - Gmod Premium Currency
π
Version 2.9 Released 1699369325 ago
π Added
Added the option of giving money by entering a numerical value in the management panel. You can also withdraw money by entering a negative value. Before, you could only Set, which avoids having to calculate.
These actions can now be performed from the Nor Gmod Admin System panel on connected players.
π
Version 2.8 Released 1681217214 ago
π Added :
Added new icons, and new shortcuts commands.
𧱠Improved :
Improved database examples that can be deleted without returning to an empty list after adding a new rank or job to the list.
π
Version 2.7 Released 1674487688 ago
π Added :
Automated currency support displayed on : Gmod Items Trading and Selling System
π
Version 2.6 Released 1673999578 ago
π Added :
Chat command to drop the money : /dropmoney amount
Example to drop 5$ in the chat : /dropmoney 5
Add in the config file the possibility to define the entity class name of the money you drop:
cfg.MoneyClassDropped = "cash_5"
π
Version 2.5 Released 1671166544 ago
βοΈ Patched :
Fixes conflict with DarkRP money
Use cfg.Only_DarkRP_money = 0 to overide the darkrp money.
This concerns only those who use DarkRP.
𧱠Improved :
If your wallet is limited to a defined maximum amount and you have reached the maximum. In this case, the money you are trying to collect will no longer disappear and you will be informed in the server language that your wallet is full.
π Added :
Adding translations in config file
π
Version 2.4 Released 1665584197 ago
βοΈ Patched :
Fixed when some spawnable money cannot be collected
π
Version 2.3 Released 1664873983 ago
βοΈ Patched :
Some new variable buttons do not work but work by command for example to customize the currency on the HUD. Sorry for this oversight.
π
Version 2.2 Released 1663839450 ago
𧱠Improved :
+Add new style (Light Style)
+Automation of the backup system.
+Purified interface.
+Optimisation of the backup system of Gmod Money System + HUD Maker.
+Code optimization, size reduction.
+Merge the contents of the HUD button and STYLE allowing the Style button to be removed.
+Gmod Steam Workshop [Content ONLY] updated.
-Removal of buttons and the action of saving at each modification.
+The system automatically saves itself after during modifications.
Improvement of DColorMixer of Garry's Mod. Which allows you to copy and paste the complete RGBA code and insert it in other DColorMixer to better respect the graphic charter of your game on your server. And also to work faster.
β οΈ Don't forget to click on the new blue Reset Setting button that appears at the top right of the administration panel. To delete the old style save to load the new updated variables. π
π
Version 2.1 Released 1660136442 ago
𧱠Improved :
Change the function cfg.hudmoney_save for it work also with ULX admin system.
π
Version 2.0 Released 1660076109 ago
𧱠Improved :
HUD Styles was improved
π Added :
When the server restarts or changes map, players lose their progress. This has been improved. Another option to choose the save method has been added.
Add cfg.Save_Methods in the config file :
/* -----Save Methods-----
1 = Money is Save only when user disconnect (It will optimize your database. You need a stable server.).
2 = Money is Save every time the money is edited (Secure, if the server crash the user dont lost money).
*/
cfg.Save_Methods=1 // (by default = 1)
βοΈ Patched :
Sometime the payday and reward system was stopped. The pay and reward system timer was now fixed.
π
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
Gmod Addon
π₯ Download 3.7
π« Ouvrir Ticket

Creator: Norda Scripts
Sales | 63 |
Published | 3 years |
Last update | |
Version | version 3.7 |
DRM | Yes |
Categories | Gmod addons |
Requierements | Garry's Mod Server |
Languages | π¬π§ π«π· π©πͺ π·πΊ πͺπΈ |
Admin DarkRP HUD Optimisation Gameplay Management Allgamemode |