πŸ“”Configurables

Config

Config = {}

-- OXTarget = 'ox_target'
-- QBTarget = 'qb-target'
Config.pedmodel = 's_m_y_cop_01'

Config.locales = {
    start_exam_text = 'Do you want to start the weapon license exam?',
    exam_started_text = 'The weapon license exam has started. Follow the instructions provided.',
    good_day_text = 'Okay, have a good day!',
    insufficient_funds_text = 'Sorry, you do not have enough money to take the exam.',
    yes_button = 'Yes',
    no_button = 'No',
    continue_button = 'Continue',
    close_button = 'Close',
    end_button = 'End conversation',
    job_title = 'Weapon License Examiner',
    officer_name = 'Officer',
    blip_title = 'Weapon license',
    cheater = 'Nt filthy cheater (; Greetings from samurai',
    recived_weapon_license = 'You have received a weapon license!',
}

Config.framework = "esx" -- or "qbcore" -- if using qbox then still leave at qbcore (;


Config.requiredMoney = 500 



Config.moneytype = 'money' -- money type
Config.distance = 10 -- the cheater distance check if a player isnt in this distance and executes a event he gets kicked (;
Config.blip = true
Config.blipsprite = 110
Config.blipcolour = 1

Config.locations = {
    vector4(14.4966, -1106.5750, 28.7970, 332.7171),
}

Opensource

Last updated