qb-dmv
qb-dmv copied to clipboard
Not Receiving All Items
I tried adding your discord says I can't. Everytime I go to the dmv and get my license and then I do my motorcycle endorsement test then I do the cdl test but it wont give me my cdl but if I get my license and then do my cdl test then I can't get my motorcycle endorsement?? HELPPP
Bro ?? I can only do 2 test at a time it does not give me the 3rd license HELP please its so annoying my players are trying to get all of there stuff properly setup and they can't
I had the same Error.
I have fix it with the qb-cityhall config.lua
there is:
["cdl"] = {
label = 'CDL',
cost = 75,
metadata = 'cdl',
},
["bike"] = {
label = 'Bike License',
cost = 50,
metadata = 'bike',
},
you must change to:
["cdl_license"] = {
label = 'CDL',
cost = 75,
metadata = 'cdl',
},
["bike_license"] = {
label = 'Bike License',
cost = 50,
metadata = 'bike',
},