๐ค 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: | 1734949850 |
๐พ 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 27
v1.3
๐งฑ Improved :
When you carry an item with the physgun you can now use the wheel without displaying the weapon selection menu.
When you carry an item with the physgun you can now use the wheel without displaying the weapon selection menu.
v2.1
โ๏ธ Patched :
Pach the error with GetDriver : attempt to call method 'GetDriver' (a nil value)
Pach the error with GetDriver : attempt to call method 'GetDriver' (a nil value)
v1.2
๐ 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
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
v5.8
๐งฑ Improved :
Optimisation of the right system.
Improves the Right system.
Simplification of the rank system.
Reduction of the size of the whitelist job system
Optimisation of the right system.
Improves the Right system.
Simplification of the rank system.
Reduction of the size of the whitelist job system
v5.7
๐งฑ Improved :
Optimisation of file size
โ๏ธ Patched :
Patch a conflict with a similar script preventing it from initiating.
Optimisation of file size
โ๏ธ Patched :
Patch a conflict with a similar script preventing it from initiating.
v1.1
โ๏ธ 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.
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.
v1.2
โ๏ธ Patched :
Patch a Lua error related to the administration systems.
Patch a Lua error related to the administration systems.
v1.3
Fixes a Lua error related to ULX
v2.1
๐ 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.
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.
v1.2
โ๏ธ Patched :
Patched Lua Error.
Patched Lua Error.
v1.1
โ๏ธ Patched :
Patch a simple Lua Error.
Patch a simple Lua Error.
v1.0
Initial Version
v1.8
๐ 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.
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.
v2.2
๐ Added :
Using the mouse wheel to zoom in and out of the playermodel view
Using the mouse wheel to zoom in and out of the playermodel view
v1.6
๐ Added :
German translation added. Translated by : Terminator_2.0 (steamid64 76561199263031712)
German translation added. Translated by : Terminator_2.0 (steamid64 76561199263031712)
v1.3
๐ 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
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
v1.8
๐ 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",
}
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",
}
v1.5
๐ Added :
Added in the config file variable : cfg.Money_System which allows you to choose between the DarkRP money system or my money system.
0 = Optimized Norda Money System : /gmod-scripts/3927/gmod-money-system-hud-maker
1 = DarkRP Money System
cfg.Money_System = 0 -- 0 By default
Added in the config file variable : cfg.Money_System which allows you to choose between the DarkRP money system or my money system.
0 = Optimized Norda Money System : /gmod-scripts/3927/gmod-money-system-hud-maker
1 = DarkRP Money System
cfg.Money_System = 0 -- 0 By default
v2.1
๐งฑ Improved :
Players in the character selection menu are no longer visible in game. And cannot be killed.
Players in the character selection menu are no longer visible in game. And cannot be killed.
v1.7
๐งฑ Improved :
The players on the title screen are no longer visible. And cannot be killed by another player.
The players on the title screen are no longer visible. And cannot be killed by another player.
v1.1
โ๏ธ Patched :
Corrects an error when a model is not assigned.
Corrects an error when a model is not assigned.
v1.9
โ๏ธ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
v1.7
โ๏ธ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
v1.8
โ๏ธ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
v2.2
โ๏ธ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
v1.9
โ๏ธ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
v2.1
โ๏ธ Patched :
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
Fixed the Lua error when the character system is installed and the player dies in the server title screen.
v2.0
โ๏ธ Patched :
Patch the Lua Error when using ULX:
[norda_character_creator_system] addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:21: attempt to index field 'OwnersSteamID64' (a nil value)
1. eRight - addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:21
2. norda_charstock_db - addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:470
3. fn - addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:320
4. unknown - addons/ulib-v2_63/lua/ulib/shared/hook.lua:109
Patch the Lua Error when using ULX:
[norda_character_creator_system] addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:21: attempt to index field 'OwnersSteamID64' (a nil value)
1. eRight - addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:21
2. norda_charstock_db - addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:470
3. fn - addons/norda_character_creator_system/lua/autorun/nordahl_sv/sv_character_creator_db.lua:320
4. unknown - addons/ulib-v2_63/lua/ulib/shared/hook.lua:109
v1.0
Initial version