Configuration
You can customize the whole script according to your needs. If you can not adjust something or there are errors, feel free to contact us on our Discord server.
Config file
Config = {}
Config.Locale = 'en' -- de or en
Config.ESX = 'new' -- new or old
Config.Notifiaction = "NKHD" -- ESX, OKOK or NKHD (requires https://store.nkhd-development.com/package/6674260)
Config.Setjob = true
Config.AdminJob = {
name = 'admin',
grade = 0
}
Config.Commands = {
aduty = 'aduty',
godmode = 'godmode',
noclip = 'noclip',
supportanfragen = 'supportanfragen',
support = 'support',
vanish = 'vanish'
}
Config.AdminClothing = {
male = {
outfit = {
tshirt = 15, tshirt2 = 0,
torso = 219, torso2 = 0,
pants = 129, pants2 = 1,
shoes = 25, shoes2 = 0,
arms = 11,
helmet = -1,
bproof_1 = 18, bproof_2 = 1
}
},
female = {
outfit = {
tshirt = 15, tshirt2 = 0,
torso = 219, torso2 = 0,
pants = 129, pants2 = 1,
shoes = 25, shoes2 = 0,
arms = 1,
helmet = -1,
bproof_1 = 18, bproof_2 = 1
}
}
}
Config.BlipsRefreshTime = 5000
Sound = {
Enable = true, --requires: https://github.com/Xogy/xsound
URL = 'https://www.youtube.com/your_link_here', --url of sound (youtube)
Volume = 1.0 --volume of the sound
}
Discord = {
Enable = true, --do you want discord webhook logs
Webhook = 'https://discord.com/api/webhooks/your_webhook_here', --put your discord webhook link here
Color = 65535,
Name = 'NKHD Admin',
Avatar = 'https://cdn.discordapp.com/attachments/1066051652202807400/1249793498094375053/NKHD_Development.png?ex=66689865&is=666746e5&hm=85383f8aa4a0c80e94ee9179b49a7173e2583b3b967821531c2c8806c6076b5a&', -- avatar link for the webhook bot
Title = 'Support',
Footer = 'NKHD Admin'
}
Last updated