Tebex [FREE]: https://mskscripts.tebex.io/package/5094814
Documentation: Welcome - MSK Scripts
Description
- Set the maxDeaths allowed before the Character gets blocked
- Set Admingroups that are allowed to use the Commands
- Playerdeaths are saved in database users table
Commands
- /deathcounter ID - shows the current deathcount
- /deathcounter ID reset - resets the current deathcount to 0
- /deathcounter ID set deathcount - sets the current deathcount to a specific count
Config
Config = {}
----------------------------------------------------------------
Config.Locale = 'de' -- 'de', 'en'
Config.VersionChecker = true
Config.Debug = true
Config.getSharedObject = 'esx:getSharedObject'
----------------------------------------------------------------
Config.maxDeaths = 45
Config.Groups = {'superadmin', 'admin'}
----------------------------------------------------------------
-- This command resets the deathcount to 0 from all characters exept the characters that are blocked.
-- If a character is blocked, the deaths will be set to Config.maxDeaths - Config.blockedCount so the character has Config.blockedCount lives again.
Config.resetCommand = 'deathreset' -- That must not be 'deathcounter' otherwise you break all commands
Config.blockedCount = 3
----------------------------------------------------------------
-- !!! This function is client AND serverside !!!
function notification(src, type, xPlayer, message) -- xPlayer = ESX.GetPlayerFromId(src)
if type == 'client' then
ESX.ShowNotification(message)
elseif type == 'server' then
xPlayer.showNotification(message)
end
end
Installation
Please look at the documentation: Getting Started - MSK Scripts
You can get myMultichar here: [ESX - ENG/DE/ES] myMultichar with Ped Menu, Spawn Selector and Register Menu (PAID)
My other Scripts
- [ESX] MSK Armor - Multiple Armor Vests
- [ESX] MSK Banking - NativeUI
- [ESX/QBCore] MSK Simcard - Change your phonenumber
- [ESX] MSK Shopsystem - NativeUI & Database Feature
- [ESX] MSK WeaponAmmo | Clips, Components & Tints
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | ~ 135 |
Requirements | ESX 1.2 or above; myMultichar |
Support | Yes |