โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 27
v1.8
Update released of
Gmod Advanced Chat Multi-channel Customizable version 1.8 1655564375 ago ๐ 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",
}
v1.5
Update released of
Gmod ATM + Banker (Banking System) version 1.5 1655551960 ago ๐ 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
v2.0
Update released of
Gmod Advanced Character Creator System version 2.0 1654979882 ago โ๏ธ 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
v1.8
Update released of
Gmod Money System + HUD Maker version 1.8 1654877167 ago ๐งฑ 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.
v1.7
Update released of
Gmod Advanced Character Creator System version 1.7 1654000709 ago ๐งฑ 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.