πŸ‘€ Profile
avatar-76561198033784269

Norda Scripts

76561198033784269

🎨 Creator


πŸ’¬ Message
⛔️ You are offline, join to send a private message.


Steam profile of Norda Scripts Facebook page of Norda Scripts Youtube page of Norda Scripts Twitch page of Norda Scripts Discord of Norda Scripts
πŸ“ˆ Osgmod Stats

Creators Stats
βš—οΈ Scripts created:81 scripts
⭐️ 576 Reviews:β˜…β˜…β˜…β˜…β˜…
πŸ’ͺ Averages on 576 Reviews:4.98/5
πŸ›’ Sales:11221
πŸš€ Updates released:1376 updates

Users Stats
πŸ“– Commented scripts:170
β˜•οΈ Coffee offered:0
πŸ•’ Last login:1745164391
πŸ’Ύ Joined:1432600035

Forums Stats
πŸ“– Forum Posts:173
↩️ Forum Reply:79
❀️ Reactions Given:25
πŸ“³ Reactions Received:65

⭐️ 1376 Updates released

All updates published by Norda Scripts - page 29


Gmod Destructible Resource Container System, Mining, Looting v1.2
v1.2
Update released of Gmod Destructible Resource Container System, Mining, Looting version 1.2 1660234958 ago
βœ”οΈ Patched :
Fix the red error model caused by the client-side effect.

πŸš€ Added :
Add variable to disable smoke: cfg.Smoke_FX=1 --0 = OFF, ON = 1.
Gmod Destructible Resource Container System, Mining, Looting v1.1
v1.1
Update released of Gmod Destructible Resource Container System, Mining, Looting version 1.1 1660230515 ago
🧱 Improved :
The entity's models are taken into account
Gmod Discord Logging System v2.2
v2.2
Update released of Gmod Discord Logging System version 2.2 1660209070 ago
βœ”οΈ Patched :
Patch this Lua Error related to "ULibPlayerKicked" :

[nordahl_discord_logs_system] bad argument #3 to 'Add' (function expected, got nil)
1. Add - lua/includes/modules/hook.lua:31
2. unknown - addons/nordahl_discord_logs_system/lua/autorun/nordahl_sv/discord_log_system_sv.lua:402
3. act_hk - addons/nordahl_discord_logs_system/lua/autorun/nordahl_sv/discord_log_system_sv.lua:413
4. unknown - addons/nordahl_discord_logs_system/lua/autorun/nordahl_sv/discord_log_system_sv.lua:471
5. include - [C]:-1
6. unknown - addons/nordahl_discord_logs_system/lua/autorun/nordahl_discord_log_system_init.lua:20
Gmod Money System + HUD Maker v2.1
v2.1
Update released of Gmod Money System + HUD Maker version 2.1 1660136442 ago
🧱 Improved :
Change the function cfg.hudmoney_save for it work also with ULX admin system.
Gmod Money System + HUD Maker v2.0
v2.0
Update released of Gmod Money System + HUD Maker version 2.0 1660076109 ago
🧱 Improved :
HUD Styles was improved

πŸš€ Added :
When the server restarts or changes map, players lose their progress. This has been improved. Another option to choose the save method has been added.

Add cfg.Save_Methods in the config file :

/* -----Save Methods-----
1 = Money is Save only when user disconnect (It will optimize your database. You need a stable server.).
2 = Money is Save every time the money is edited (Secure, if the server crash the user dont lost money).
*/
cfg.Save_Methods=1 // (by default = 1)

βœ”οΈ Patched :

Sometime the payday and reward system was stopped. The pay and reward system timer was now fixed.
Gmod Loot Furniture Designer v1.5
v1.5
Update released of Gmod Loot Furniture Designer version 1.5 1659662888 ago
πŸš€ Added :
Added a persistence button to block furniture from being deleted by other systems. It is enabled by default. You just have to switch it to OFF to be able to delete furniture on your map.

Added a button to convert props on the map equal to the model of the selected entity into movable furniture.

Replaced some sliders with a manual add menu.
Gmod Loot Furniture Designer v1.4
v1.4
Update released of Gmod Loot Furniture Designer version 1.4 1659568453 ago
βœ”οΈ Patched :
Corrects model persistence after a reboot. (When a grey cube appears instead of the furniture model)
Gmod Loot Furniture Designer v1.3
v1.3
Update released of Gmod Loot Furniture Designer version 1.3 1659396289 ago
πŸš€ Added :
Added when the user looks at the container he will be informed that it is searchable by a message that will be displayed smoothly. "Press USE to search"

Add Variable cfg.Hide_Press_Use in configuration file. 0 = keep active this. 1 = Disable the message on the HUD.
Gmod Loot Furniture Designer v1.2
v1.2
Update released of Gmod Loot Furniture Designer version 1.2 1659367749 ago
🧱 Improved :
When the setting of a type of lootable furniture is deleted, all those already placed are deleted.
Gmod Loot Furniture Designer v1.1
v1.1
Update released of Gmod Loot Furniture Designer version 1.1 1659035452 ago
πŸš€ Added :
Add the workshop ressources pack
Gmod Advanced View Creator + Crosshair maker v1.4
v1.4
Update released of Gmod Advanced View Creator + Crosshair maker version 1.4 1658852500 ago
🧱 Improved :
Suppression of head wobble at rest with viewing mode 1
Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) v1.3
v1.3
Update released of Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) version 1.3 1658783897 ago
🧱 Improved :
When you carry an item with the physgun you can now use the wheel without displaying the weapon selection menu.
Gmod Discord Logging System v2.1
v2.1
Update released of Gmod Discord Logging System version 2.1 1658678653 ago
βœ”οΈ Patched :
Pach the error with GetDriver : attempt to call method 'GetDriver' (a nil value)
Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) v1.2
v1.2
Update released of Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) version 1.2 1658226800 ago
πŸš€ Added :
Added a cfg.HUDPAINT variable to work around a problem caused by the Cuffs addon. Which overrides HUDPaintBackground preventing the menu from displaying correctly when one player takes the cuffs off another.

The addition of cfg.HUDPAINT allows to switch between HUDPaintBackground and HUDPaint when a script overrides one of its functions. In addition to working around the problem it adds the functionality to choose whether the weapon selection menu is displayed in the background with HUDPaintBackground. And forward HUD with HUDPaint.

Fix your problems at the source anyway. That's the best way.

In the config file:
cfg.HUDPAINT="HUDPaint" // HUDPaint - HUDPaintBackground
Job Whitelist system - DarkRP v5.8
v5.8
Update released of Job Whitelist system - DarkRP version 5.8 1657924411 ago
🧱 Improved :
Optimisation of the right system.
Improves the Right system.
Simplification of the rank system.
Reduction of the size of the whitelist job system
Job Whitelist system - DarkRP v5.7
v5.7
Update released of Job Whitelist system - DarkRP version 5.7 1657614545 ago
🧱 Improved :
Optimisation of file size

βœ”οΈ Patched :
Patch a conflict with a similar script preventing it from initiating.
Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) v1.1
v1.1
Update released of Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) version 1.1 1657057659 ago
βœ”οΈ Patched :
Fixes Lua error when user dies with weapon selection menu open.
Fixes Lua error when user has a weapon deleted while the weapon selection menu is open.
Fixes the error when a dead user tries to open the weapon selection menu.
Patch the pink and black material is displayed when icons is absent.
Gmod Bodygroup Wardrobes Manager v1.2
v1.2
Update released of Gmod Bodygroup Wardrobes Manager version 1.2 1656750157 ago
βœ”οΈ Patched :
Patch a Lua error related to the administration systems.
Gmod Skins Dealer Manager v1.3
v1.3
Update released of Gmod Skins Dealer Manager version 1.3 1656749975 ago
Fixes a Lua error related to ULX
Nor Admin Mod for GMod - Administration System v2.1
v2.1
Update released of Nor Admin Mod for GMod - Administration System version 2.1 1656586742 ago
πŸš€ Added :
Add Shortcut system for my other scripts
Add the possibility to spawn any of my scripts from the spawnmenu of the administration system.
Add the ability to bring up any management interface of my scripts from the shortcut menu of the administration system.
Gmod Skins Dealer Manager v1.2
v1.2
Update released of Gmod Skins Dealer Manager version 1.2 1656419291 ago
βœ”οΈ Patched :
Patched Lua Error.
Gmod Skins Dealer Manager v1.1
v1.1
Update released of Gmod Skins Dealer Manager version 1.1 1656415997 ago
βœ”οΈ Patched :
Patch a simple Lua Error.
Gmod Server Title Screen Build v1.8
v1.8
Update released of Gmod Server Title Screen Build version 1.8 1655860813 ago
πŸš€ Added :
Added the variable in the config file : cfg.Respawn_Timer : Which allows you to choose the respawn or reappearance delay of the title screen
Added the variable in the config file : cfg.Respawn_After_Death : Which allows you to choose the behaviour of the home screen server after the death of the player on your server.

Question 12 and 13 added in the wiki of Gmod Server Title Screen Build, linked to this new functionality.
Gmod Advanced Character Creator System v2.2
v2.2
Update released of Gmod Advanced Character Creator System version 2.2 1655736408 ago
πŸš€ Added :
Using the mouse wheel to zoom in and out of the playermodel view
Gmod ATM + Banker (Banking System) v1.6
v1.6
Update released of Gmod ATM + Banker (Banking System) version 1.6 1655668453 ago
πŸš€ Added :
German translation added. Translated by : Terminator_2.0 (steamid64 76561199263031712)
Gmod Advanced View Creator + Crosshair maker v1.3
v1.3
Update released of Gmod Advanced View Creator + Crosshair maker version 1.3 1655667597 ago
πŸš€ Added :
Add variable in config file to disable the head bogging for the Camera Mode 3.
gmod head bobbing

cfg.headbobbing_cam_3 = 1 // 1 = Enable headbobbing in camera 3, 0 = OFF
Gmod Advanced Chat Multi-channel Customizable v1.8
v1.8
Update released of Gmod Advanced Chat Multi-channel Customizable version 1.8 1655564375 ago
πŸš€ Added :
Add the config file : cfg.Chat_Multiline Allows you to write messages on multiple lines and send.
// 0 = Only and press Enter to Send
// 1 = Multiline and clic on a button to Send
cfg.Chat_Multiline=1

Add the config file : cfg.rank_msg_color Allows you to show the color of rank in chat.
cfg.rank_msg_color={
superadmin=Color(255,0,0),
vip=Color(255,255,51),
user=Color(255,255,255),
}

Add the config file : cfg.show_rank_in_chat Allows you to show the rank of user in chat.
cfg.show_rank_in_chat={
superadmin="Super Admin",
admin="Admin",
moderator="Moderator",
vip="VIP",
}