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.OpenKey = 56
Config.InService = true -- If the player is in service after joining the server
Config.Commands = {
Support = 'support',
Service = 'changeservice',
Vanish = 'vanish',
Clothes = 'aduty'
}
Config.SupporterGroups = {
'owner',
'superadmin',
'admin',
'moderator',
'supporter'
}
Config.Timestamp = '%Y-%m-%d %H:%M:%S'
Config.AdminClothes = {
-- Set to -2 if you dont want to use specific clothing // eg. arms = -2
male = {
tshirt_1 = 15,
tshirt_2 = 0,
torso_1 = 187,
torso_2 = 2,
arms = -2,
pants_1 = 100,
pants_2 = 2,
shoes_1 = 78,
shoes_2 = 2,
helmet_1 = -1,
helmet_2 = 0,
mask_1 = 135,
mask_2 = 2,
chain_1 = 0,
chain_2 = 0,
ears_1 = 0,
ears_2 = 0,
bags_1 = 0,
bags_2 = 0,
hair_1 = 0,
hair_2 = 0,
bproof_1 = 0,
bproof_2 = 0,
decals_1 = 0,
decals_2 = 0,
},
female = {
tshirt_1 = 15,
tshirt_2 = 0,
torso_1 = 287,
torso_2 = 2,
arms = 3,
pants_1 = 114,
pants_2 = 2,
shoes_1 = 78,
shoes_2 = 2,
helmet_1 = -1,
helmet_2 = 0,
mask_1 = 135,
mask_2 = 2,
chain_1 = 0,
chain_2 = 0,
ears_1 = 0,
ears_2 = 0,
bags_1 = 0,
bags_2 = 0,
hair_1 = 0,
hair_2 = 0,
bproof_1 = 0,
bproof_2 = 0,
decals_1 = 0,
decals_2 = 0,
},
}
Official Locales
Last updated