Config file

Config = {}
Config.framework = "esx" -- esx    -   qb
Config.propDrawDistance = 50
Config.drawTextMaxDistance = 5
Config.drawTextMinDistance = 2
Config.key = 74 -- H
Config.text = {
    h = "[H]",
    takeit = "Pick Up",
    progressbarText = "You pick up the weapon on the ground"
}
Config.progressbarTime = 1500
Config.blacklistWeapon = {
    "weapon_pistol_mk2",
    "weapon_heavysniper_mk2"
}

Last updated