Config = {} Config.Keybind = 'F1' Config.EnableExtraMenu = true Config.Toggle = false -- use toggle mode. False requires hold of key Config.UseWhilstWalking = true -- use whilst walking Config.Fliptime = 15000 Config.MenuItems = { [1] = { id = 'general', title = 'General', icon = 'globe-americas', items = { { id = 'house', title = 'Ejendom', icon = 'home', items = { { id = 'givehousekey', title = 'Giv nøgler', icon = 'key', type = 'client', event = 'qb-houses:client:giveHouseKey', shouldClose = true, items = {} }, { id = 'removehousekey', title = 'Tag nøgler', icon = 'key', type = 'client', event = 'qb-houses:client:removeHouseKey', shouldClose = true, items = {} }, { id = 'togglelock', title = 'Lås op/lås', icon = 'door-closed', type = 'client', event = 'qb-houses:client:toggleDoorlock', shouldClose = true }, { id = 'decoratehouse', title = 'Dekorer', icon = 'boxes', type = 'client', event = 'qb-houses:client:decorate', shouldClose = true }, { id = 'houseLocations', title = 'Lokationer', icon = 'home', items = { { id = 'setstash', title = 'Sæt Stash', icon = 'box-open', type = 'client', event = 'qb-houses:client:setLocation', shouldClose = true }, { id = 'setoutift', title = 'Sæt garderobeskab', icon = 'tshirt', type = 'client', event = 'qb-houses:client:setLocation', shouldClose = true }, { id = 'setlogout', title = 'Sæt logout', icon = 'door-open', type = 'client', event = 'qb-houses:client:setLocation', shouldClose = true } } } } }, { id = 'clothesmenu', title = 'Tøj', icon = 'tshirt', items = { { id = 'Hair', title = 'Hår', icon = 'user', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Ear', title = 'Øre', icon = 'deaf', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Neck', title = 'Hals', icon = 'user-tie', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Top', title = 'Tshirt', icon = 'tshirt', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Shirt', title = 'Trøje', icon = 'tshirt', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Pants', title = 'Bukser', icon = 'user', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Shoes', title = 'Sko', icon = 'shoe-prints', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'meer', title = 'Extra', icon = 'plus', items = { { id = 'Hat', title = 'Hat', icon = 'hat-cowboy-side', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Glasses', title = 'Briller', icon = 'glasses', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Visor', title = 'Visir', icon = 'hat-cowboy-side', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Mask', title = 'Maske', icon = 'theater-masks', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Vest', title = 'Vest', icon = 'vest', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Bag', title = 'Taske', icon = 'shopping-bag', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true }, { id = 'Bracelet', title = 'Armbånd', icon = 'user', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Watch', title = 'Ur', icon = 'stopwatch', type = 'client', event = 'qb-radialmenu:ToggleProps', shouldClose = true }, { id = 'Gloves', title = 'Handsker', icon = 'mitten', type = 'client', event = 'qb-radialmenu:ToggleClothing', shouldClose = true } } } } }, { id = 'cornerselling', title = 'Sælg stoffer', icon = 'cannabis', type = 'client', event = 'qb-drugs:client:cornerselling', shouldClose = true }, { id = 'givenum', title = 'Giv nummer', icon = 'address-book', type = 'client', event = 'qb-phone:client:GiveContactDetails', shouldClose = true }, { id = 'togglehotdogsell', title = 'Sælg hotdog', icon = 'hotdog', type = 'client', event = 'qb-hotdogjob:client:ToggleSell', shouldClose = true }, { id = 'getintrunk', title = 'Hop i bagagerum', icon = 'car', type = 'client', event = 'qb-trunk:client:GetIn', shouldClose = true }, { id = 'interactions', title = 'Interaktioner', icon = 'exclamation-triangle', items = { { id = 'escort', title = 'Kidnap', icon = 'user-friends', type = 'client', event = 'police:client:KidnapPlayer', shouldClose = true }, { id = 'escort2', title = 'Eskorter', icon = 'user-friends', type = 'client', event = 'police:client:EscortPlayer', shouldClose = true }, { id = 'escort554', title = 'Tag gidsel', icon = 'child', type = 'client', event = 'A5:Client:TakeHostage', shouldClose = true } } } } }, [2] = { id = 'blips', title = 'GPS', icon = 'map-marked-alt', items = { { id = 'gasstation', title = 'Tankstation', icon = 'gas-pump', type = 'client', event = 'qb-radialmenu:client:togglegas', shouldClose = true }, { id = 'barbershop', title = 'Frisør', icon = 'cut', type = 'client', event = 'qb-radialmenu:client:togglebarber', shouldClose = true }, { id = 'clothing', title = 'Tøjbutik', icon = 'tshirt', type = 'client', event = 'qb-radialmenu:client:toggleclothing', shouldClose = true }, { id = 'store', title = 'Butik', icon = 'store', type = 'client', event = 'qb-radialmenu:client:togglestores', shouldClose = true }, { id = 'benny', title = 'Mekaniker', icon = 'paint-roller', type = 'client', event = 'qb-radialmenu:client:togglebenny', shouldClose = true }, { id = 'ammunation', title = 'Våbenbutik', icon = 'crosshairs', type = 'client', event = 'qb-radialmenu:client:togglegun', shouldClose = true }, { id = 'bank', title = 'Bank', icon = 'piggy-bank', type = 'client', event = 'qb-radialmenu:client:togglebank', shouldClose = true } } }, [3] = { id = 'walkstyles', title = 'Gå stil', icon = 'walking', items = { { id = 'alien', title = 'Alien', icon = 'walking', type = 'command', event = 'walk Alien', shouldClose = true }, { id = 'armored', title = 'Armored', icon = 'walking', type = 'command', event = 'walk Armored', shouldClose = true }, { id = 'arrogant', title = 'Arrogant', icon = 'walking', type = 'command', event = 'walk Arrogant', shouldClose = true }, { id = 'brave', title = 'Brave', icon = 'walking', type = 'command', event = 'walk Brave', shouldClose = true }, { id = 'casual', title = 'Casual', icon = 'walking', type = 'command', event = 'walk Casual', shouldClose = true }, { id = 'casual2', title = 'Casual 2', icon = 'walking', type = 'command', event = 'walk Casual2', shouldClose = true }, { id = 'casual3', title = 'Casual 3', icon = 'walking', type = 'command', event = 'walk Casual3', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'casual4', title = 'Casual 4', icon = 'walking', type = 'command', event = 'walk Casual4', shouldClose = true }, { id = 'casual5', title = 'Casual 5', icon = 'walking', type = 'command', event = 'walk Casual5', shouldClose = true }, { id = 'casual6', title = 'Casual 6', icon = 'walking', type = 'command', event = 'walk Casual6', shouldClose = true }, { id = 'chichi', title = 'Chichi', icon = 'walking', type = 'command', event = 'walk Chichi', shouldClose = true }, { id = 'confident', title = 'Confident', icon = 'walking', type = 'command', event = 'walk Confident', shouldClose = true }, { id = 'cop', title = 'Cop', icon = 'walking', type = 'command', event = 'walk Cop', shouldClose = true }, { id = 'cop2', title = 'Cop 2', icon = 'walking', type = 'command', event = 'walk Cop2', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'cop2', title = 'Cop 3', icon = 'walking', type = 'command', event = 'walk Cop3', shouldClose = true }, { id = 'drunk', title = 'Drunk', icon = 'walking', type = 'command', event = 'walk Drunk', shouldClose = true }, { id = 'drunk1', title = 'Drunk 1', icon = 'walking', type = 'command', event = 'walk Drunk1', shouldClose = true }, { id = 'drunk2', title = 'Drunk 2', icon = 'walking', type = 'command', event = 'walk Drunk2', shouldClose = true }, { id = 'drunk3', title = 'Drunk 3', icon = 'walking', type = 'command', event = 'walk Drunk3', shouldClose = true }, { id = 'femme', title = 'Femme', icon = 'walking', type = 'command', event = 'walk Femme', shouldClose = true }, { id = 'fire', title = 'Fire', icon = 'walking', type = 'command', event = 'walk Fire', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'fire3', title = 'Fire 3', icon = 'walking', type = 'command', event = 'walk Fire3', shouldClose = true }, { id = 'flee', title = 'Flee', icon = 'walking', type = 'command', event = 'walk Flee', shouldClose = true }, { id = 'franklin', title = 'Franklin', icon = 'walking', type = 'command', event = 'walk Franklin', shouldClose = true }, { id = 'gangster', title = 'Gangster', icon = 'walking', type = 'command', event = 'walk Gangster', shouldClose = true }, { id = 'drunk3', title = 'Drunk 3', icon = 'walking', type = 'command', event = 'walk Gangster2', shouldClose = true }, { id = 'femme', title = 'Femme', icon = 'walking', type = 'command', event = 'walk Gangster2', shouldClose = true }, { id = 'gangster3', title = 'Gangster 3', icon = 'walking', type = 'command', event = 'walk Gangster3', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'gangster4', title = 'Gangster 4', icon = 'walking', type = 'command', event = 'walk Gangster4', shouldClose = true }, { id = 'gangster5', title = 'Gangster 5', icon = 'walking', type = 'command', event = 'walk Gangster5', shouldClose = true }, { id = 'grooving', title = 'Grooving', icon = 'walking', type = 'command', event = 'walk Grooving', shouldClose = true }, { id = 'guard', title = 'Guard', icon = 'walking', type = 'command', event = 'walk Guard', shouldClose = true }, { id = 'handcuffs', title = 'Handcuffs', icon = 'walking', type = 'command', event = 'walk Handcuffs', shouldClose = true }, { id = 'heels', title = 'Heels', icon = 'walking', type = 'command', event = 'walk Heels', shouldClose = true }, { id = 'heels2', title = 'Heels 2', icon = 'walking', type = 'command', event = 'walk Heels2', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'hiking', title = 'Hiking', icon = 'walking', type = 'command', event = 'walk Hiking', shouldClose = true }, { id = 'hobo', title = 'Hobo', icon = 'walking', type = 'command', event = 'walk Hobo', shouldClose = true }, { id = 'hurry', title = 'Hurry', icon = 'walking', type = 'command', event = 'walk Hurry', shouldClose = true }, { id = 'janitor', title = 'Janitor', icon = 'walking', type = 'command', event = 'walk Janitor', shouldClose = true }, { id = 'janitor2', title = 'Janitor 2', icon = 'walking', type = 'command', event = 'walk Janitor2', shouldClose = true }, { id = 'jog', title = 'Jog', icon = 'walking', type = 'command', event = 'walk Jog', shouldClose = true }, { id = 'lemar', title = 'Lemar', icon = 'walking', type = 'command', event = 'walk Lemar', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'lester', title = 'Lester', icon = 'walking', type = 'command', event = 'walk Lester', shouldClose = true }, { id = 'lester2', title = 'Lester 2', icon = 'walking', type = 'command', event = 'walk Lester2', shouldClose = true }, { id = 'maneater', title = 'Maneater', icon = 'walking', type = 'command', event = 'walk Maneater', shouldClose = true }, { id = 'michael', title = 'Michael', icon = 'walking', type = 'command', event = 'walk Michael', shouldClose = true }, { id = 'money', title = 'Money', icon = 'walking', type = 'command', event = 'walk Money', shouldClose = true }, { id = 'muscle', title = 'Muscle', icon = 'walking', type = 'command', event = 'walk Muscle', shouldClose = true }, { id = 'posh', title = 'Posh', icon = 'walking', type = 'command', event = 'walk Posh', shouldClose = true }, { id = 'wide', title = 'Wide', icon = 'walking', type = 'command', event = 'walk Wide', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'posh2', title = 'Posh 2', icon = 'walking', type = 'command', event = 'walk Posh2', shouldClose = true }, { id = 'quick', title = 'Quick', icon = 'walking', type = 'command', event = 'walk Quick', shouldClose = true }, { id = 'runner', title = 'Runner', icon = 'walking', type = 'command', event = 'walk Runner', shouldClose = true }, { id = 'sad', title = 'Sad', icon = 'walking', type = 'command', event = 'walk Sad', shouldClose = true }, { id = 'sassy', title = 'Sassy', icon = 'walking', type = 'command', event = 'walk Sassy', shouldClose = true }, { id = 'sassy2', title = 'Sassy 2', icon = 'walking', type = 'command', event = 'walk Sassy2', shouldClose = true }, { id = 'scared', title = 'Scared', icon = 'walking', type = 'command', event = 'walk Scared', shouldClose = true }, { id = 'trevor', title = 'Trevor', icon = 'walking', type = 'command', event = 'walk Trevor', shouldClose = true }, { id = 'morewalk', title = 'More Styles', icon = 'bars', items = { { id = 'sexy', title = 'Sexy', icon = 'walking', type = 'command', event = 'walk Sexy', shouldClose = true }, { id = 'shady', title = 'Shady', icon = 'walking', type = 'command', event = 'walk Shady', shouldClose = true }, { id = 'slow', title = 'Slow', icon = 'walking', type = 'command', event = 'walk Slow', shouldClose = true }, { id = 'swagger', title = 'Swagger', icon = 'walking', type = 'command', event = 'walk Swagger', shouldClose = true }, { id = 'tough', title = 'Tough', icon = 'walking', type = 'command', event = 'walk Tough', shouldClose = true }, { id = 'tough2', title = 'Tough 2', icon = 'walking', type = 'command', event = 'walk Tough2', shouldClose = true }, { id = 'trash', title = 'Trash', icon = 'walking', type = 'command', event = 'walk Trash', shouldClose = true }, { id = 'trash2', title = 'Trash 2', icon = 'walking', type = 'command', event = 'walk Trash2', shouldClose = true } } } } } } } } } } } } } } } } } } }, } Config.VehicleExtras = { id = 'vehicleextras', title = 'Køretøj | Ekstra', icon = 'plus', items = { { id = 'extra1', title = 'Ekstra 1', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra2', title = 'Ekstra 2', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra3', title = 'Ekstra 3', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra4', title = 'Ekstra 4', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra5', title = 'Ekstra 5', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra6', title = 'Ekstra 6', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra7', title = 'Ekstra 7', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra8', title = 'Ekstra 8', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra9', title = 'Ekstra 9', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra10', title = 'Ekstra 10', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra11', title = 'Ekstra 11', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra12', title = 'Ekstra 12', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false }, { id = 'extra13', title = 'Ekstra 13', icon = 'box-open', type = 'client', event = 'qb-radialmenu:client:setExtra', shouldClose = false } } } Config.VehicleDoors = { id = 'vehicledoors', title = 'Køretøj | Døre', icon = 'car-side', items = { { id = 'door0', title = 'Fører dør', icon = 'car-side', type = 'client', event = 'qb-radialmenu:client:openDoor', shouldClose = false }, { id = 'door4', title = 'Frontklap', icon = 'car', type = 'client', event = 'qb-radialmenu:client:openDoor', shouldClose = false }, { id = 'door1', title = 'Passager dør', icon = 'car-side', type = 'client', event = 'qb-radialmenu:client:openDoor', shouldClose = false }, { id = 'door3', title = 'Højre bagdør', icon = 'car-side', type = 'client', event = 'qb-radialmenu:client:openDoor', shouldClose = false }, { id = 'door2', title = 'Venstre bagdør', icon = 'car-side', type = 'client', event = 'qb-radialmenu:client:openDoor', shouldClose = false }, { id = 'door5', title = 'Bagklap', icon = 'car', type = 'client', event = 'qb-radialmenu:client:openDoor', shouldClose = false } } } Config.VehicleSeats = { id = 'vehicleseats', title = 'Køretøj | Sæder', icon = 'chair', items = {} } Config.JobInteractions = { ["ambulance"] = { { id = 'statuscheck', title = 'Tjek helbred', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true },{ id = 'revivep', title = 'Genopliv', icon = 'user-md', type = 'client', event = 'hospital:client:RevivePlayer', shouldClose = true },{ id = 'treatwounds', title = 'Behandel sår', icon = 'band-aid', type = 'client', event = 'hospital:client:TreatWounds', shouldClose = true }, { id = 'emergencybutton2', title = 'Nød knap', icon = 'bell', type = 'client', event = 'police:client:SendPoliceEmergencyAlert', shouldClose = true }, { id = 'escort', title = 'Eskorter', icon = 'user-friends', type = 'client', event = 'police:client:EscortPlayer', shouldClose = true }, { id = 'stretcheroptions', title = 'Båre', icon = 'procedures', items = { { id = 'spawnstretcher', title = 'Placer båre', icon = 'plus', type = 'client', event = 'qb-radialmenu:client:TakeStretcher', shouldClose = false }, { id = 'despawnstretcher', title = 'Fjern båre', icon = 'minus', type = 'client', event = 'qb-radialmenu:client:RemoveStretcher', shouldClose = false } } } }, ["taxi"] = { { id = 'togglemeter', title = 'Vis/Skjul meter', icon = 'eye-slash', type = 'client', event = 'qb-taxi:client:toggleMeter', shouldClose = false }, { id = 'togglemouse', title = 'Start/Stop Meter', icon = 'hourglass-start', type = 'client', event = 'qb-taxi:client:enableMeter', shouldClose = true }, { id = 'npc_mission', title = 'NPC Mission', icon = 'taxi', type = 'client', event = 'qb-taxi:client:DoTaxiNpc', shouldClose = true } }, ["tow"] = { { id = 'togglenpc', title = 'Toggle NPC', icon = 'toggle-on', type = 'client', event = 'jobs:client:ToggleNpc', shouldClose = true }, { id = 'towvehicle', title = 'Bugsering', icon = 'truck-pickup', type = 'client', event = 'qb-tow:client:TowVehicle', shouldClose = true } }, ["mechanic"] = { { id = 'towvehicle', title = 'Bugsering', icon = 'truck-pickup', type = 'client', event = 'qb-tow:client:TowVehicle', shouldClose = true } }, ["police"] = { { id = 'emergencybutton', title = 'Nød knap', icon = 'bell', type = 'client', event = 'police:client:SendPoliceEmergencyAlert', shouldClose = true }, { id = 'checkvehstatus', title = 'Tjek tune', icon = 'car', type = 'client', event = 'qb-tunerchip:client:TuneStatus', shouldClose = true }, { id = 'trafficstop', title = 'Trafik stop', icon = 'hand', type = 'client', event = 'ps-mdt:client:trafficStop', shouldClose = true }, { id = 'resethouse', title = 'Reset huslås', icon = 'key', type = 'client', event = 'qb-houses:client:ResetHouse', shouldClose = true }, { id = 'takedriverlicense', title = 'Fratag licens', icon = 'id-card', type = 'client', event = 'police:client:SeizeDriverLicense', shouldClose = true }, { id = 'policeinteraction', title = 'Politi handlinger', icon = 'bars', items = { { id = 'statuscheck', title = 'Tjek helbred', icon = 'heartbeat', type = 'client', event = 'hospital:client:CheckStatus', shouldClose = true }, { id = 'checkstatus', title = 'DNA test', icon = 'dna', type = 'client', event = 'police:client:CheckStatus', shouldClose = true }, { id = 'escort', title = 'Eskorter', icon = 'user-friends', type = 'client', event = 'police:client:EscortPlayer', shouldClose = true }, { id = 'searchplayer', title = 'Visiter', icon = 'search', type = 'client', event = 'police:client:SearchPlayer', shouldClose = true }, { id = 'jailplayer', title = 'Fængsel', icon = 'user-lock', type = 'client', event = 'police:client:JailPlayer', shouldClose = true } } }, { id = 'policeobjects', title = 'Objekter', icon = 'road', items = { { id = 'spawnpion', title = 'Kegle', icon = 'exclamation-triangle', type = 'client', event = 'police:client:spawnCone', shouldClose = false }, { id = 'spawnhek', title = 'Barriere', icon = 'torii-gate', type = 'client', event = 'police:client:spawnBarrier', shouldClose = false }, { id = 'spawnschotten', title = 'Vejskilt', icon = 'sign', type = 'client', event = 'police:client:spawnRoadSign', shouldClose = false }, { id = 'spawntent', title = 'Telt', icon = 'campground', type = 'client', event = 'police:client:spawnTent', shouldClose = false }, { id = 'spawnverlichting', title = 'Spotlys', icon = 'lightbulb', type = 'client', event = 'police:client:spawnLight', shouldClose = false }, { id = 'spikestrip', title = 'Spikestrip', icon = 'caret-up', type = 'client', event = 'police:client:SpawnSpikeStrip', shouldClose = false }, { id = 'deleteobject', title = 'Fjern objekt', icon = 'trash', type = 'client', event = 'police:client:deleteObject', shouldClose = false } } } }, ["hotdog"] = { { id = 'togglesell', title = 'Sælg hotdogs', icon = 'hotdog', type = 'client', event = 'qb-hotdogjob:client:ToggleSell', shouldClose = true } } } Config.TrunkClasses = { [0] = {allowed = true, x = 0.0, y = -1.5, z = 0.0}, -- Coupes [1] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Sedans [2] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- SUVs [3] = {allowed = true, x = 0.0, y = -1.5, z = 0.0}, -- Coupes [4] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Muscle [5] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Sports Classics [6] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Sports [7] = {allowed = true, x = 0.0, y = -2.0, z = 0.0}, -- Super [8] = {allowed = false, x = 0.0, y = -1.0, z = 0.25}, -- Motorcycles [9] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Off-road [10] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Industrial [11] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Utility [12] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Vans [13] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Cycles [14] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Boats [15] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Helicopters [16] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Planes [17] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Service [18] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Emergency [19] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Military [20] = {allowed = true, x = 0.0, y = -1.0, z = 0.25}, -- Commercial [21] = {allowed = true, x = 0.0, y = -1.0, z = 0.25} -- Trains } Config.ExtrasEnabled = true Config.Commands = { ["top"] = { Func = function() ToggleClothing("Top") end, Sprite = "top", Desc = "Tag din trøje af/på", Button = 1, Name = "Trøje" }, ["gloves"] = { Func = function() ToggleClothing("gloves") end, Sprite = "gloves", Desc = "Tag dine handsker af/på", Button = 2, Name = "Handsker" }, ["visor"] = { Func = function() ToggleProps("visor") end, Sprite = "visor", Desc = "Tag dit visir op/ned", Button = 3, Name = "Visir" }, ["bag"] = { Func = function() ToggleClothing("Bag") end, Sprite = "bag", Desc = "Åben/luk taske", Button = 8, Name = "Taske" }, ["shoes"] = { Func = function() ToggleClothing("Shoes") end, Sprite = "shoes", Desc = "Tag dine sko af/på", Button = 5, Name = "Sko" }, ["vest"] = { Func = function() ToggleClothing("Vest") end, Sprite = "vest", Desc = "Tag din vest af/på", Button = 14, Name = "Vest" }, ["hair"] = { Func = function() ToggleClothing("hair") end, Sprite = "hair", Desc = "Sæt dit hår op/ned", Button = 7, Name = "Hår" }, ["hat"] = { Func = function() ToggleProps("Hat") end, Sprite = "hat", Desc = "Tag din hat af/på", Button = 4, Name = "Hat" }, ["glasses"] = { Func = function() ToggleProps("Glasses") end, Sprite = "glasses", Desc = "Tag dine briller af/på", Button = 9, Name = "Briller" }, ["ear"] = { Func = function() ToggleProps("Ear") end, Sprite = "ear", Desc = "Tag ørering/earpiece af/på", Button = 10, Name = "Øre" }, ["neck"] = { Func = function() ToggleClothing("Neck") end, Sprite = "neck", Desc = "Tag din hals-tilbehør af/på", Button = 11, Name = "Hals" }, ["watch"] = { Func = function() ToggleProps("Watch") end, Sprite = "watch", Desc = "Tag dit ur af/på", Button = 12, Name = "Ur", Rotation = 5.0 }, ["bracelet"] = { Func = function() ToggleProps("Bracelet") end, Sprite = "bracelet", Desc = "Tag dit armbånd af/på", Button = 13, Name = "Armbånd" }, ["mask"] = { Func = function() ToggleClothing("Mask") end, Sprite = "mask", Desc = "Tag din maske af/på", Button = 6, Name = "Maske" } } local bags = {[40] = true, [41] = true, [44] = true, [45] = true} Config.ExtraCommands = { ["pants"] = { Func = function() ToggleClothing("Pants", true) end, Sprite = "pants", Desc = "Tag dine bukser af/på", Name = "Bukset", OffsetX = -0.04, OffsetY = 0.0 }, ["shirt"] = { Func = function() ToggleClothing("Shirt", true) end, Sprite = "shirt", Desc = "Tag din trøje af/på", Name = "Trøje", OffsetX = 0.04, OffsetY = 0.0 }, ["reset"] = { Func = function() if not ResetClothing(true) then Notify('Intet at nulstille', 'error') end end, Sprite = "reset", Desc = "Nulstil til normalt", Name = "Nulstil", OffsetX = 0.12, OffsetY = 0.2, Rotate = true }, ["bagoff"] = { Func = function() ToggleClothing("Bagoff", true) end, Sprite = "bagoff", SpriteFunc = function() local Bag = GetPedDrawableVariation(PlayerPedId(), 5) local BagOff = LastEquipped["Bagoff"] if LastEquipped["Bagoff"] then if bags[BagOff.Drawable] then return "bagoff" else return "paraoff" end end if Bag ~= 0 then if bags[Bag] then return "bagoff" else return "paraoff" end else return false end end, Desc = "Tag din taske af/på", Name = "Taske", OffsetX = -0.12, OffsetY = 0.2 } } -- Blips Locations Config.BarberShops = { vector3(-814.308, -183.823, 36.568), vector3(136.826, -1708.373, 28.291), vector3(-1282.604, -1116.757, 5.990), vector3(1931.513, 3729.671, 31.844), vector3(1212.840, -472.921, 65.208), vector3(-32.885, -152.319, 56.076), vector3(-278.077, 6228.463, 30.695), } Config.GasStations = { vector3(49.4187, 2778.793, 58.043), vector3(263.894, 2606.463, 44.983), vector3(1039.958, 2671.134, 39.550), vector3(1207.260, 2660.175, 37.899), vector3(2539.685, 2594.192, 37.944), vector3(2679.858, 3263.946, 55.240), vector3(2005.055, 3773.887, 32.403), vector3(1687.156, 4929.392, 42.078), vector3(1701.314, 6416.028, 32.763), vector3(179.857, 6602.839, 31.868), vector3(-94.4619, 6419.594, 31.489), vector3(-2554.996, 2334.40, 33.078), vector3(-1800.375, 803.661, 138.651), vector3(-1437.622, -276.747, 46.207), vector3(-2096.243, -320.286, 13.168), vector3(-724.619, -935.1631, 19.213), vector3(-526.019, -1211.003, 18.184), vector3(-70.2148, -1761.792, 29.534), vector3(265.648, -1261.309, 29.292), vector3(819.653, -1028.846, 26.403), vector3(1208.951, -1402.567,35.224), vector3(1181.381, -330.847, 69.316), vector3(620.843, 269.100, 103.089), vector3(2581.321, 362.039, 108.468), vector3(176.631, -1562.025, 29.263), vector3(176.631, -1562.025, 29.263), vector3(-319.292, -1471.715, 30.549), vector3(1784.324, 3330.55, 41.253) } Config.Clothing = { vector3(1693.32, 4823.48, 41.06), vector3(-712.215881, -155.352982, 37.4151268), vector3(-1192.94495, -772.688965, 17.3255997), vector3( 425.236, -806.008, 28.491), vector3(-162.658, -303.397, 38.733), vector3(75.950, -1392.891, 28.376), vector3(-822.194, -1074.134, 10.328), vector3(-1450.711, -236.83, 48.809), vector3(4.254, 6512.813, 30.877), vector3(615.180, 2762.933, 41.088), vector3(1196.785, 2709.558, 37.222), vector3(-3171.453, 1043.857, 19.863), vector3(-1100.959, 2710.211, 18.107), vector3(-1207.65, -1456.88, 4.3784737586975), vector3(121.76, -224.6, 53.56) } Config.Stores = { vector4(24.47, -1346.62, 29.5, 271.66), vector4(-3039.54, 584.38, 7.91, 17.27), vector4(-3242.97, 1000.01, 12.83, 357.57), vector4(1728.07, 6415.63, 35.04, 242.95), vector4(1959.82, 3740.48, 32.34, 301.57), vector4(549.13, 2670.85, 42.16, 99.39), vector4(2677.47, 3279.76, 55.24, 335.08), vector4(2556.66, 380.84, 108.62, 356.67), vector4(372.66, 326.98, 103.57, 253.73), vector4(-47.02, -1758.23, 29.42, 45.05), vector4(-706.06, -913.97, 19.22, 88.04), vector4(-1820.02, 794.03, 138.09, 135.45), vector4(1164.71, -322.94, 69.21, 101.72), vector4(1697.87, 4922.96, 42.06, 324.71), } Config.Youtool = { vector4(45.68, -1749.04, 29.61, 53.13), vector4(2747.71, 3472.85, 55.67, 255.08), vector4(-421.83, 6136.13, 31.88, 228.2), } Config.Gun = { vector4(-661.96, -933.53, 21.83, 177.05), vector4(809.68, -2159.13, 29.62, 1.43), vector4(1692.67, 3761.38, 34.71, 227.65), vector4(-331.23, 6085.37, 31.45, 228.02), vector4(253.63, -51.02, 69.94, 72.91), vector4(23.0, -1105.67, 29.8, 162.91), vector4(2567.48, 292.59, 108.73, 349.68), vector4(-1118.59, 2700.05, 18.55, 221.89), vector4(841.92, -1035.32, 28.19, 1.56), vector4(-1304.19, -395.12, 36.7, 75.03), vector4(-3173.31, 1088.85, 20.84, 244.18), } Config.Benny = { vector3(-205.6992, -1312.7377, 31.1588), vector3(-41.8942, -1044.1943, 28.6297), vector3(725.8828, -1088.7747, 22.1693), vector3(-1420.1882, -441.8745, 35.9097), vector3(108.3242, 6624.0996, 31.7873), vector3(140.6093, -3030.3933, 7.0409), } Config.Bank = { vector3(241.44, 227.19, 106.29), vector3(313.84, -280.58, 54.16), vector3(149.46, -1042.09, 29.37), vector3(-351.23, -51.28, 49.04), vector3(-1211.9, -331.9, 37.78), vector3(-2961.14, 483.09, 15.7), vector3(1174.8, 2708.2, 38.09), vector3(-112.22, 6471.01, 31.63) }