Config

Config = {}

Config.Locale = GetConvar('esx:locale', 'fr')

Config.Perms = {
	'3233ccf8df0e30ead44', -- identifier
}

Config.Notify = function(key, source, ...)
    local service = IsDuplicityVersion()
    local description, data
    if ... then
         description = (Config.Notifications[key].description):format(...)
         data = {
            id = Config.Notifications[key].id,
            title = Config.Notifications[key].title,
            description = description,
            position = Config.Notifications[key].position,
            style = Config.Notifications[key].style,
            icon = Config.Notifications[key].icon,
            type = Config.Notifications[key].type,
            iconColor = Config.Notifications[key].iconColor
         }
    end
    lib.notify(service and source or (data or Config.Notifications[key]), service and (data or Config.Notifications[key]))
end

Config.Webhooks = {
	link = "https://discord.com/api/webhooks/1143806327pPCn6ZAp32oEGhDefp0OZ_VpRiCReuctYj322cj8U",
	botname = 'FW Scripts',
	description = 'fw_personal_menu',
	color = '16744192'
}

Config.PositionMenu = 'top-left' --'top-left' / 'top-right' / 'bottom-left' / 'bottom-right'
Config.UseLicense = true
Config.CheckVip = 10 --The server every 10 minutes will check if the vip is valid 
Config.Link = 'https://fw-scripts.tebex.io/'
Config.DayPerMonth = 30
Config.AccessVIP = 1 -- Grade VIP minimum for open the menu
Config.Access = {	
	Props = {
		level = 2 -- grade/level needed to acces props
	},
	Ped = {
		level = 3 -- grade/level needed to acces ped
	},
	WeaponTint = {
		level = 4 -- grade/level needed to acces weapontint
	}
}

Config.Keyboard = {
	openMenu = 'f5',
	cleartasks = 'z'
}

Config.FPS = {
	'FPS Boost', 'Lights Mode', 'Graphics', 'Reset' -- do not change order
}

Config.Vehicle = {
	'Avant gauche', 'Avant droite', 'Arrière gauche', 'Arrière droite',
	'Conducteur', 'Passager', 'Derrière le conducteur', 'Passager arrière',
	'Donner clé', 'Faire un double', 'Activer', 'Désactiver' -- do not change order
}

Config.ManegementAnimations = {
	'Jouer', 'Supprimer des favoris', 'Ajouter favoris' -- do not change order
}

Config.Animations = {

	{
		name  = 'festives',
		label = 'Festives',
		icon =  'fas fa-glass-cheers',
		items = {
			{label = "Fumer une cigarette", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING"}},
			{label = "Jouer de la musique", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
			{label = "Dj", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
			{label = "Boire une biere", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_DRINKING"}},
			{label = "Bière en zik", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_PARTYING"}},
			{label = "Air Guitar", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
			{label = "Air Shagging", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@mp_player_intcelebrationfemale@air_shagging", anim = "air_shagging"}},
			{label = "Rock'n'roll", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
			{label = "Fumer un joint", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
			{label = "Bourré sur place", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_bum_standing@drunk@idle_a", anim = "idle_a"}},
			{label = "Vomir en voiture", icon = "fas fa-angle-right", type = "anim", data = {lib = "oddjobs@taxi@tie", anim = "vomit_outside"}},
		}
	},

	{
		name  = 'greetings',
		label = 'Salutations',
		icon =  'fas fa-hand-paper',
		items = {
			{label = "Saluer", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
			{label = "Serrer la main", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
			{label = "Tchek", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
			{label = "Salut bandit", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
			{label = "Salut Militaire", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
		}
	},

	{
		name  = 'work',
		label = 'Travail',
		icon =  'fas fa-flask',
		items = {
			{label = "Suspect : se rendre à la police", icon = "fas fa-angle-right", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
			{label = "Pêcheur", icon = "fas fa-angle-right", type = "scenario", data = {anim = "world_human_stand_fishing"}},
			{label = "Police : enquêter", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
			{label = "Police : parler à la radio", icon = "fas fa-angle-right", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
			{label = "Police : circulation", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
			{label = "Police : jumelles", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
			{label = "Agriculture : récolter", icon = "fas fa-angle-right", type = "scenario", data = {anim = "world_human_gardener_plant"}},
			{label = "Dépanneur : réparer le moteur", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
			{label = "Médecin : observer", icon = "fas fa-angle-right", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
			{label = "Taxi : parler au client", icon = "fas fa-angle-right", type = "anim", data = {lib = "oddjobs@taxi@driver", anim = "leanover_idle"}},
			{label = "Taxi : donner la facture", icon = "fas fa-angle-right", type = "anim", data = {lib = "oddjobs@taxi@cyi", anim = "std_hand_off_ps_passenger"}},
			{label = "Epicier : donner les courses", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_am_hold_up", anim = "purchase_beerbox_shopkeeper"}},
			{label = "Barman : servir un shot", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@drinking", anim = "shots_barman_b"}},
			{label = "Journaliste : Prendre une photo", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
			{label = "Tout métiers : Prendre des notes", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
			{label = "Tout métiers : Coup de marteau", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
			{label = "Clochard : Faire la manche", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
			{label = "Clochard : Faire la statue", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
		}
	},

	{
		name  = 'humors',
		label = 'Humeurs',
		icon =  'fas fa-smile-beam',
		items = {
			{label = "Féliciter", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
			{label = "Super", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
			{label = "Toi", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
			{label = "Viens", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}}, 
			{label = "Keskya ?", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
			{label = "A moi", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
			{label = "Je le savais, putain", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
			{label = "Etre épuisé", icon = "fas fa-angle-right", type = "scenario", data = {lib = "amb@world_human_jog_standing@male@idle_b", anim = "idle_d"}},
			{label = "Je suis dans la merde", icon = "fas fa-angle-right", type = "scenario", data = {lib = "amb@world_human_bum_standing@depressed@idle_a", anim = "idle_a"}},
			{label = "Facepalm", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
			{label = "Calme-toi ", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
			{label = "Qu'est ce que j'ai fait ?", icon = "fas fa-angle-right", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
			{label = "Avoir peur", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
			{label = "Fight ?", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
			{label = "C'est pas Possible !", icon = "fas fa-angle-right", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
			{label = "Enlacer", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
			{label = "Doigt d'honneur", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
			{label = "Branleur", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
			{label = "Balle dans la tete", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
		}
	},

	{
		name  = 'sports',
		label = 'Sports',
		icon =  'fas fa-football-ball',
		items = {
			{label = "Montrer ses muscles", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
			{label = "Barre de musculation", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
			{label = "Faire des pompes", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
			{label = "Faire des abdos", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
			{label = "Faire du yoga", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
		}
	},

	{
		name  = 'misc',
		label = 'Divers',
		icon =  'fas fa-universal-access',
		items = {
			{label = "Boire un café", icon = "fas fa-angle-right", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
			{label = "S'asseoir", icon = "fas fa-angle-right", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
			{label = "Attendre contre un mur", icon = "fas fa-angle-right", type = "scenario", data = {anim = "world_human_leaning"}},
			{label = "Couché sur le dos", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
			{label = "Couché sur le ventre", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
			{label = "Nettoyer quelque chose", icon = "fas fa-angle-right", type = "scenario", data = {anim = "world_human_maid_clean"}},
			{label = "Préparer à manger", icon = "fas fa-angle-right", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
			{label = "Position de Fouille", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
			{label = "Prendre un selfie", icon = "fas fa-angle-right", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
			{label = "Ecouter à une porte", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}}, 
		}
	},

	{
		name  = 'attitudem',
		label = 'Attitudes',
		icon =  'fas fa-smile',
		items = {
			{label = "Normal M", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@confident", anim = "move_m@confident"}},
			{label = "Normal F", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_f@heels@c", anim = "move_f@heels@c"}},
			{label = "Depressif", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@depressed@a", anim = "move_m@depressed@a"}},
			{label = "Depressif F", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_f@depressed@a", anim = "move_f@depressed@a"}},
			{label = "Business", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@business@a", anim = "move_m@business@a"}},
			{label = "Determine", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@brave@a", anim = "move_m@brave@a"}},
			{label = "Casual", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@casual@a", anim = "move_m@casual@a"}},
			{label = "Trop mange", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@fat@a", anim = "move_m@fat@a"}},
			{label = "Hipster", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@hipster@a", anim = "move_m@hipster@a"}},
			{label = "Blesse", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@injured", anim = "move_m@injured"}},
			{label = "Intimide", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@hurry@a", anim = "move_m@hurry@a"}},
			{label = "Hobo", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@hobo@a", anim = "move_m@hobo@a"}},
			{label = "Malheureux", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@sad@a", anim = "move_m@sad@a"}},
			{label = "Muscle", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@muscle@a", anim = "move_m@muscle@a"}},
			{label = "Choc", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@shocked@a", anim = "move_m@shocked@a"}},
			{label = "Sombre", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@shadyped@a", anim = "move_m@shadyped@a"}},
			{label = "Fatigue", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@buzzed", anim = "move_m@buzzed"}},
			{label = "Pressee", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@hurry_butch@a", anim = "move_m@hurry_butch@a"}},
			{label = "Fier", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@money", anim = "move_m@money"}},
			{label = "Petite course", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_m@quick", anim = "move_m@quick"}},
			{label = "Mangeuse d'homme", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_f@maneater", anim = "move_f@maneater"}},
			{label = "Impertinent", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_f@sassy", anim = "move_f@sassy"}},	
			{label = "Arrogante", icon = "fas fa-angle-right", type = "attitude", data = {lib = "move_f@arrogant@a", anim = "move_f@arrogant@a"}},
		}
	},
	{
		name  = 'porn',
		label = 'PEGI 21',
		icon =  'fas fa-hand-scissors',
		items = {
			{label = "Homme se faire su*** en voiture", icon = "fas fa-angle-right", type = "anim", data = {lib = "oddjobs@towing", anim = "m_blow_job_loop"}},
			{label = "Femme faire une gaterie en voiture", icon = "fas fa-angle-right", type = "anim", data = {lib = "oddjobs@towing", anim = "f_blow_job_loop"}},
			{label = "Homme bais** en voiture", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_player"}},
			{label = "Femme bais** en voiture", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_female"}},
			{label = "Se gratter les couilles", icon = "fas fa-angle-right", type = "anim", data = {lib = "mp_player_int_uppergrab_crotch", anim = "mp_player_int_grab_crotch"}},
			{label = "Faire du charme", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@strip_club@idles@stripper", anim = "stripper_idle_02"}},
			{label = "Pose michto", icon = "fas fa-angle-right", type = "scenario", data = {anim = "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS"}},
			{label = "Montrer sa poitrine", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@strip_club@backroom@", anim = "stripper_b_backroom_idle_b"}},
			{label = "Strip Tease 1", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@strip_club@lap_dance@ld_girl_a_song_a_p1", anim = "ld_girl_a_song_a_p1_f"}},
			{label = "Strip Tease 2", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@strip_club@private_dance@part2", anim = "priv_dance_p2"}},
			{label = "Stip Tease au sol", icon = "fas fa-angle-right", type = "anim", data = {lib = "mini@strip_club@private_dance@part3", anim = "priv_dance_p3"}},
		}
	}
}

Config.PedsList = {
	{label = "Prendre mon apparence initial",   name = nil},
	{label = "Gros zizi à l'air",   			name = "a_m_m_acult_01"},
    {label = "Gros black toufu",    			name = "a_m_m_afriamer_01"},
    {label = "Stock black torse nu",			name = "a_m_m_beach_01"},
    {label = "Jaune pâle en short", 			name = "a_m_m_beach_02"},
    {label = "Beach",               			name = "a_f_m_beach_01"},
    {label = "Bevhills",            			name = "a_f_m_bevhills_01"},
    {label = "Bevhills2 ",          			name = "a_f_m_bevhills_02"},
    {label = "BodyBuild",           			name = "a_f_m_bodybuild_01"},                
    {label = "Business",            			name = "a_f_m_business_02"},             
    {label = "DownTown",            			name = "a_f_m_downtown_01"},  
    {label = "Eastsa",              			name = "a_f_m_eastsa_01"},                   
    {label = "Eastsa2",             			name = "a_f_m_eastsa_02"},    
    {label = "FatBlack",            			name = "a_f_m_fatbla_01"},
    {label = "FatWhite",            			name = "a_f_m_fatwhite_01"},              
    {label = "FatCult",             			name = "a_f_m_fatcult_01"},                          
    {label = "Ktown",               			name = "a_f_m_ktown_01"},                        
    {label = "Ktown2",              			name = "a_f_m_ktown_02"},                       
    {label = "Prolhost",            			name = "a_f_m_prolhost_01"},
    {label = "Salton",              			name = "a_f_m_salton_01"},                       
    {label = "Skidrow",             			name = "a_f_m_skidrow_01"},
    {label = "Sanglier",            			name = "a_c_boar"},
    {label = "Chat",                			name = "a_c_cat_01"},          
    {label = "Singe",               			name = "a_c_chimp"}, 
    {label = "Rhesus",              			name = "a_c_rhesus"},                     
    {label = "Vache",               			name = "a_c_cow"},
    {label = "Coyote",              			name = "a_c_coyote"},          
    {label = "Chevreuil",           			name = "a_c_deer"},              
    {label = "Cochon",              			name = "a_c_pig"},
    {label = "Caniche",             			name = "a_c_poodle"},
    {label = "Mini pitbull",        			name = "a_c_pug"},
    {label = "Lapin",               			name = "a_c_rabbit_01"},
    {label = "Rat",                 			name = "a_c_rat"},            
    {label = "Poulet",              			name = "a_c_hen"},                                 
    {label = "Hirondelle",          			name = "a_c_seagull"},
    {label = "Pigeon",              			name = "a_c_pigeon"},
    {label = "Corbeau",             			name = "a_c_crow"},
    {label = "Canard",              			name = "a_c_cormorant"},
    {label = "Aigle",               			name = "a_c_chickenhawk"},
    {label = "Dauphin",             			name = "a_c_dolphin"},
    {label = "Poisson",             			name = "a_c_fish"},
    {label = "Orc",                 			name = "a_c_killerwhale"},
    {label = "Requin marteau",      			name = "a_c_sharkhammer"},
    {label = "Baleine",             			name = "a_c_humpback"},
    {label = "Stingray",            			name = "a_c_stingray"}
}

Config.Props = {
	Civil = {
		{label = 'Chaise', 					model = 'apa_mp_h_din_chair_12'},
		{label = 'Carton', 					model = 'prop_cardbordbox_04a'},
		{label = 'Sac', 					model = 'prop_cs_heist_bag_02'},
		{label = 'Table 1', 				model = 'prop_rub_table_02'},
		{label = 'Table 2', 				model = 'prop_table_04'},
		{label = 'Table 3', 				model = 'bkr_prop_weed_table_01b'},
		{label = 'Chaise 1', 				model = 'bkr_prop_clubhouse_chair_01'},
		{label = 'Chaise 2', 				model = 'bkr_prop_weed_chair_01a'},
		{label = 'Chaise de Pêche', 		model = 'hei_prop_hei_skid_chair'},
		{label = 'Chaise de Bureau', 		model = 'bkr_prop_clubhouse_offchair_01a'},
		{label = 'Canapé', 					model = 'v_tre_sofa_mess_c_s'},
		{label = 'Canapé 2', 				model = 'v_res_tre_sofa_mess_a'},
		{label = 'Ordinateur', 				model = 'bkr_prop_clubhouse_laptop_01a'},
		{label = 'Lit', 					model = 'gr_prop_bunker_bed_01'},
		{label = 'Outils', 					model = 'prop_cs_trolley_01'},
		{label = 'Outils de mécanique', 	model = 'prop_carcreeper'},
		{label = 'Sac de sport', 			model = 'prop_cs_heist_bag_02'},
		{label = 'Trousse médical 2', 		model = 'xm_prop_x17_bag_med_01a'}
	},
	Illegal = {
		{label = 'Bloque de cocaïne', 		model = 'bkr_prop_coke_block_01a'},
		{label = 'Bouteille de cocaïne', 	model = 'bkr_prop_coke_bottle_01a'},
		{label = 'Balance', 				model = 'bkr_prop_coke_scale_01'},
		{label = 'Table cocaine', 			model = 'bkr_prop_coke_table01a'},
		{label = 'Caisse', 					model = 'bkr_prop_crate_set_01a'},
		{label = 'Pot Weed 2', 				model = 'bkr_prop_weed_bucket_01d'},
		{label = 'Cocaine', 				model = 'bkr_prop_coke_block_01a'},
		{label = 'Acétone', 				model = 'bkr_prop_meth_acetone'},
		{label = 'Bidon', 					model = 'bkr_prop_meth_ammonia'},
		{label = 'Lithium', 				model = 'bkr_prop_meth_lithium'},
		{label = 'Packet de weed', 			model = 'bkr_prop_weed_bigbag_03a'},
		{label = 'Packet de weed Ouvert', 	model = 'bkr_prop_weed_bigbag_open_01a'},
		{label = 'Chanvre', 				model = 'bkr_prop_weed_lrg_01b'},
		{label = 'Weed séchée', 			model = 'bkr_prop_weed_drying_01a'},
		{label = 'Sac de weed', 			model = 'bkr_prop_weed_bigbag_03a'},
		{label = 'Block de coke', 			model = 'bkr_prop_coke_cut_01'},
		{label = 'Weed',					model = 'bkr_prop_weed_01_small_01b'},
		{label = 'Malette d\'armes', 		model = 'bkr_prop_biker_gcase_s'},
		{label = 'Caisse d\'armes lourdes', model = 'ex_office_swag_guns04'},
		{label = 'Caisse Fermée', 			model = 'ex_prop_adv_case_sm_03'},
		{label = 'Caisse de chargeurs', 	model = 'gr_prop_gr_crate_mag_01a'}
	}
}

Config.WeaponTintList = {
	Normal = {
		{name = 'Origine', 	tint = 0},
		{name = 'Vert', 	tint = 1},
		{name = 'Or', 		tint = 2},
		{name = 'Rose', 	tint = 3},
		{name = 'Army', 	tint = 4},
		{name = 'LSPD', 	tint = 5},
		{name = 'Orange', 	tint = 6},
		{name = 'Platine', 	tint = 7}
	},
	MK2 = {
		{name = 'Noir classique', 					tint = 0},
		{name = 'Gris classique', 					tint = 1},
		{name = 'Bicolore classique', 				tint = 2},
		{name = 'Blanc classique',	 				tint = 3},
		{name = 'Beige classique',	 				tint = 4},
		{name = 'Vert classique',	 				tint = 5},
		{name = 'Bleu classique',	 				tint = 6},
		{name = 'Terre classique',	 				tint = 7},
		{name = 'Marron & Noir',	 				tint = 8},
		{name = 'Rouge contrasté',					tint = 9},
		{name = 'Bleu contrasté',	 				tint = 10},
		{name = 'Jaune contrasté',					tint = 11},
		{name = 'Orange contrasté',					tint = 12},
		{name = 'Rose vif',			 				tint = 13},
		{name = 'Violet & Jaune vif', 				tint = 14},
		{name = 'Orange vif',		 				tint = 15},
		{name = 'Vert & Violet vif', 				tint = 16},
		{name = 'Rouge audacieux', 					tint = 17},
		{name = 'Vert audacieux', 					tint = 18},
		{name = 'Cyan audacieux', 					tint = 19},
		{name = 'Jaune audacieux',	 				tint = 20},
		{name = 'Rouge & Blanc vif', 				tint = 21},
		{name = 'Bleu & Rouge vif', 				tint = 22},
		{name = 'Or métallique', 					tint = 23},
		{name = 'Platine', 							tint = 24},
		{name = 'Gris métallique & lilas', 			tint = 25},
		{name = 'Violet métallisé & citron vert', 	tint = 26},
		{name = 'Rouge métallique', 				tint = 27},
		{name = 'Vert métallique', 					tint = 28},
		{name = 'Bleu métallique', 					tint = 29},
		{name = 'Blanc métallique & aqua', 			tint = 30},
		{name = 'Orange métallique & jaune', 		tint = 31},
		{name = 'Métallique Rouge & Jaune', 		tint = 32}
	}
}

Config.weaponTintList = {
    "WEAPON_PISTOL",
    "WEAPON_PISTOL50",
    "WEAPON_APPISTOL",
    "WEAPON_ASSAULTRIFLE",
    "WEAPON_MICROSMG",
    "WEAPON_SMG",
    "WEAPON_RPG",
    "WEAPON_MARKSMANRIFLE_MK2",
    "WEAPON_MARKSMANRIFLE",
    "WEAPON_HEAVYSNIPER_MK2",
    "WEAPON_HEAVYSNIPER",
    "WEAPON_SNIPERRIFLE",
    "WEAPON_GUSENBERG",
    "WEAPON_COMBATMG_MK2",
    "WEAPON_COMBATMG",
    "WEAPON_MG",
    "WEAPON_COMPACTRIFLE",
    "WEAPON_BULLPUPRIFLE_MK2",
    "WEAPON_BULLPUPRIFLE",
    "WEAPON_SPECIALCARBINE_MK2",
    "WEAPON_SPECIALCARBINE",
    "WEAPON_ADVANCEDRIFLE",
    "WEAPON_CARBINERIFLE_MK2",
    "WEAPON_CARBINERIFLE",
    "WEAPON_ASSAULTRIFLE_MK2",
    "WEAPON_AUTOSHOTGUN",
    "WEAPON_DBSHOTGUN",
    "WEAPON_HEAVYSHOTGUN", 
}

Last updated