๐ค Profile

Norda Scripts
76561198033784269๐จ Creator
๐ฌ Message
โ๏ธ You are offline, join to send a private message.





๐ Osgmod Stats
Creators Stats | |
---|---|
โ๏ธ Scripts created: | 85 scripts |
โญ๏ธ 591 Reviews: | โ โ โ โ โ 4.98/5 |
๐ Sales: | 11460 |
๐ Updates released: | 1431 updates |
Users Stats | |
๐ Last login: | 1752101621 |
๐พ Joined: | 1432600035 |
Forums Stats | |
๐ Forum Posts: | 175 |
โฉ๏ธ Forum Reply: | 80 |
โค๏ธ Reactions Given: | 25 |
๐ณ Reactions Received: | 65 |
โญ๏ธ 1431 Updates released
All updates published by Norda Scripts - page 1
Published Updates by Norda Scripts (Gmod addons) - Page 1

v6.0
๐ Added
- Added custom NAdmin_warn hook: Implemented NAdmin_warn hook with id 3916_warn_1, to intercept and process administrative warn events.
hook.Add("NAdmin_warn", "3916_warn_1",function(user_admin, user_warned, reason, complet_msg) end)
- user_admin: administrator behind the warn.
- user_warned: warn player.
- reason: reason for warn.
- complet_msg: complete message generated.
โ Saved warn log
Example of warn logged with: complet_msg
Admin: Norda | GMod Addon Creator (76561198033784269) Warn Bot01 (90071996842377216). Reason: Test
- Added custom NAdmin_warn hook: Implemented NAdmin_warn hook with id 3916_warn_1, to intercept and process administrative warn events.
hook.Add("NAdmin_warn", "3916_warn_1",function(user_admin, user_warned, reason, complet_msg) end)
- user_admin: administrator behind the warn.
- user_warned: warn player.
- reason: reason for warn.
- complet_msg: complete message generated.
โ Saved warn log
Example of warn logged with: complet_msg
Admin: Norda | GMod Addon Creator (76561198033784269) Warn Bot01 (90071996842377216). Reason: Test

v8.2
โ๏ธ Patch
Corrects the inventory access limit in relation to Jobs or job category.
Corrects the inventory access limit in relation to Jobs or job category.

v2.0
๐งฑ Improved
Improved door management for more precise and reactive handling of states (opening, locking, etc.).
Correction of unidirectional opening behavior on bidirectional doors by implementing a system that adapts opening according to the player's position
Enhanced control of internal flags for improved dynamic management.
Improved door management for more precise and reactive handling of states (opening, locking, etc.).
Correction of unidirectional opening behavior on bidirectional doors by implementing a system that adapts opening according to the player's position
Enhanced control of internal flags for improved dynamic management.

v2.2
๐งฑ Improved
More reliable and dynamic door management, particularly for opening and locking states
Solved the problem of one-way opening on double-direction doors, with a new system that takes into account the player's position to define the opening direction
Optimized handling of internal flags for better runtime control
More reliable and dynamic door management, particularly for opening and locking states
Solved the problem of one-way opening on double-direction doors, with a new system that takes into account the player's position to define the opening direction
Optimized handling of internal flags for better runtime control

v2.4
โก Optimization + Improved
Optimized door control, more reliable and dynamic management of states (open, lock, etc.)
Correction of unidirectional opening on two-way doors, replacing the default system to respect the opening direction according to the player's position
Better management of internal flags.
Optimized door control, more reliable and dynamic management of states (open, lock, etc.)
Correction of unidirectional opening on two-way doors, replacing the default system to respect the opening direction according to the player's position
Better management of internal flags.

v1.4
โ๏ธ Patch
Job category support: NJob
Job category support: NJob

v1.5
โ๏ธ Patch
Job category support: NJob
Job category support: NJob

v1.3
๐งฑ Improved
Adjustment of job category management for jobs added to lists.
Adjustment of job category management for jobs added to lists.

v4.2
โ๏ธ Patch
Corrects the last modification: can_suicide is no longer used in damage management. It prevents the player from committing suicide by command only. This makes it possible to choose individually the possibility of giving oneself damage to kill one's character and to do so by command (less RP but sometimes requested).
Corrects the last modification: can_suicide is no longer used in damage management. It prevents the player from committing suicide by command only. This makes it possible to choose individually the possibility of giving oneself damage to kill one's character and to do so by command (less RP but sometimes requested).

v2.4
โ๏ธ Patch
Corrects rank and progression when player changes job to another job category (DarkRP or NJob System)
Corrects rank and progression when player changes job to another job category (DarkRP or NJob System)

v1.3
๐งฑ Improved
When original soundscapes are removed from the map at startup, stopsound is applied to the client to prevent the original sound from continuing to play.
When original soundscapes are removed from the map at startup, stopsound is applied to the client to prevent the original sound from continuing to play.

v1.4
โ๏ธ Patch
Button to give/Strip the tool
Button to give/Strip the tool

v1.3
โ๏ธ Patch
Button to give/Strip the tool
Button to give/Strip the tool

v1.2
โ๏ธ Patch
Problems with zone duplication, which can sometimes overlap.
Fix button and Strip tool.
Problems with zone duplication, which can sometimes overlap.
Fix button and Strip tool.

v4.1
๐ Added
Added button for resetting modules.
New module options:
+Self-inflicted damage. The player can inflict damage to himself (Reset modules to display the new option)
โก Optimization
Optimizing damage management.
Added button for resetting modules.
New module options:
+Self-inflicted damage. The player can inflict damage to himself (Reset modules to display the new option)
โก Optimization
Optimizing damage management.

v1.2
โ๏ธ Patch
Patch duplicated areas during installation. Although the swep's automatic variable is set to false. This value does not always seem to be respected by the engine.
Patch duplicated areas during installation. Although the swep's automatic variable is set to false. This value does not always seem to be respected by the engine.

v1.3
โ๏ธ Patch
Corrects the reporting method used to announce spawn protection.
Corrects when protection deactivates immediately after receiving protection.
Prevents duplicate zones.
Corrects the reporting method used to announce spawn protection.
Corrects when protection deactivates immediately after receiving protection.
Prevents duplicate zones.

v4.4
๐งฑ Improved
Bottom edge adjustment. To avoid overlapping when setting a background image.
Bottom edge adjustment. To avoid overlapping when setting a background image.

v4.3
๐งฑ Improved
Refactoring of the screen display system: Dynamic deletion of cfg.Screen entries whose enabled=0, via a secure reverse path. (Prevents corrupt iterations caused by direct loop deletion).
โ Removed
cfg.Hide_jobs_list deleted (default value useless, replaced by direct logic via enabled=0).
Refactoring of the screen display system: Dynamic deletion of cfg.Screen entries whose enabled=0, via a secure reverse path. (Prevents corrupt iterations caused by direct loop deletion).
โ Removed
cfg.Hide_jobs_list deleted (default value useless, replaced by direct logic via enabled=0).

v5.9
๐ Security
Major security update
Major security update

v5.8
๐งฑ Improved
1. Temporary ban option added per role:
It is now possible to allow a role to ban temporarily without granting it permanent ban power. Handy for keeping a certain amount of control while leaving a bit of leeway.
2. Separate ban and unban permissions:
The powers to ban and unban are now managed separately. This means you can allow a role to ban without giving it the right to unban. No more inquisitive admins reopening doors without supervision.
1. Temporary ban option added per role:
It is now possible to allow a role to ban temporarily without granting it permanent ban power. Handy for keeping a certain amount of control while leaving a bit of leeway.
2. Separate ban and unban permissions:
The powers to ban and unban are now managed separately. This means you can allow a role to ban without giving it the right to unban. No more inquisitive admins reopening doors without supervision.

v3.3
๐งฑ Improved
Improved UI.
Version tag used added.
โ๏ธ Patch
Prevention with Dark UI addon conflicts. Who to rewrite color_white and color_black.
Improved UI.
Version tag used added.
โ๏ธ Patch
Prevention with Dark UI addon conflicts. Who to rewrite color_white and color_black.

v2.6
๐งฑ Improved
Aesthetic enhancement
โ๏ธ Patch
Version tag used added
Aesthetic enhancement
โ๏ธ Patch
Version tag used added

v1.1
โก Optimization
The ESP management system's transmission hook for zones is completely suppressed when set to OFF. This means that admins and players receive no information when they connect to the server.
The ESP management system's transmission hook for zones is completely suppressed when set to OFF. This means that admins and players receive no information when they connect to the server.

v1.2
โ๏ธ Patch
Patch conflict with NRestrict
Patch conflict with NRestrict

v1.2
โ๏ธ Patch
Patch conflict with NSafezone
Patch conflict with NSafezone

v1.0
Initial version

v4.2
๐ Added
- Implemented "playermodels" table in shared.lua for dynamic player model configuration.
Line 107 Added in the wiki (English + French): โฐ 107. How do I replace the Survivor / Playermodel list in Zworld?
โ๏ธ Patch
- Added post-water immersion visual feedback on HUD.
- Lua Error fix: gamemodes/zworld/gamemode/cl_hud_and_render.lua:119: attempt to call global 'mr' (a nil value)
- Implemented "playermodels" table in shared.lua for dynamic player model configuration.
Line 107 Added in the wiki (English + French): โฐ 107. How do I replace the Survivor / Playermodel list in Zworld?
โ๏ธ Patch
- Added post-water immersion visual feedback on HUD.
- Lua Error fix: gamemodes/zworld/gamemode/cl_hud_and_render.lua:119: attempt to call global 'mr' (a nil value)

v1.8
๐ Added
- Support for administrator roles for NWeather via cfg.Admin_GROUP_ACCESS, allowing specified ranks you need (e.g. superadmin, admin) to access the control panel.
- Added list of SteamID64 owners with cfg.OwnersSteamID64, allowing access to be granted to users without an external permissions system.
cfg.OwnersSteamID64 = {
["user_steamid64_here"] = true
}
cfg.Admin_GROUP_ACCESS = {
["superadmin"] = true,
["admin"] = true
}
- Support for administrator roles for NWeather via cfg.Admin_GROUP_ACCESS, allowing specified ranks you need (e.g. superadmin, admin) to access the control panel.
- Added list of SteamID64 owners with cfg.OwnersSteamID64, allowing access to be granted to users without an external permissions system.
cfg.OwnersSteamID64 = {
["user_steamid64_here"] = true
}
cfg.Admin_GROUP_ACCESS = {
["superadmin"] = true,
["admin"] = true
}

v3.6
๐งฑ Improved
- Implementation of a hierarchical configuration system for stamina, which takes into account role- and job-specific settings (or categories) where available, with automatic fallback to the default global configuration.
- Complete deactivation of the stamina system (regeneration, jump limits and sprint) when the stamina_system parameter is deactivated (value 0), guaranteeing consistent behavior for all users concerned. For example, you want staff to be unaffected by the various stamina limits.
โก Optimization
- Reduce redundant checks by centralizing parameter retrieval, thus improving code readability and performance.
- Implementation of a hierarchical configuration system for stamina, which takes into account role- and job-specific settings (or categories) where available, with automatic fallback to the default global configuration.
- Complete deactivation of the stamina system (regeneration, jump limits and sprint) when the stamina_system parameter is deactivated (value 0), guaranteeing consistent behavior for all users concerned. For example, you want staff to be unaffected by the various stamina limits.
โก Optimization
- Reduce redundant checks by centralizing parameter retrieval, thus improving code readability and performance.