โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 33
v2.7
Update released of
DarkRP F4 Customizable menu version 2.7 1631179376 ago ๐ Added :
Add variable to customise the fonts : cfg.custom_fonts = "Trebuchet24"
๐งฑ Improved :
Slight reduction in file size on the client side
๐ Added in the wiki of F4 Menu :
Add Question / Answer about : How to customize fonts?
v2.1
Update released of
Gmod Escape Menu Editor version 2.1 1630107604 ago ๐งฑ Improved :
Replacing Global functions that can be overridden by other scripts that use the same names, with Local functions. Reducing the risk of conflict. Local functions is more optimized.
v3.6
Update released of
Gmod Safezones Systems version 3.6 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)
v2.1
Update released of
Gmod Scoreboard Editable version 2.1 1627301200 ago ๐งฑ Improved :
Add category, only Vip display only VIP members
Tab Visibility is now compatible with my future administration system
๐ Added :
If my administration system is installed you can click on the players' names to apply administration actions on them.
v5.5
Update released of
Job Whitelist system - DarkRP version 5.5 1625444165 ago ๐งฑ Improved :
Update of command : Massremovewhitelist
Massremovewhitelist "SteamID64" To remove a user from all whitelists.
Massremovewhitelist "SteamID64" "JobName" To remove a user from a specific whitelist.
You can find this information in the Question 23 in the script wiki.
v1.7
Update released of
Gmod NPCs Spawn Point Creator version 1.7 1624458266 ago ๐ Added :
Now Compatible with subclass, (Copy the Class of your Npcs since the spawnmenu)
๐งฑ Improved :
Reduced the size of clientside files : 65ko to 47ko
โ๏ธ Patched :
Fixed the problem with HL2 Npcs for example with Combines who use the same class name. For different type of Npcs. You can copy their subclass from the spawn menu by right clicking on them.
v2.0
Update released of
Gmod Escape Menu Editor version 2.0 1623808362 ago ๐งฑ Improved :
To be able to send large text like the history of your Gmod server it was necessary to use the net library.
The net library is one of the many ways to send data between the client and the server.
The main advantage of the net library is that it allows to overcome the limitation of the size of the commands.