QBX IDCARD
Add these licenses to your qbx_idcard/config/shared.lua
-- bcs_driveschool licenses
driver_bike = {
header = 'Bike Driving License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
driver_car = {
header = 'Car Driving License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
driver_truck = {
header = 'Truck Driving License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
driver_boat = {
header = 'Boat Driving License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
driver_helicopter = {
header = 'Helicopter Driving License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
driver_plane = {
header = 'Plane Driving License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
-- bcs_driveschool theory licenses
theory_driver_bike = {
header = 'Bike Theory License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
theory_driver_car = {
header = 'Car Theory License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
theory_driver_truck = {
header = 'Truck Theory License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
theory_driver_boat = {
header = 'Boat Theory License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
theory_driver_helicopter = {
header = 'Helicopter Theory License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
theory_driver_plane = {
header = 'Plane Theory License',
background = '#f9c491',
backgroundImage = 'https://i.ibb.co/vxvGzg1/card.png',
prop = 'prop_cs_r_business_card'
},
Last updated on