Safezones | gmod Area Protection System - scripts
Discover the power of SafeZones System, a dynamic, customizable solution that adapts persistently to your needs in real time. With SafeZones System, you're in total control: easily modify the zone of action to suit your preferences, block the use of weapons within a zone, or automatically remove them from players' inventories when they enter. You can even disable damage caused by players or Npcs, offering player-friendly zones. With SafeZone, you have the power to shape the gaming experience according to your rules.
❮
❯

Description of Safezones | gmod Area Protection System
๐ข A modern (2025) and much more powerful alternative is now available:Gmod Safezones Systems was developed in 2015. It remains functional and maintained for users who prefer a tried-and-tested solution. However, a much more advanced, optimized and centralized version is now available: NSafezone, created in 2025 (10 years later).
It offers more functionality, while being 4 times smaller (50kb vs. 196kb) offering much better performance on both server and client sides, with a much smaller footprint. It works with zero entity placement on the map. So zero entities on the server side.
โก๏ธ Discover NSafezone, the best Safezone system for GMod, a 2025 addon in the Osgmod store
๐ Gmod Safezones System presentations
Gmod Safezones Systems is a dynamic, customizable security zone addon. When you're inside the zone, you're safe from attack by other players, and you can't use your weapons. A message with a distinctive logo appears on your HUD to indicate that you are in the safety zone. When you leave the zone, the logo turns red to indicate that you are outside, and your protection disappears after 5 seconds. At this point, the SafeZone icon also disappears.
You can set a delay (default: 5 seconds) before you benefit from the zone's protective effects. This measure has been put in place to combat abuse and congestion around SafeZones. The time can be configured from the configuration file.
This system also enables you to automatically remove NPCs entering the security zone. It is also compatible with Nextbot since update 3.1 (February 2021).
In addition, you can activate a weapon suppression zone. When a player enters this zone, his weapons are removed. You can activate or deactivate a whitelist of authorized weapons. To avoid accidental deletion of weapons or NPCs you wish to keep, you can even specify their class name in the configuration file.
No special skills are required to use this script. It's DRM-free. All you have to do is install it and it's up and running.
The Safezone system offers two shapes: a cubic zone whose size you can adjust by manipulating two angles, and a spherical zone that can pass through walls. You can easily increase the radius of the spherical zone via a dedicated interface.
Every effort has been made to make this system intuitive and user-friendly.
Opt for our safe zone system and ensure a fair and safe gaming environment for all players. Take control of your virtual world with this complete and versatile solution.
๐ Important facts
-This is not DLC.
-It's a complete system in one.
-No scripting knowledge required to know how to use it Fast, Spawn and Use.
-Compatible with ULX and all other adminaddons using the same system.
-Compatible with ServerGuard Groups since January 21, 2017.
[Since update 1.1.3[/b].
-Add whitelist_weapons to being able to fire in the safe. Customisable.
-Include compatibility with ULX Admin Groups.
๐ Admin
Only administrators can interact with and view safezone points.
๐ถ๏ธ Content
-Notification system.
-Warning when you are inside or outside the zone.
-Protection activation time now configurable in 'share.lua' file.
-Automatic deletion of NPCs when they enter the SafeZone can now be enabled (see config.lua).
-Weapon whitelist system for weapons that can be used in the SafeZone. (See config.lua).
-BlackList Weapon system can be used in safezone. (See config.lua).
๐พ Persistence
-Persistence system included.
-Enabling persistence[/b] easily, press 'USE' on the entity to enable or disable persistence.
-The security zone cannot be deleted if persistence is enabled since version 1.6.
โ๏ธ Configuration file (screenshot in media)
The configuration file can be found here: zworld_safezone_square/config.lua
โจ๏ธ Safezones System commands
- To delete security zones: nordahl_safezone_cleanup
- To clean the persistence file: nordahl_safezone_persistancefile_cleanup
- To make cubes invisible: Hidethecube
WIKI & F.A.Q

โฐ 1. Installation of Safezones | gmod Area Protection System
Path: garrysmod/addons/nordahl_safezones_systems
โฐ 2. Where can I find resources and materials in nordahl_safezones_systems?
- The AddWorkshop function is automatically added to the script server file and can be deactivated from the configuration file. : resource.AddWorkshop( 2513514645 )
- To add gmod workshop resources to your collection : Safezones | gmod Area Protection System [Content Only] | Gmod Workshop
โฐ 3. Where to find the entity?

โฐ 4. How to imagine the Safe-Zone?

โฐ 5. When I reboot my server, the SafeZone disappears how save?

โฐ 6. Is it that players can move the cubes with their physgun?
โฐ 7. Where to find the configuration File?
nordahl_safezone_customizable_cubic/lua/entities/zworld_safezone_square/config.lua
โฐ 8. Hide the notification?
ZSS_HUDN_NOTIF in the file config.lua:ZSS_HUDN_NOTIF=1 replace 1 by 0.โฐ 9. Is it that I can change the duration of activation of the protection instead of the 5 seconds by default?
ENT.TimeBeforeProtection in the file config.lua. And replace the number 5 by the one you need. This is the number in seconds of the activation time.โฐ 10. About the weapons in the Safezone?
ENT.Use_SZWeapon in the file config.lua:ENT.Use_SZWeapon=0 (Everyone can use their weapons in the safezone)
ENT.Use_SZWeapon=1 (Using the WhiteList of Weapons)
ENT.Use_SZWeapon=2 (Use the black list of weapons)
โฐ 11. How to add weapons in the blacklist and the whitelist?
Nordahl_SZ_Whitelist_weapons2 & Nordahl_SZ_Blacklist_weapons2 in the file config.lua:In a few examples:
Nordahl_SZ_Whitelist_weapons2={'gmod_tool','gmod_camera','weapon_physgun','',''} --Add here the weapons that can be used in the safezone
Nordahl_SZ_Blacklist_weapons2={'weapon_crowbar','',''} --Add here the weapons that can't be used in the safezone
โฐ 12. I would like the Npcs in the safezone disappear is this possible?
ENT.SafeZoneNPCDeleted in the file config.lua:
0= Deletion automated, disabled.
1= The Npcs will be removed when it enters the area.
Don't forget to add the class names of the npcs if you don't want to delete all the npcs.
Nordahl_NPCS_Blacklist={"npc_zombie",""}
โฐ 13. (Spherical system) How spawn the safezone?

โฐ 14. (Spherical system) How it work?

โฐ 15. (Spherical system) How to choose the size of the area?

โฐ 16. (Spherical system) When I reboot my server, the SafeZone disappears how save it?

โฐ 17. (Spherical system) When I edit my Safezone and at reboot it does not save.
โฐ 18. How do I activate mode 2? For player weapons to be removed from their inventory when they enter the zone?

โฐ 19. I would like the Nextbot entering the safezone to be automatically deleted, is it possible?
โฐ 20. How to hide the white lines defining the limit of the safezone?
nordahl_cfg_1364.Players_DrawLimit = 1 --(Defaut 1) 0= Disabled | 1= Enabledโฐ 21. How do you save entities on the map so that they remain when the server restarts?
โฐ 22. I have a problem using weapons in the safety zone.
1614192807 ago | Purchased: 2021-02-20
Je met d'abord les 5 รฉtoiles
- Positifs
1. Un Systems trรฉs facile a comprendre
2. Fonctions l
Vous avez deux mini cubes a bouger de chaque extrรฉmitรฉ pour limitรฉ votre safezones
- Nรฉgatifs
1. Le seul soucis pour ma part on peut pas le placer dans le mur pour mieux limitรฉ notre safezones mais toujours fonctionnelle รชme si on le met pas dans le mur.
Cordialement
Cyril
1599607699 ago | Purchased: 2019-12-03
Creator: Norda Scripts
| Sales | 492 |
| Published | 10 years |
| Last update | |
| Version | version 3.8 |
| DRM | No DRM |
| Categories | Gmod addons |
| Requirements | Garry's Mod Server |
| Languages | ๐ฌ๐ง ๐ซ๐ท ๐ฉ๐ช ๐ฌ๐ช ๐ฎ๐น ๐ฏ๐ต ๐ฐ๐ท ๐ณ๐ด ๐ท๐บ ๐ช๐ธ ๐ธ๐ช |
| Availability | Instant access |
| Delivery | Digital download |
| Refund | Before download |
| Entities Gameplay Management Allgamemode | |






