โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 43
v1.1
Update released of
Gmod Whitelist Server Access version 1.1 1505460019 ago ๐ Added :
Optimization of scripts. Performance gain + 30% including local primary values.
I Followed Advice of official doc of Kua here: http://www.lua.org/gems/sample.pdf
Add in option in CONFIG file
If you are the owner and you dont use Admin System put your Steam ID here.
CONFIG.OwnerSteamID="STEAM_0:0:000000000"
For those seeking help to include a second ULX group. This updates is for you.
Patch ulx support
Add support for ULX Admin Groups
The system automatically generates the files and missing files, allowing the proper functioning of the script.
This happens when someone does not know install an addon. And forget the data folder.
The problem is solved automatically if it happens.
Slight aesthetic improvement of the interface.
Add Folders
replace command zworld_withelist by withelist_system
โ๏ธ Patched :
Fixed minor error reported by Warlock.
v2.1
Update released of
Gmod Ambiance Server Manager version 2.1 1505459798 ago ๐ Added :
Before it was possible to launch the music for the launcher only. Either for the whole server. Now there is a third choice, open only to players who are located near you.
Option to choose the music if the Initial Spawn of your server
Playlists for maps (The playlist you create to a map is visible on this map.)
Possibility to make different Playlist like By Exemple: "Various, Horror, Nature, Combat, Stress, Relax and Environment."
New Skin
Best comfort of use.
Translastion of the new functions
Add chat command '!music'
Option now available from the playlist. Launch the music only in my zone, Start the music for everyone, Add music of initial spawn
v2.0
Update released of
Gmod Ambiance Server Manager version 2.0 1505459757 ago ๐ Added :
Translated in 20 languages
New system of Right.
Compatible with the ULX
New option in Config.
Compatible with all gamemode but if you have an darkrp you can allow some job to launch the ambiance music on all server.
New Banner
New logo
New interface
Version 1.4 Released 3 months ago
Adapt categories name with the news categorie for all my scripts.
New organization of the names of folders and categories.
Fixed an error in lua "<" is related to the API.
Optimization of scripts. Performance gain + 30% including local primary values.
I Followed Advice of official doc of Lua here: http://www.lua.org/gems/sample.pdf
โ๏ธ Patched :
Adjust the buttons size.
Replace word "Auto-Read" by "Automatic Playback"
The Playlist is refreshed and saved when you delete a music.
v2.5
Update released of
Gmod Safezones Systems version 2.5 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 :
v2.0
Update released of
Gmod Safezones Systems version 2.0 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.
v1.7
Update released of
Gmod Safezones Systems version 1.7 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.
v1.6
Update released of
Gmod Safezones Systems version 1.6 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
v1.4
Update released of
Gmod Safezones Systems version 1.4 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.
v1.1.2
Update released of
Gmod Safezones Systems version 1.1.2 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.