Need Help With This Config.lua QB philip-adminduty

philip-adminduty-main is the script
Config = {
Lang = ‘en’,
Adminped = ‘s_m_y_dockwork_01’, – Change this to change admin ped model.
DrawDistance = 50, – From how far away should be shown the logo.
AdminLogo = “logo”, – Name of the logo name in the ytd file!
AdminLogoHeight = 1.5, – How height must be the logo above the head!
LogoSpin = false, – Change this to false if you don’t want the logo to spin and change true if you want the logo to spin.
LogoMovingWithCamera = true, – Change this to false if you don’t want the logo to look always the player camera direction and change true if you want the logo to look always the player camera direction.
LogoBouncing = false – Change this to false if you don’t want the logo to be bouncing and change true if you want the logo to be bouncing.
– NOTE: You can’t use LogoSpin and LogoMovingWithCamera at the same time. It’s not gonna work!

}

Lang = {
[‘hu’] = {
dutyOn = ‘You are in duty!’,
dutyOff = ‘You are no longer in duty!’,
dutyOnGlobal = " has left the duty!",
dutyOffGlobal = " is in duty!"
},
[‘en’] = {
dutyOn = ‘You are in duty!’,
dutyOff = ‘You are no longer in duty!’,
dutyOnGlobal = " is in duty!",
dutyOffGlobal = " is now off duty"
}
}

I want to change this line Adminped = ‘s_m_y_dockwork_01’, – Change this to change admin ped model. to something else like a piece of clothing example: BulletProof Vest i have tried to change the ped cant seem to get it working if i could get some help that would be great
config.lua (1.3 KB)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.