โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 26
v2.2
Update released of
Gmod Discord Logging System version 2.2 1660209070 ago โ๏ธ Patched :
Patch this Lua Error related to "ULibPlayerKicked" :
[nordahl_discord_logs_system] bad argument #3 to 'Add' (function expected, got nil)
1. Add - lua/includes/modules/hook.lua:31
2. unknown - addons/nordahl_discord_logs_system/lua/autorun/nordahl_sv/discord_log_system_sv.lua:402
3. act_hk - addons/nordahl_discord_logs_system/lua/autorun/nordahl_sv/discord_log_system_sv.lua:413
4. unknown - addons/nordahl_discord_logs_system/lua/autorun/nordahl_sv/discord_log_system_sv.lua:471
5. include - [C]:-1
6. unknown - addons/nordahl_discord_logs_system/lua/autorun/nordahl_discord_log_system_init.lua:20
v2.0
Update released of
Gmod Money System + HUD Maker version 2.0 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.
v1.5
Update released of
Gmod Loot Furniture Designer version 1.5 1659662888 ago ๐ Added :
Added a persistence button to block furniture from being deleted by other systems. It is enabled by default. You just have to switch it to OFF to be able to delete furniture on your map.
Added a button to convert props on the map equal to the model of the selected entity into movable furniture.
Replaced some sliders with a manual add menu.
v1.3
Update released of
Gmod Loot Furniture Designer version 1.3 1659396289 ago ๐ Added :
Added when the user looks at the container he will be informed that it is searchable by a message that will be displayed smoothly. "Press USE to search"
Add Variable cfg.Hide_Press_Use in configuration file. 0 = keep active this. 1 = Disable the message on the HUD.
v1.2
Update released of
Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) version 1.2 1658226800 ago ๐ Added :
Added a cfg.HUDPAINT variable to work around a problem caused by the Cuffs addon. Which overrides HUDPaintBackground preventing the menu from displaying correctly when one player takes the cuffs off another.
The addition of cfg.HUDPAINT allows to switch between HUDPaintBackground and HUDPaint when a script overrides one of its functions. In addition to working around the problem it adds the functionality to choose whether the weapon selection menu is displayed in the background with HUDPaintBackground. And forward HUD with HUDPaint.
Fix your problems at the source anyway. That's the best way.
In the config file:
cfg.HUDPAINT="HUDPaint" // HUDPaint - HUDPaintBackground
v1.8
Update released of
Gmod Server Title Screen Build version 1.8 1655860813 ago ๐ Added :
Added the variable in the config file : cfg.Respawn_Timer : Which allows you to choose the respawn or reappearance delay of the title screen
Added the variable in the config file : cfg.Respawn_After_Death : Which allows you to choose the behaviour of the home screen server after the death of the player on your server.
Question 12 and 13 added in the wiki of Gmod Server Title Screen Build, linked to this new functionality.