๐Ÿ‘ค 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:79 scripts
โญ๏ธ 568 Reviews:โ˜…โ˜…โ˜…โ˜…โ˜…
๐Ÿ’ช Averages on 568 Reviews:4.98/5
๐Ÿ›’ Sales:10951
๐Ÿš€ Updates released:1306 updates

Users Stats
๐Ÿ“– Commented scripts:168
โ˜•๏ธ Coffee offered:0
๐Ÿ•’ Last login:1734919614
๐Ÿ’พ Joined:1432600035

Forums Stats
๐Ÿ“– Forum Posts:169
โ†ฉ๏ธ Forum Reply:76
โค๏ธ Reactions Given:25
๐Ÿ“ณ Reactions Received:63

โญ๏ธ 1306 Updates released

All updates published by Norda Scripts - page 23


Gmod CRAFT Workshop Creator v1.1
v1.1
Update released of Gmod CRAFT Workshop Creator version 1.1 1670944779 ago
๐Ÿงฑ Improved :
The access restriction system has been improved. You can choose if the user remains informed about the reason of his restriction (lvl, rank, job, job category)

๐Ÿš€ Added :
Add variable in config fil about activation of the restriction message: by default is activated (1)

cfg.Restriction_msg = 1 // 0 = No message printed when restricted, 1 = The player will know about the reason of his restriction.
Gmod Loot Furniture Designer v2.3
v2.3
Update released of Gmod Loot Furniture Designer version 2.3 1670942018 ago
โœ”๏ธ Patched :
The entity deletion problem related to persistence is solved
Gmod Destructible Resource Container System, Mining, Looting v1.5
v1.5
Update released of Gmod Destructible Resource Container System, Mining, Looting version 1.5 1670941958 ago
โœ”๏ธ Patched :
Corrects a conflict by replacing a global function with a local one. With Collecting Resources system.
Gmod Resources Collecting System v1.4
v1.4
Update released of Gmod Resources Collecting System version 1.4 1670941932 ago
โœ”๏ธ Patched :
Corrects a conflict by replacing a global function with a local one. With destructible loot system.
Nor Admin Mod for GMod - Administration System v2.6
v2.6
Update released of Nor Admin Mod for GMod - Administration System version 2.6 1670821873 ago
๐Ÿš€ Added :
Add Shortcut of the new script: Gmod Items Packs + Spawnmenu included
Addo Shortcut of the new script: Gmod CRAFT Workshop Creator

โœ”๏ธ Patched:
Patch shortcut button for Gmod Character Creator System

Workshop Materials updated.
Gmod Server Title Screen Build v2.0
v2.0
Update released of Gmod Server Title Screen Build version 2.0 1670818705 ago
๐Ÿš€ Optimization:
Defer initialization on the client side to optimize the arrival of the user. Without all hooks being launched at the same time. The asynchronization of the hooks on the client side is taken into account.

๐Ÿš€ Added:
Add in config file the variable cfg.hooks_defer_clientside:
0 = OFF = Risk of Lua errors with GMod Scripts that initialize clients without waiting for the client to be initialized on the server side)
1 = ON = Defer initialization on the client side to optimize the arrival of the user. Without all hooks being launched at the same time. Also corrects Lua errors in scripts that initialize the client side before the server side. The server side optimization module could extrapolate this problem before this update.
Gmod Advanced Inventory System v2.3
v2.3
Update released of Gmod Advanced Inventory System version 2.3 1670414412 ago
๐Ÿงฑ Improved :
If there are entities in your inventory that no longer exist on the server following the uninstallation of an addon. You will be able to remove it from your inventory.

โœ”๏ธ Patched :
Fixes the Lua error when an addon is deleted and its no longer existing entity is dropped from the inventory.
Gmod Items Trading and Selling System v1.1
v1.1
Update released of Gmod Items Trading and Selling System version 1.1 1670367091 ago
โœ”๏ธ Patched :
Correction concerning the compatibility with my inventory system and my pocket system.
Gmod Discord Logging System v2.3
v2.3
Update released of Gmod Discord Logging System version 2.3 1670250527 ago
๐Ÿงฑ Improved :
Sometimes users get confused between ON and OFF since both options are displayed and it is the background button that indicates the chosen mode. This update makes the interface more intuitive. It will be more obvious when the switch is on and off. The unselected choice will not be displayed.
Gmod Skins Dealer Manager v1.8
v1.8
Update released of Gmod Skins Dealer Manager version 1.8 1670249737 ago
๐Ÿงฑ Improved :
Compatibility with Second Ranks Systems
Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) v1.6
v1.6
Update released of Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) version 1.6 1670188536 ago
โœ”๏ธ Patched :
Patch the Lua error when you have no equipment.
Gmod Advanced View Creator + Crosshair maker v1.8
v1.8
Update released of Gmod Advanced View Creator + Crosshair maker version 1.8 1670055277 ago
โœ”๏ธ Patched :
Another patch of compatibility for SharpeYe.
Gmod Skins Dealer Manager v1.7
v1.7
Update released of Gmod Skins Dealer Manager version 1.7 1669975204 ago
โœ”๏ธ Patched :
Corrects the addition of an empty field when adding a skin. This causes an error and the skin cannot be deleted. This fix corrects the error but also prevents the addition of empty fields as skins. Thanks Garryschool for this report.
Gmod Advanced View Creator + Crosshair maker v1.7
v1.7
Update released of Gmod Advanced View Creator + Crosshair maker version 1.7 1669972486 ago
โœ”๏ธ Compatibility :
Patch the Lua Error of SharpeYe caused at the swich of the first person view to the third person view.

[SharpeYe] lua/includes/extensions/math.lua:52: bad argument #1 to 'max' (number expected, got nil)
1. max - [C]:-1
2. Clamp - lua/includes/extensions/math.lua:52
3. ApplyMotion - lua/cl_sharpeye_motion.lua:186
4. fn - lua/cl_sharpeye_motion.lua:278
5. unknown - addons/ulib/lua/ulib/shared/hook.lua:109 (x2892)
Gmod Destructible Resource Container System, Mining, Looting v1.4
v1.4
Update released of Gmod Destructible Resource Container System, Mining, Looting version 1.4 1669581955 ago
๐Ÿš€ Added :
Add the USE function to the spawned entity from the Gmod spawnmenu to open the destructible lootbox control panel.

๐Ÿงฑ Improved :
Optimization of the file size which allows to delete 2 folders and 3 Lua files.
Gmod Skins Dealer Manager v1.6
v1.6
Update released of Gmod Skins Dealer Manager version 1.6 1669510555 ago
๐Ÿš€ Added :
Before you could just restrict access to the merchant. Now we can also restrict the models according to level, jobs, rank and job categories.
Add the question 18, 19, 20, 21 in the wiki.

๐Ÿงฑ Improved :
More intuitive interface.
Reduction of the number of files.
Add new icons.
Gmod Teleportation Portal v1.2
v1.2
Update released of Gmod Teleportation Portal version 1.2 1669117099 ago
๐Ÿงฑ Improved :
Modification of the structure of the code which allows to remove the entity folder and its content without changing the good functioning of the script. So reduction of the code size and the number of files.
Gmod Leveling System v3.7
v3.7
Update released of Gmod Leveling System version 3.7 1669114096 ago
โœ”๏ธ Patched :
Fixed Lua error related to AFK mode or Playtime mode

[norda_leveling_system] addons/norda_leveling_system/lua/autorun/nordahl_sv/sv_norda_leveling_system.lua:212: Tried to use a NULL entity!
1. GetPos - [C]:-1
2. unknown - addons/norda_leveling_system/lua/autorun/nordahl_sv/sv_norda_leveling_system.lua:212
Timer Failed! [norda_mod_afk76561198348870657][@addons/norda_leveling_system/lua/autorun/nordahl_sv/sv_norda_leveling_system.lua (line 211)]
Gmod Scoreboard Editable v2.6
v2.6
Update released of Gmod Scoreboard Editable version 2.6 1669065614 ago
๐Ÿš€ Added : Trade and Sell items from the scoreboard if Gmod Items Trading and Selling System is installed. If you have enabled the remote trade option then you can initiate a trade request with another user by clicking on their name in the scoreboard.
Gmod Resources Collecting System v1.3
v1.3
Update released of Gmod Resources Collecting System version 1.3 1669048387 ago
โœ”๏ธ Patched :
Fixes the Lua error when spawned an empty point. It will delete itself and open the management menu.

๐Ÿš€ Optimization :
Reduce the size of Lua files.
Gmod Loot Furniture Designer v2.2
v2.2
Update released of Gmod Loot Furniture Designer version 2.2 1669048243 ago
๐Ÿš€ Optimization :
Reduction of the size of the script source code. Removed 2 folders and 3 files.
Gmod Skins Dealer Manager v1.5
v1.5
Update released of Gmod Skins Dealer Manager version 1.5 1669029571 ago
๐Ÿงฑ Improved :
Persistence does not have to be activated at each spawn, as it is activated by default.
You no longer need to save every time you make a change, This is done automatically when making changes.
Removal of the save button. Saving is done at the time of the modification, this avoids forgetting to save after a long time of modifications.

โœ”๏ธ Patched :
Patch the physics of the merchands of Skins.
Patch when the NPC doesn't get totally grounded
Patch when The interaction with the NPC is done only by the feet
Gmod Store Builder v3.0
v3.0
Update released of Gmod Store Builder version 3.0 1669029325 ago
๐Ÿงฑ Improved :
It is no longer need to save every time you make changes to the store content, it is done automatically when you make changes.
Gmod Store Builder v2.9
v2.9
Update released of Gmod Store Builder version 2.9 1668982331 ago
๐Ÿš€ Optimisation:
Fewer files and reduced size of Lua code.

๐Ÿšฎ Removed :
Removed the button to save (Now its save when its edited)

๐Ÿงฑ Improved :
Improved physics for NPCS merchants

โœ”๏ธ Patched :
Fixed the collision problem
Fixed the problem when you have to look down to open the menu
Fixed the problem when you have to move a merchant by aiming the feet
Gmod RP Name + Avatar Editable frame v1.3
v1.3
Update released of Gmod RP Name + Avatar Editable frame version 1.3 1668700270 ago
๐Ÿงฑ Improved :
Reduction of the Lua file size on the client side by 8.3% of the client file size. (this is less on the client side download)
Gmod Pocket System without DarkRP v1.1
v1.1
Update released of Gmod Pocket System without DarkRP version 1.1 1668678383 ago
๐Ÿš€ Added :
This update makes it compatible with the item trading system (52th script of the store).

Add meta:UsePocketItem(index,quantity)

This allows you to deduct an item from the pocket's inventory.
Gmod Leveling System v3.6
v3.6
Update released of Gmod Leveling System version 3.6 1667919845 ago
โœ”๏ธ Patched :
Patched faction kill system