๐ค Profile
Norda Scripts
76561198033784269๐จ Creator
๐ฌ Message
โ๏ธ You are offline, join to send a private message.
๐ 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
v1.1
๐งฑ 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.
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.
v2.3
โ๏ธ Patched :
The entity deletion problem related to persistence is solved
The entity deletion problem related to persistence is solved
v1.5
โ๏ธ Patched :
Corrects a conflict by replacing a global function with a local one. With Collecting Resources system.
Corrects a conflict by replacing a global function with a local one. With Collecting Resources system.
v1.4
โ๏ธ Patched :
Corrects a conflict by replacing a global function with a local one. With destructible loot system.
Corrects a conflict by replacing a global function with a local one. With destructible loot system.
v2.6
๐ 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.
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.
v2.0
๐ 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.
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.
v1.0
Initial version
v2.3
๐งฑ 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.
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.
v1.1
โ๏ธ Patched :
Correction concerning the compatibility with my inventory system and my pocket system.
Correction concerning the compatibility with my inventory system and my pocket system.
v2.3
๐งฑ 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.
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.
v1.8
๐งฑ Improved :
Compatibility with Second Ranks Systems
Compatibility with Second Ranks Systems
v1.6
โ๏ธ Patched :
Patch the Lua error when you have no equipment.
Patch the Lua error when you have no equipment.
v1.8
โ๏ธ Patched :
Another patch of compatibility for SharpeYe.
Another patch of compatibility for SharpeYe.
v1.7
โ๏ธ 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.
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.
v1.7
โ๏ธ 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)
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)
v1.4
๐ 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.
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.
v1.6
๐ 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.
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.
v1.2
๐งฑ 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.
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.
v3.7
โ๏ธ 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)]
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)]
v2.6
๐ 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.
v1.3
โ๏ธ 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.
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.
v2.2
๐ Optimization :
Reduction of the size of the script source code. Removed 2 folders and 3 files.
Reduction of the size of the script source code. Removed 2 folders and 3 files.
v1.5
๐งฑ 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
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
v3.0
๐งฑ 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.
It is no longer need to save every time you make changes to the store content, it is done automatically when you make changes.
v2.9
๐ 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
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
v1.0
Initial version
v1.3
๐งฑ 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)
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)
v1.1
๐ 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.
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.
v3.6
โ๏ธ Patched :
Patched faction kill system
Patched faction kill system