๐ค 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 28
v2.8
๐งฑ Improved :
Replaced RunConsoleCommand by LocalPlayer():ConCommand
Replaced RunConsoleCommand by LocalPlayer():ConCommand
v1.8
๐งฑ Improved :
-----SERVER LIMIT MAX-----
Set the money maximum limit on your server with cfg.MaxMoney_max. A player will not be able to have more.
cfg.MaxMoney_max = 100000
-----LVL STATS IMPROVEMENT-----
/*
0 = No Limit max per level, the limit max is the server limit max is defined by : cfg.MaxMoney_max
1 = The user has to buy or find the item that increases his max money.
2 = The max money rises with the level of the user.
*/
cfg.MaxMoney_define_per_lvl = 0
cfg.MaxMoney_gain_per_levelup = 10 // The max additional money per level up.
-----SERVER LIMIT MAX-----
Set the money maximum limit on your server with cfg.MaxMoney_max. A player will not be able to have more.
cfg.MaxMoney_max = 100000
-----LVL STATS IMPROVEMENT-----
/*
0 = No Limit max per level, the limit max is the server limit max is defined by : cfg.MaxMoney_max
1 = The user has to buy or find the item that increases his max money.
2 = The max money rises with the level of the user.
*/
cfg.MaxMoney_define_per_lvl = 0
cfg.MaxMoney_gain_per_levelup = 10 // The max additional money per level up.
v1.9
๐งฑ Improved :
cfg.Screen_default can now be modified from the configuration file. To be able to remove the -Home Screen- button.
cfg.Screen_default can now be modified from the configuration file. To be able to remove the -Home Screen- button.
v3.5
๐ Added in config file :
cfg.boot_clean_delay = 0 -- Time in seconds that you want to delay the boot cleaning. 0 = By default. // Permaprop Compatibility
cfg.boot_clean_delay = 0 -- Time in seconds that you want to delay the boot cleaning. 0 = By default. // Permaprop Compatibility
v1.8
โ๏ธ Patched :
When the player dies. He returns to his original job at the time of creation.
๐งฑ Improved :
The save job only works when the player has spawned in game.
When the player dies. He returns to his original job at the time of creation.
๐งฑ Improved :
The save job only works when the player has spawned in game.
v1.7
๐ Added :
Add a variable to continue using DarkRP money System
cfg.Only_DarkRP_money=0 // (default = 0) 0 = Use this system. 1 = Use DarkRP money.
Add a variable to continue using DarkRP money System
cfg.Only_DarkRP_money=0 // (default = 0) 0 = Use this system. 1 = Use DarkRP money.
v1.1
๐ Added :
Link to the content material of the workshop
Link to the content material of the workshop
v1.7
๐งฑ Improved :
The customization of the color of the playermodel is taken into account in the spawn.
๐ Added :
When Skins are modified in game, the skin is saved.
When the Bodygroups are modified in game, the Bodygroups is saved.
When the player's color is changed in game, the color is saved.
The customization of the color of the playermodel is taken into account in the spawn.
๐ Added :
When Skins are modified in game, the skin is saved.
When the Bodygroups are modified in game, the Bodygroups is saved.
When the player's color is changed in game, the color is saved.
v1.6
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v1.6
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v1.7
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v2.1
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v1.8
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v2.0
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v2.6
๐งฑ Improved :
Database SQL Optimisation
Database SQL Optimisation
v1.5
๐งฑ Improved :
Minor patch
Minor patch
v2.1
๐ Added :
Add Compatibility with PlayerSilentDeath, The SilentDeath caused by the job change in some DarkRP configuration prevent the deathscreen from being displayed.
๐งฑ Improved :
Removal of comment lines in the code to reduce the size of Lua files.
Add Compatibility with PlayerSilentDeath, The SilentDeath caused by the job change in some DarkRP configuration prevent the deathscreen from being displayed.
๐งฑ Improved :
Removal of comment lines in the code to reduce the size of Lua files.
v2.5
โ๏ธ Patched :
Patch Lua error wyhen killer is nil. This happens when norespawn is set to false in the DarkRP configuration.
Patch Lua error wyhen killer is nil. This happens when norespawn is set to false in the DarkRP configuration.
v1.9
๐ Added :
Add: Gmod NEON HUD Style Added
Add: Gmod STARWARS HUD Style Added
Add: Gmod NEON HUD Style Added
Add: Gmod STARWARS HUD Style Added
v1.6
๐งฑ Improved :
Replace the steam name by the roleplay name of the character selected in the interfaces in game.
๐ Added :
Add in the config file the variable : cfg.allowrpnames = true . To allow the system to replace the steam name by the roleplay name of the character.
Add in the config file the variable : cfg.char_zoom = -4. Character presentation model too big? Choose the zoom. Negative value = UnZoom. Positive value = Zoom. (Unzoom recommended = -4 )
Replace the steam name by the roleplay name of the character selected in the interfaces in game.
๐ Added :
Add in the config file the variable : cfg.allowrpnames = true . To allow the system to replace the steam name by the roleplay name of the character.
Add in the config file the variable : cfg.char_zoom = -4. Character presentation model too big? Choose the zoom. Negative value = UnZoom. Positive value = Zoom. (Unzoom recommended = -4 )
v2.4
โ๏ธ Patched :
Patch the Lua error on the client side, when you use the administration actions from the scoreboard
๐งฑ Improved :
Compatibility with Nor Admin Mod when installed. Administration actions can be done directly from the scoreboard by clicking on the player.
Patch the Lua error on the client side, when you use the administration actions from the scoreboard
๐งฑ Improved :
Compatibility with Nor Admin Mod when installed. Administration actions can be done directly from the scoreboard by clicking on the player.
v2.7
๐ Added :
Add Restriction per Level : Restrict access to an in-game store depending on the user's level.
Add Restriction per Level : Restrict access to an in-game store depending on the user's level.
v1.8
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations
v2.4
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations
v1.7
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations
v2
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations
v1.6
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations
v1.5
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations
v1.4
๐งฑ Improved :
Icon updates and optimizations
Icon updates and optimizations