๐ค 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: | 10953 |
๐ Updates released: | 1306 updates |
Users Stats | |
๐ Commented scripts: | 168 |
โ๏ธ Coffee offered: | 0 |
๐ Last login: | 1734968684 |
๐พ 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 30
v1.0
Initial Version. Released of the new Banking System for GMod.
v1.8
โ๏ธ Patched :
Fixes the Lua error of non-existent fonts when the ammunition system script is installed. One overides the other.
Fixes the Lua error of non-existent fonts when the ammunition system script is installed. One overides the other.
v3.3
๐ Added :
This update answers the question: How to change the key to open the F4 menu, between F1, F2, F3?
In the config file :
----- THE KEY TO OPEN THE MENU F4 -----
This update answers the question: How to change the key to open the F4 menu, between F1, F2, F3?
In the config file :
----- THE KEY TO OPEN THE MENU F4 -----
cfg.FX_to_Open="F4" --0 = Disable, Define whether the menu can be opened with the F1 F2 F3 F4 key.
v2.2
โ๏ธ Patched :
Patch a synthaxe error following the last update.
Patch a synthaxe error following the last update.
v2.1
๐ Added :
Add variable XP_earn_when_faction in the config file.
cfg.XP_earn_when_faction=0 -- PvP kills give EXP points if the user is not in the same faction. 0 = OFF, 1 = ON (For thoose who use Faction System and DarkRP)
Add variable XP_earn_when_faction in the config file.
cfg.XP_earn_when_faction=0 -- PvP kills give EXP points if the user is not in the same faction. 0 = OFF, 1 = ON (For thoose who use Faction System and DarkRP)
v3.0
๐ Added :
Added a variable that allows you to choose the volume of the startup music on your Gmod server.
cfg.Boot_Music_Volume = 0.5 --1 = Max
Added a variable that allows you to choose the volume of the startup music on your Gmod server.
cfg.Boot_Music_Volume = 0.5 --1 = Max
v2.0
๐งฑ Improved :
Source code optimization
The deathscreen does not close automatically. It will wait for user interaction.
Source code optimization
The deathscreen does not close automatically. It will wait for user interaction.
v1.3
โ๏ธ Patched :
Patched conflict with Gmod Deathscreen Customisable
Patch when the buttons do not appear.
Patched conflict with Gmod Deathscreen Customisable
Patch when the buttons do not appear.
v1.3
This update bring a solution for this question : How to share the experience points earned on Gmod between several users according to the number of damage inflicted on NPCs or bosses?
๐ Added :
cfg.NPC_SHARE_REWARD=0 -- 0 = The last one to kill the NPC wins. 1 = The gains are shared
Add the question 12 in the wiki of the script about the share of gains.
๐ Added :
cfg.NPC_SHARE_REWARD=0 -- 0 = The last one to kill the NPC wins. 1 = The gains are shared
Add the question 12 in the wiki of the script about the share of gains.
v1.2
๐งฑ Improved :
Worked on compatibility with DarkRP
Worked on compatibility with DarkRP
v1.1
๐งฑ Improved :
Some small improvements. And deactivation of the Debug mode by default.
Some small improvements. And deactivation of the Debug mode by default.
v1.8
๐งฑ Improved :
Compatibility update with Gmod Deathscreen Customisable : Prevents the deathscreen from being displayed if the user dies while in the server's home menu.
If the user dies in game, the deathscreen is displayed first, when he clicks to respawn he will arrive in the Server Home Screen Menu.
Compatibility update with Gmod Deathscreen Customisable : Prevents the deathscreen from being displayed if the user dies while in the server's home menu.
If the user dies in game, the deathscreen is displayed first, when he clicks to respawn he will arrive in the Server Home Screen Menu.
v1.0
Initial Version. New script released.
v1.7
๐ Added :
Added interactions with the options of my other addons from the list of connected players. For example to modify, hunger, thirst, mana, endurance, wallet.
Added button to Removes all ammo from the player selected with player:StripAmmo().
Add shortcut for quick access on my last scripts: Gmod Ammo System + HUDs
Added interactions with the options of my other addons from the list of connected players. For example to modify, hunger, thirst, mana, endurance, wallet.
Added button to Removes all ammo from the player selected with player:StripAmmo().
Add shortcut for quick access on my last scripts: Gmod Ammo System + HUDs
v2.0
๐ Added :
Add new icons of last new scripts
Add Shortcut of last new scripts
Add new icons of last new scripts
Add Shortcut of last new scripts
v1.7
๐ Added :
Added in the config file:
cfg.Draw_Icon_Chat = 1 // Show the icon over the head when a user write. 0 = OFF
cfg.Icon_on_Head // Custom the icon when a user begin to write
cfg.chat_minimal_wide = 850 // Minimal Wide of the chat that you can set.
cfg.chat_minimal_tall = 400 // Minimal Tall of the chat that you can set.
โ๏ธ Patched :
Fixed a Lua Error when a message is send before the load of the script.
Added in the config file:
cfg.Draw_Icon_Chat = 1 // Show the icon over the head when a user write. 0 = OFF
cfg.Icon_on_Head // Custom the icon when a user begin to write
cfg.chat_minimal_wide = 850 // Minimal Wide of the chat that you can set.
cfg.chat_minimal_tall = 400 // Minimal Tall of the chat that you can set.
โ๏ธ Patched :
Fixed a Lua Error when a message is send before the load of the script.
v1.6
โ๏ธ Patched :
Patched when you use the variable : cfg.The_Dead_dont_speak = 0
1 = The user dead cant write in the chat.
0 = The user can write in the chat when died
Patched when you use the variable : cfg.The_Dead_dont_speak = 0
1 = The user dead cant write in the chat.
0 = The user can write in the chat when died
v1.5
๐งฑ Improved :
Wrap the text in the chat box.
Wrap the text in the chat box.
v1.4
Question 11 12 and 13 added in the wiki about this new features
๐ Added :
Options to choose the number of messages that are displayed in the notifier (HUD).
Options to move the notifier up and down and from left to right (HUD).
Options to edit the length of the notification area on the HUD for received chat messages.
Wrap System for the notifier : To put on several lines the long messages (HUD).
๐งฑ Improved :
Administer from the chat by clicking on the user's message if Nor Admin Mod System for Gmod is installed
โ๏ธ Patched :
Fixed the Lua error when clicking on a message sent by the system. (Because it has no steamid64 to copy)
๐ Added :
Options to choose the number of messages that are displayed in the notifier (HUD).
Options to move the notifier up and down and from left to right (HUD).
Options to edit the length of the notification area on the HUD for received chat messages.
Wrap System for the notifier : To put on several lines the long messages (HUD).
๐งฑ Improved :
Administer from the chat by clicking on the user's message if Nor Admin Mod System for Gmod is installed
โ๏ธ Patched :
Fixed the Lua error when clicking on a message sent by the system. (Because it has no steamid64 to copy)
v1.2
๐ Added :
Added the id of the content workshop for the materials. If you don't use fastdl it will be useful.
Added the id of the content workshop for the materials. If you don't use fastdl it will be useful.
v2.6
๐ Added :
Add new variable in config file :
/* ----- MONEY SYSTEM -----
0 = if you want use "Norda Gmod Money System" as money system, can be find here : Norda Gmod Money System
1 = if you want use "DarkRP money system" (you must have DarkRP installed)
2 = Use money system of "Gmod Store Builder" (By default)
*/
cfg.Money_System = 2
cfg.Credit_System = 1 -- 0 = OFF 1 = ON (Enabled by default)
๐งฑ Improved :
Added a white background for transparent entity icons
๐ฎ Removed :
Removed : cfg.DarkRP_gamemode
Replaced by : cfg.Money_System
Add new variable in config file :
/* ----- MONEY SYSTEM -----
0 = if you want use "Norda Gmod Money System" as money system, can be find here : Norda Gmod Money System
1 = if you want use "DarkRP money system" (you must have DarkRP installed)
2 = Use money system of "Gmod Store Builder" (By default)
*/
cfg.Money_System = 2
cfg.Credit_System = 1 -- 0 = OFF 1 = ON (Enabled by default)
๐งฑ Improved :
Added a white background for transparent entity icons
๐ฎ Removed :
Removed : cfg.DarkRP_gamemode
Replaced by : cfg.Money_System
v1.1
๐ Added :
English translation added.
English translation added.
v1.3
๐งฑ Improved :
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
v1.4
๐งฑ Improved :
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
v1.8
๐งฑ Improved :
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
v1.5
๐งฑ Improved :
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
v1.6
๐งฑ Improved :
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error
Aesthetic improvement.
Reduction of the size of the code on the client side.
Server side optimization.
โ๏ธ Patched :
Corrected a possible Lua error