Home / Gmod Scripts / Gmod Safezones Systems / Changelog


🔨 Changelog

Changelog of Gmod Safezones Systems

All updates to the "Gmod Safezones Systems" addon listed here.

📅 Version 3.8 Released 1684502357 ago

✔️ Patched:
Patch Lua Error:

[nordahl_safezones_systems] addons/nordahl_safezones_systems/lua/entities/zworld_safezone_square/init.lua:110: attempt to call global 'Immunise' (a nil value)
📅 Version 3.7 Released 1684453805 ago

🚀 Added :
Add variable in the config file:
cfg.TimeBeforeFire = 1 --How long a player can shoot with a weapon when he loses his safezone protection. (Defaut 1 Secondes)

🧱 Improved :
Optimization of the safezone system and loops.
📅 Version 3.6 Released 1629882078 ago

🧱 Improved :
Optimisations of the code

✔️ Patched :
After cleanup the cubic safezone is disabled (when persistence is enabled)
After a cleanup the previous variables are not kept when the spherical safezone respawns. (when persistence is enabled)
📅 Version 3.5 Released 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
📅 Version 3.4 Released 1620136361 ago

Optimisation serverside of the spheric safezone system
📅 Version 3.3 Released 1614424628 ago

🚀 Added :
+ Add variable to Force everyone to see/hide the Limit of the safezones(white lines)

nordahl_cfg_1364.Players_DrawLimit = 1		--(Defaut 0) 0=Disabled | 1= Enabled

+ Add the question 18 in the wiki.

🧱 Improved :
+ Optimisation Clientside
+ Optimisation Serberside
📅 Version 3.1 Released 1613999456 ago

🚀 Added :
+ Compatibility with nextbot deletion system entering the zone
+ Added examples of functional class name in the configuration file, in the variable: Nordahl_NPCS_Blacklist
For those who do not go through the script wiki on the site.

🚀 Improved :
+ Arrangement of the structure in the configuration file
📅 Version 3.0 Released 1611104365 ago

🧱 Improved :
When the persistence of the safeszones is activated, they can no longer be moved to the physgun.
📅 Version 2.9 Released 1608341383 ago

Update of the config file of Safezone Systems
📅 Version 2.8 Released 1567755686 ago

Updating the site requires updating the scripts.
📅 Version 2.8 Released 1542015757 ago

🚀 Added :
MODE 0 = SafeZone Disabled
MODE 1 = Activates the protection and deactivates the possibility to use weapons inside (Original safezone system)
MODE 2 = Remove all weapons from inventory of user enter in the zone.

To activate mode 2 on the cubic system Press 'USE' twice.

To activate mode 2 for the spherical system made on from the interface.

✔️ Patched :
Fixed when the players can take a weapons in the area, when the safezone mode 2 is enabled(mode 2 = area without weapons)
📅 Version 2.7 Released 1507877397 ago

🚀 Added :
All link use now the https protocol
📅 Version 2.6 Released 1505459707 ago

🚀 Added :
Added the second system : the Spheric SafeZone system.
📅 Version 2.5 Released 1505459661 ago

🚀 Added :
Compatibility with Buildmod.

Command to disable enable the safezones system without remove all point :
nordahl_safezone_disabled
nordahl_safezone_activated

Command to draw the cubes : hide_safezone_cube

Npcs Blacklist,
ENT.SafeZoneNPCDeleted=0 --(Defaut 0) 0=Disabled | 1= Enabled NPC Is deleted when enter in the safezone

In the config file:
Nordahl_NPCS_Blacklist={"zombies",""} --In this example, only the zombies will be removed from the safezone.

New Option in the config.lua

ENT.TimeAfterProtection = 1 --(Defaut 1 Seconde,Value that you have always known.) Duration of protection after having come out of the safezone. By default ,1 second.

Add simple command of debug to check the rank :
📅 Version 2.0 Released 1505459528 ago

🚀 Added :
Compatibility with ServerGuard
Configuration by default : SERVERGUARD_Access_rank={"superadmin","admin"}

You are admin and you do not want the system affects you
line 54 config.lua :
ZSS_CONFIG.ULX_GROUP_Immunized={"superadmin","admin"} --Add ULX Group you want immunize like this {"superadmin","admin","anothergroup"}

Add in config file:
line 41: ZSS_CONFIG.USeWorkshopContent=1
If you dont have a fastdownload you can use workshop content (1 Enable "I want use workshop" / 0 Disable "I prefer use my fastdl")

Value is set on 1 by default.

✔️ Patched :
Glitch Reported by =║eG║= ™️ Aimbot : Safezone glitched out and stopped working when i died in the zone.

Compatibility with the addons of explosions, creating the problem by passing a velocity to objects.
📅 Version 1.7 Released 1505459346 ago

🚀 Added :
Added configuration file /config.lua

New Option: ZSS_HUDN_NOTIF = 1

1= (What you've always known, so enable by default)

displays the information that you are in SafeZone permanently until you exit the area.

0=The information that you are in a SafeZone is displayed for a few seconds.
📅 Version 1.6 Released 1505458235 ago

🚀 Added :
Safezone can not be deleted now if the persistance is enabled.
You can use the cleanup button of Gmod without disable the Safezone

New option in Config file, disable the whitelist for weapons, or chose to use blacklist weapons if you have to many weapons and prefer lock only someone you want.
Config file: nordahl_safezone_customizable_cubicluaentitieszworld_safezone_squareconfig.lua

Cleanup command Improvement

New logo, in material/ngui
📅 Version 1.5 Released 1505458216 ago

🚀 Added :
New file config.lua Easier to edited.
New system of right.
📅 Version 1.4 Released 1505458204 ago

🚀 Added :
Adapt categories name with the news categorie for all my scripts.
New organization of the names of folders and categories.

✔️ Patched :
Fixed an error in lua < is related to the API.
📅 Version 1.2 Released 1505458177 ago

💅 Changed :
Optimization of scripts. Performance gain + 30% including local primary values.
📅 Version 1.1.3 Released 1505458150 ago

🚀 Added :
Possibility to use tools_gun and physgun in the safezone.
Add whitelist_weapons to being able to fire in the safe. Customisable
Include compatibility with ULX Admin Groups.
📅 Version 1.1.2 Released 1505458125 ago

🚀 Added :
Time to protection activation is now configurable in file called share.lua
NPC Auto Delete NPCs when entering the SafeZone is now configurable in file called share.lua

Config:
ENT.TimeBeforeProtection = 5 --(Defaut 5 Secondes)
ENT.SafeZoneNPCDeleted = 0 --(Defaut 0) 0=Disabled | 1=Enabled

✔️ Patched :
Some weapons could be used. Corrected.
📅 Version 1.1.1 Released 1505458006 ago

🚀 Added :
Compatibilitie with Builder-X
📅 Version 1.1 Released 1505457967 ago

✔️ Patched :
Fixed this Glitch when you suicide in spawn and die in a safe zone when you spawn back in spawns safe zone you can be killed even though it says you are safe help!
📅 Version 1.0.9 Released 1505457924 ago

🚀 Added :
Possibility to Edit the time before be protected (default to 5 seconds) in the config file.
📅 Version 1.0.8 Released 1505457854 ago

🚀 Added :
Add in materials/vgui/entities/safezone/icon.png
📅 Version 1.0.7 Released 1505457845 ago

✔️ Patched :
Patch for Xenon Server
📅 Version 1.0.6 Released 1505457830 ago

🚀 Added :
Include command to remove the safezones: "nordahl_safezone_cleanup"
Include command to clean the persistance file: "nordahl_safezone_persistancefile_cleanup"
📅 Version 1.0.5 Released 1505457775 ago

✔️ Patched :
fix error when red cube is removed.
📅 Version 1.0.4 Released 1505457761 ago

🚀 Added :
Add possibility for Admin and SuperAdmin to use weapons and tools in the Safe-Zone.
📅 Version 1.0.3 Released 1505457487 ago

✔️ Patched :
Fix error lua with the cache.
📅 Version 1.0.2 Released 1505457308 ago

✔️ Patched :
Material more light
📅 Version 1.0.1 Released 1505457277 ago

✔️ Patched :
Fixed regular players can see the cubes.
Fixed GetTextSize
📅 Version 1.0 Released 1505457214 ago


Gmod Addon



📥 Download 3.8


🎫 Open Ticket
⛔️ Sorry, you are not connected
Script Information
Creator : Norda Scripts
Sales :490
Published :8 years
Last update :
Version :version 3.8
DRM :No DRM
Categories : Gmod addons
Requierements : Garry's Mod Server
Languages : 🇬🇧 🇫🇷 🇩🇪 🇬🇪 🇮🇹 🇯🇵 🇰🇷 🇳🇴 🇷🇺 🇪🇸 🇸🇪
Tags :
Entities Gameplay Management Allgamemode