ed
This commit is contained in:
parent
9e03784b6e
commit
53578d1af6
32 changed files with 1857 additions and 0 deletions
32
resources/[tools]/um-idcard/config.lua
Normal file
32
resources/[tools]/um-idcard/config.lua
Normal file
|
@ -0,0 +1,32 @@
|
|||
Config = {};
|
||||
|
||||
Config.IdCardSettings = {
|
||||
closeKey = 'Backspace',
|
||||
autoClose = {
|
||||
status = false, -- or true
|
||||
time = 3000
|
||||
}
|
||||
};
|
||||
|
||||
Config.Licenses = {
|
||||
['id_card'] = {
|
||||
header = 'Identity',
|
||||
background = '#ebf7fd',
|
||||
prop = 'prop_franklin_dl'
|
||||
},
|
||||
['driver_license'] = {
|
||||
header = 'Driver License',
|
||||
background = '#febbbb',
|
||||
prop = 'prop_franklin_dl',
|
||||
},
|
||||
['weaponlicense'] = {
|
||||
header = 'Weapon License',
|
||||
background = '#c7ffe5',
|
||||
prop = 'prop_franklin_dl',
|
||||
},
|
||||
['lawyerpass'] = {
|
||||
header = 'Lawyer Pass',
|
||||
background = '#f9c491',
|
||||
prop = 'prop_cs_r_business_card'
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue