โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 21
v1.2
Update released of
Gmod Items Trading and Selling System version 1.2 1674488035 ago ๐ Added :
Automated currency support displayed with my :
Gmod Money System
You don't have to do anything, the currency display in the trade menu will show the currency you have displayed on your HUD with my script.
Variable added in the config file fi you dont want use mu
Gmod Money System
You don't have to have my Gmod Money System. If you don't have it, edit the variables below manually.
cfg.money_cur = "$"
cfg.money_icon = Material("ngui/norda_huds/money.png")
Question added on this new feature in the wiki of this script. (Question 13)
v1.9
Update released of
Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) version 1.9 1674379667 ago ๐ Added :
Added system to automatically close the weapon selection menu when the selection is not made.
Add in the config file the variable: cfg.Automatic_closing
cfg.Automatic_closing = 2 -- Automatic closing time of the weapon menu in second (here is 2 seconds by default)
๐งฑ Improved :
Optimization of the file size. The file is slightly smaller than before the update.
v2.6
Update released of
Gmod Money System + HUD Maker version 2.6 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"
v2.5
Update released of
Music areas system version 2.5 1673991850 ago ๐งฑ Improved :
You can open the interface from the second point.
Optimization of the checking system. Reduce the CPU use of 50%.
Users in their character menu or titlescreen do not receive the music of the zone.
โ๏ธ Patched :
Patch Lua Error : When player spawns into zone =
[nordahl_music_of_zone] addons/nordahl_music_of_zone/lua/entities/nordahl_zone_music/cl_init.lua:1677: attempt to index global 'no_winde1' (a nil value)
v2.8
Update released of
Gmod Ambiance Server Manager version 2.8 1673968167 ago โ๏ธ Patch conflict with Two music areas system V 2.5: Lua Error Patched
[nordahl_ambiance_share_manager] addons/nordahl_ambiance_share_manager/lua/autorun/nordahl_cl/nordahl_music_system_cl.lua:1337: attempt to index global 'no_winde1' (a nil value)
1. unknown - addons/nordahl_ambiance_share_manager/lua/autorun/nordahl_cl/nordahl_music_system_cl.lua:1337
๐งฑ Improved:
Optimisation of file size.
v2.1
Update released of
Gmod Advanced Chat Multi-channel Customizable version 2.1 1673961957 ago ๐งฑ Improved :
When you type roleplay or chat commands and you are in multiline mode. The chat becomes single line to avoid line breaks. Client-side solution that will not impact server-side performance. This solution avoids detecting line breaks on the server side. And it's pretty.
When you are writing a command you switch to single line mode which has the effect of allowing you to press enter to send. Visually it also indicates that your server has roleplay commands without the need to try.
Roleplay indicator when using RP command chats such as /me /do /think
v2.8
Update released of
Gmod Advanced Inventory System version 2.8 1673910085 ago ๐ Added :
You can prevent the weapons already provided by Jobs from being de-equipped.
La variable cfg.Job_Weps_Unequipable a รฉtait ajoutรฉ dans le fichier configuration.
Add 3 variables in the modules settings (from the interface):
You want more realism objects should fall on the ground and not spawn without physics for optimization. You can choose this in the interface server settings.
You can prevent the saving of ammunition and weapons with the two variables added to the setting interface. Don't forget to reload the module from the blue button. This avoids automated checks for optimization reasons.
โ๏ธ Patched :
Patched the error when a weapon that no longer exists in the server content. This happens when you load a game with non-existent weapons.
The Error Lua patched is:
[norda_inventory_system] addons/norda_inventory_system/lua/autorun/nordahl_sv/sv_norda_inventory_system.lua:475: attempt to call method 'SetClip2' (a nil value)
v2.0
Update released of
Gmod Advanced Chat Multi-channel Customizable version 2.0 1673876475 ago ๐ Add :
By default the display time of new messages on the HUD was 10 seconds. I added a variable in the configuration file that allows you to set the delay yourself. It was requested. (Wiki updated about this new feature.)
Add variable Msg_HUDraw_Delay in the config file:
cfg.Msg_HUDraw_Delay=10 //10 = The users have 10 seconds toread the messages in the HUD.
๐งฑ Improved :
This script has roleplay commands already included. They have just been improved. A color code makes it easy to differentiate them in the chat.
Improved Gmod Roleplay control system: /me /think /do /dice /roll /rand
/rand is an alias of /roll.
v1.8
Update released of
Gmod ATM + Banker (Banking System) version 1.8 1673484294 ago โ๏ธ Compatibility:
API SetBank and setBank becomes SetNBank and setNBank.
Gmod bricks-essentials causes compatibility issues with this script because we named our APIs the same: SetBank and setBank. I rename my APIs to avoid this. This will not change anything in the proper functioning of my ATMs and bankers. It will avoid future conflicts.
v1.6
Update released of
Gmod CRAFT Workshop Creator version 1.6 1673351066 ago ๐ฎ Removed :
hook.Add("Initialize","Nordahl_Fonts_craft_workbench", ...
๐งฑ Improved :
If without my inventory system the stacked objects fall to the ground in a detached way from the quantity.
Improvement of some translation.