โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 34
v1.1
Update released of
Gmod NPC Death Loot Manager version 1.1 1623025265 ago ๐ Added :
Add the variable cfg.loot_onkiller
0 = The loot appears at the death of the npcs at the position of the npcs. (By default)
1 = The loot appears at the position of the player who killed the npcs.
Description : In the configuration file find the variable: cfg.loot_onkiller and set it to 1. This will activate the loot spawn near the player. If the entity is set to be automatically picked up then the loot falls directly into the inventory of the player who killed the Npcs.
v1.7
Update released of
Gmod Escape Menu Editor version 1.7 1621479075 ago ๐ Added :
To allow your players to access the Main Escape Menu of Gmod, (Useful to change the resolution or configure the keyboard keys, ect)
Add a button and in command insert this command: gmod_mainescapemenu
When your user will click on this button then the default escape menu of gmod will be displayed.
โ๏ธ Patched :
Patcher Lua Errors when you spam the Escap Key
๐งฑ Improved Documentation :
Added this new feature in the wiki page of this addon. (Question 14)
v1.4
Update released of
Report Tickets System - Gmod version 1.4 1620182123 ago ๐ Added :
+ Added Admin Teleportation system if player is connected (Goto + Bring + Teleport)
+ Added the option to make the notification persistent until the ticket is opened.
In config file :
cfg.HUD_Notification_perma = 1
If HUD_Notification_perma = 0 then the notification disappears after some seconds.
+ Add a positioning variable
HUD_Notif_position
/* HUD_Notif_position
-- 1= Top Left
-- 2= Middle Left
-- 3= Bottom Left
-- 4= Top Right
-- 5= Middle Right
-- 6= Bottom Right
cfg.HUD_Notif_position = 2
+ Updated the workshop content with new icons and reduced the size the package.
+ Add in the documentation
question 13 and 14
v3.5
Update released of
Gmod Safezones Systems version 3.5 1620144413 ago โ๏ธ Patched :
Patched error when Players_DrawLimit is set on 0.
โ๏ธ Fixed this errors :
[nordahl_safezones_systems] addons/nordahl_safezones_systems/lua/autorun/nordahl_safezone_config.lua:68: attempt to call method 'SteamID' (a nil value)
1. ZSS_eRight - addons/nordahl_safezones_systems/lua/autorun/nordahl_safezone_config.lua:68
2. sz_opt - addons/nordahl_safezones_systems/lua/entities/zworld_safezone_entitie/cl_init.lua:493
3. unknown - addons/nordahl_safezones_systems/lua/entities/zworld_safezone_entitie/cl_init.lua:520
[nordahl_safezones_systems] addons/nordahl_safezones_systems/lua/autorun/nordahl_safezone_config.lua:68: attempt to call method 'SteamID' (a nil value)
1. ZSS_eRight - addons/nordahl_safezones_systems/lua/autorun/nordahl_safezone_config.lua:68
2. sz_opt - addons/nordahl_safezones_systems/lua/entities/zworld_safezone_square/cl_init.lua:111
3. unknown - addons/nordahl_safezones_systems/lua/entities/zworld_safezone_square/cl_init.lua:133
v1.3
Update released of
Gmod Escape Menu Editor version 1.3 1619787608 ago โ๏ธ Patched :
Fixed when the link does not work when the console locker is activated.
๐ Added :
Added a variable to hide the top right palette when the user is not admin.
In config file of your server :
cfg.hide_editor_menu=1
v2.5
Update released of
DarkRP F4 Customizable menu version 2.5 1619653442 ago ๐งฑ Improved :
Sometimes you have a red error model instead of the Job image in your F4 menu. This update allows you to force the image to be refreshed when the model exists. And avoids the red model error in your DarkRP job images.
Thank "Boruto is LMAO" for your report.
v1.3
Update released of
Report Tickets System - Gmod version 1.3 1619644576 ago ๐ Added :
Add chat command "@" to Initiate a recall in chat : To Open the panel: /report
To disable it in config file :
nordahl_cfg_3909.admin_chat_recall=1 -- Player type @ and he receive a message about he can open a ticket with /report
Add console command : report_ticket_remember to launch a remember in the chat. If you wish to use a different system for advertisements.
v1.7
Update released of
Gmod Scoreboard Editable version 1.7 1619195268 ago ๐ Added :
Add SetTeam : Change the Job of a user, Generate the list of Job, sorted per categories of Job
SetMoney : Give or Remove Money of Users
Invisibility : Make the weapons and the player Invisible / Visible
v2.4
Update released of
DarkRP F4 Customizable menu version 2.4 1618986118 ago ๐งฑ Improved :
Optimized the size of the folder 361ko > 107ko (materials include)
โ๏ธ Patched :
[nordahl_f4_menu] lua/includes/extensions/net.lua:103: bad argument #1 to 'pairs' (table expected, got nil)
1. pairs - [C]:-1
2. WriteTable - lua/includes/extensions/net.lua:103
3. unknown - addons/nordahl_f4_menu/lua/autorun/nordahl_sv/sv_f4menu.lua:86
Timer Failed! [nord_f4_getskin_1][@addons/nordahl_f4_menu/lua/autorun/nordahl_sv/sv_f4menu.lua (line 83)]
v2.9
Update released of
Loot Spawn Point Editor version 2.9 1618982010 ago โ๏ธ Patched :
Fixed Lua error in the panel :
[nordahl_loot_ent_spawn_editor] addons/nordahl_loot_ent_spawn_editor/lua/entities/ent_spawn_point/cl_init.lua:919: bad argument #1 to 'SetMaterial' (IMaterial expected, got string)
1. SetMaterial - [C]:-1
2. unknown - addons/nordahl_loot_ent_spawn_editor/lua/entities/ent_spawn_point/cl_init.lua:919
v1.1
Update released of
Gmod Escape Menu Editor version 1.1 1618926554 ago ๐ Security :
Add variable in the config file to allow to lock the console access for some users who are not admin
-----Security and console access-----
/*########## Console_Access
0 = Console is not accessible for everyone
1 = Only Admin can open the console in game
2 = Everyone can open the console
*/
nordahl_cfg_3914.Console_Access=2
v1.5
Update released of
Gmod NPCs Spawn Point Creator version 1.5 1618844792 ago ๐ Added :
Add variable in the config file.
cfg.interface_setmaxhp=1000
You can change the maximum value of the interface with a simple variable in the configuration file.
Add question 18 about it, in the documentation of this scripts