โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 20
v1.7
Update released of
Zworld Gamemode, Single Multiplayer & Server, Gmod version 1.7 1677530018 ago ๐งฑ Improved :
Replacement of the links of the ranking on the site by the opening of the ranking of the server.
โ๏ธ Patched :
Patch Lua error - cl_management_system.lua:2045: attempt to index global 'z0' (a nil value)
This error appeared when you open the "F2" panel and click on the gear on the top right of the panel
v3.2
Update released of
Gmod Advanced Inventory System version 3.2 1677512329 ago ๐ Added :
Adding the API player:GetItems() Which allows to return the table of items stored in the inventory. This API is necessary to for the script items bank system and is more easily used in other scripts. Updated Wiki on how to return the items table.
v1.2
Update released of
Gmod Pocket System without DarkRP version 1.2 1677512209 ago ๐ Added :
Adding the API player:GetPocketItems() Which allows to return the table of objects in the pocket. This API is necessary to respect the limitation of objects with the object bank system and is more easily used in other scripts. Updated Wiki on how to return the object table.
v2.5
Update released of
Gmod Server Title Screen Build version 2.5 1677446442 ago ๐งฑ Improved :
- Modification applied in real time: When you modify the icons of the buttons from the interface the modification is taken into account in real time without reboot. This allows you to quickly see if you made a mistake in the image path without rebooting between each configuration attempt.
- Improved readability of the customization menu of the title screen buttons.
v1.4
Update released of
Gmod Ammo System + HUDs version 1.4 1677441342 ago ๐งฑ Optimisation :
Reduction of the number of files for the same job.
๐ Added :
Changement in ammunition variables in config gile. The variable "Ammo" is renamed by "qt" in cfg.Ammo_List. This makes the ammunition compatible with the inventory system and the stacking system. Also this allows to see the number of ammunition and not the number of box.
v2.3
Update released of
Gmod Stamina System + Editable HUD version 2.3 1677359982 ago ๐ Added :
- Added a reset button for ranks job settings.
๐งฑ Improved :
- You can disable the stamina system individually and without rebooting the server directly from the interface in the section of the rank or job concerned.
- One less Lua file for the same work.
v1.9
Update released of
Gmod Skins Dealer Manager version 1.9 1676319894 ago ๐ Added :
Starting with this version, players who buy a skin will be remembered. When they return to the store, they will see on the product that it has already been purchased. They can then choose and change the skin without paying again.
๐งฑ Improved :
Optimization related to the reduction of the size of the files and deletion of a lua file which became useless.
v3.4
Update released of
Gmod Advanced Character Creator System version 3.4 1676148416 ago ๐ Added :
Sometimes you use a deathmenu that doesn't work simply because this system handles the death of the player. In this update you will be able to disable this management by changing a simple variable.
Add in config file : cfg.PlayerDeath_management
cfg.PlayerDeath_management = 1 -- 1 = ON (Enabled by default). 0 = Disable management of PlayerDeath, PlayerSilentDeath and PlayerDeathThink
v3.0
Update released of
Gmod Advanced Inventory System version 3.0 1676147607 ago โ๏ธ Patched :
This only concerns jobs without predefined table weapons. Those who do not use it in a DarkRP you are not concerned but this update.
Fixes Lua error when inventory is used in DarkRP gamemode on custom jobs where weapons table was not created. By creating an empty table if it does not exist.
Reported Lua error that has been corrected :
[norda_inventory_system] cl_norda_inventory_system.lua:2209: bad argument #1 to pairs (table expected, got nil)
v3.0
Update released of
Gmod Escape Menu Editor version 3.0 1676032264 ago ๐งฑ Improved :
This update Improve and optimize the access system.
Addition in the configuration file:
----- Administration -----
cfg.OwnersSteamID64 = {["{{user_steamid64}}"]=true} --If you are the owner and you dont use Admin System put your Steam ID64 here.
cfg.Admin_GROUP_ACCESS = {["superadmin"]=true,["admin"]=true}
๐ Optimization of file size:
You will notice that there are fewer Lua files.
โ๏ธ Patched :
The news and banner areas you edit fro the escape menu will be the same as those displayed on the script:
Gmod Server Title Screen Build
v2.4
Update released of
Gmod Server Title Screen Build version 2.4 1676032040 ago ๐ Optimization of file size:
Code size reduction and deletion of a Lua file.
โ๏ธ Patched :
Patch compatibility with news written from the escape menu.
๐งฑ Improved :
Improvement and optimization of the administration system.
Addition in the configuration file:
----- Administration -----
cfg.OwnersSteamID64 = {["{{user_steamid64}}"]=true} --If you are the owner and you dont use Admin System put your Steam ID64 here.
cfg.Admin_GROUP_ACCESS = {["superadmin"]=true,["admin"]=true}
Enhanced functionality related to the variable cfg.banners_of_escape_menu= 1
-----Banners and News of Escape Menu-----
-- 0 = Show demo text
-- 1 = News banner edited from the escape menu
-- -1 = Disable all (New in 2.4)
cfg.banners_of_escape_menu = 0 // This is the news banner and text box of
Gmod Escape Menu Editor