Visual Code
Visual Code
char(i)) end
for i = 65, 90 do table.insert(StringCharset, string.char(i)) end
for i = 97, 122 do table.insert(StringCharset, string.char(i)) end
QBShared.RandomStr = function(length)
if length > 0 then
return QBShared.RandomStr(length-1) .. StringCharset[math.random(1,
#StringCharset)]
else
return ''
end
end
QBShared.RandomInt = function(length)
if length > 0 then
return QBShared.RandomInt(length-1) .. NumberCharset[math.random(1,
#NumberCharset)]
else
return ''
end
end
QBShared.Items = {
-- New Craft Items
-- AK47 Pistol _ Components: AK47_P Trigger _ AK47_P Spring _ AK47_P Piston _
AK47_P Bolt _ AK47_P Handle _ AK47_P Sight _ AK47_P Barrel _ AK47_P Frame _ AK47_P
Assembly Parts
-- // WEAPONS
["weapon_unarmed"] = {["name"] = "weapon_unarmed",
["label"] = "Hands", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_flashlight"] = {["name"] = "weapon_flashlight",
["label"] = "Flashlight", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "flashlight.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_knife"] = {["name"] = "weapon_knife",
["label"] = "Knife", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "knife.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_nightstick"] = {["name"] = "weapon_nightstick",
["label"] = "Nightstick", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "nightstick.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_hammer"] = {["name"] = "weapon_hammer",
["label"] = "Hammer", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "weapon_hammer.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_bat"] = {["name"] = "weapon_bat",
["label"] = "Bat", ["weight"] =
1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "baseballbat.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_golfclub"] = {["name"] = "weapon_golfclub",
["label"] = "Golfclub", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_crowbar"] = {["name"] = "weapon_crowbar",
["label"] = "Crowbar", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_pistol"] = {["name"] = "weapon_pistol",
["label"] = "Walther P99", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL",
["image"] = "pistol.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_pistol_mk2"] = {["name"] = "weapon_pistol_mk2",
["label"] = "Pistol Mk II", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"pistolmk2.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_combatpistol"] = {["name"] = "weapon_combatpistol",
["label"] = "Combat Pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"combatpistol.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_appistol"] = {["name"] = "weapon_appistol",
["label"] = "AP Pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"appistol.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_pistol50"] = {["name"] = "weapon_pistol50",
["label"] = "Pistol .50 Cal", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"weapon_pistol50.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_microsmg"] = {["name"] = "weapon_microsmg",
["label"] = "Micro SMG", ["weight"] = 2200,
["type"] = "weapon", ["ammotype"] = "AMMO_SMG",
["image"] = "microsmg.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_smg"] = {["name"] = "weapon_smg",
["label"] = "SMG", ["weight"] =
3000, ["type"] = "weapon", ["ammotype"] = "AMMO_SMG",
["image"] = "smg.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_assaultsmg"] = {["name"] = "weapon_assaultsmg",
["label"] = "Assault SMG", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SMG",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_assaultrifle"] = {["name"] = "weapon_assaultrifle",
["label"] = "Assault Rifle", ["weight"] = 5000,
["type"] = "weapon", ["ammotype"] = "AMMO_RIFLE", ["image"] =
"assaultrifle.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_carbinerifle"] = {["name"] = "weapon_carbinerifle",
["label"] = "Carbine Rifle", ["weight"] = 4000,
["type"] = "weapon", ["ammotype"] = "AMMO_RIFLE", ["image"] =
"carbinerifle.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_advancedrifle"] = {["name"] = "weapon_advancedrifle",
["label"] = "Advanced Rifle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_RIFLE", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_mg"] = {["name"] = "weapon_mg",
["label"] = "Machinegun", ["weight"] =
20000, ["type"] = "weapon", ["ammotype"] = "AMMO_MG",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_combatmg"] = {["name"] = "weapon_combatmg",
["label"] = "Combat MG", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_MG",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_pumpshotgun"] = {["name"] = "weapon_pumpshotgun",
["label"] = "Pump Shotgun", ["weight"] = 3800,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "pumpshotgun.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_sawnoffshotgun"] = {["name"] = "weapon_sawnoffshotgun",
["label"] = "Sawn-off Shotgun", ["weight"] = 2000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "sawoffshotgun.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_assaultshotgun"] = {["name"] = "weapon_assaultshotgun",
["label"] = "Assault Shotgun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_bullpupshotgun"] = {["name"] = "weapon_bullpupshotgun",
["label"] = "Bullpup Shotgun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_stungun"] = {["name"] = "weapon_stungun",
["label"] = "Taser", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "stungun.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_sniperrifle"] = {["name"] = "weapon_sniperrifle",
["label"] = "Sniper Rifle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_heavysniper"] = {["name"] = "weapon_heavysniper",
["label"] = "Heavy Sniper", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_remotesniper"] = {["name"] = "weapon_remotesniper",
["label"] = "Remote Sniper", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER_REMOTE", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_grenadelauncher"] = {["name"] = "weapon_grenadelauncher",
["label"] = "Grenade Launcher", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_GRENADELAUNCHER", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_grenadelauncher_smoke"] = {["name"] =
"weapon_grenadelauncher_smoke", ["label"] = "Smoke Grenade Launcher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_GRENADELAUNCHER", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["combinable"] = nil, ["description"] =
"This is a placeholder description"},
["weapon_rpg"] = {["name"] = "weapon_rpg",
["label"] = "RPG", ["weight"] =
1000, ["type"] = "weapon", ["ammotype"] = "AMMO_RPG",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_minigun"] = {["name"] = "weapon_minigun",
["label"] = "Minigun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_MINIGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_grenade"] = {["name"] = "weapon_grenade",
["label"] = "Grenade", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_stickybomb"] = {["name"] = "weapon_stickybomb",
["label"] = "C4", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "stickybomb.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_smokegrenade"] = {["name"] = "weapon_smokegrenade",
["label"] = "Smoke Grenade", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_bzgas"] = {["name"] = "weapon_bzgas",
["label"] = "BZ Gas", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_molotov"] = {["name"] = "weapon_molotov",
["label"] = "Molotov", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_fireextinguisher"] = {["name"] = "weapon_fireextinguisher",
["label"] = "Fire Extinguisher", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "fireext.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_petrolcan"] = {["name"] = "weapon_petrolcan",
["label"] = "Petrol Can", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PETROLCAN", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_briefcase"] = {["name"] = "weapon_briefcase",
["label"] = "Briefcase", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_briefcase_02"] = {["name"] = "weapon_briefcase_02",
["label"] = "Briefcase", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_ball"] = {["name"] = "weapon_ball",
["label"] = "Bal", ["weight"] =
1000, ["type"] = "weapon", ["ammotype"] = "AMMO_BALL",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_flare"] = {["name"] = "weapon_flare",
["label"] = "Flare pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_FLARE", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_snspistol"] = {["name"] = "weapon_snspistol",
["label"] = "SNS Pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"weapon_snspistol.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_bottle"] = {["name"] = "weapon_bottle",
["label"] = "Broken Bottle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_gusenberg"] = {["name"] = "weapon_gusenberg",
["label"] = "Thompson MG", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_MG",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_specialcarbine"] = {["name"] = "weapon_specialcarbine",
["label"] = "Special Carbine", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_RIFLE", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_heavypistol"] = {["name"] = "weapon_heavypistol",
["label"] = "Heavy Pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"heavy-pistol.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_bullpuprifle"] = {["name"] = "weapon_bullpuprifle",
["label"] = "Bullpup Rifle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_RIFLE", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_dagger"] = {["name"] = "weapon_dagger",
["label"] = "Dagger", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_vintagepistol"] = {["name"] = "weapon_vintagepistol",
["label"] = "Vintage Pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"weapon_vintagepistol.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_firework"] = {["name"] = "weapon_firework",
["label"] = "Firework Launcher", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_musket"] = {["name"] = "weapon_musket",
["label"] = "Musket", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_heavyshotgun"] = {["name"] = "weapon_heavyshotgun",
["label"] = "Heavy Shotgun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_marksmanrifle"] = {["name"] = "weapon_marksmanrifle",
["label"] = "Marksman Rifle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SNIPER", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_hominglauncher"] = {["name"] = "weapon_hominglauncher",
["label"] = "Homing Launcher", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_STINGER",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_proxmine"] = {["name"] = "weapon_proxmine",
["label"] = "Proxmine Grenade", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_snowball"] = {["name"] = "weapon_snowball",
["label"] = "Snowball", ["weight"] = 0,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "snowball.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_flaregun"] = {["name"] = "weapon_flaregun",
["label"] = "Flare Gun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_FLARE", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_garbagebag"] = {["name"] = "weapon_garbagebag",
["label"] = "Garbage Bag", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_handcuffs"] = {["name"] = "weapon_handcuffs",
["label"] = "Handcuffs", ["weight"] = 10,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_combatpdw"] = {["name"] = "weapon_combatpdw",
["label"] = "Combat PDW", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SMG",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_marksmanpistol"] = {["name"] = "weapon_marksmanpistol",
["label"] = "Marksman Pistol", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_knuckle"] = {["name"] = "weapon_knuckle",
["label"] = "Knuckle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_hatchet"] = {["name"] = "weapon_hatchet",
["label"] = "Hatchet", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL",
["image"] = "weapon_hatchet.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_railgun"] = {["name"] = "weapon_railgun",
["label"] = "Railgun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_machete"] = {["name"] = "weapon_machete",
["label"] = "Machete", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_machinepistol"] = {["name"] = "weapon_machinepistol",
["label"] = "Tec-9", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"tec9.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_switchblade"] = {["name"] = "weapon_switchblade",
["label"] = "Switchblade", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "weapon_switchblade.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_revolver"] = {["name"] = "weapon_revolver",
["label"] = "Revolver", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] =
"placeholder.png", ["unique"] = true, ["useable"] =
false, ["combinable"] = nil, ["description"] = "This is a placeholder
description"},
["weapon_dbshotgun"] = {["name"] = "weapon_dbshotgun",
["label"] = "Double-barrel Shotgun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_compactrifle"] = {["name"] = "weapon_compactrifle",
["label"] = "Compact Rifle", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_RIFLE", ["image"] =
"weapon_compactrifle.png", ["unique"] = true, ["useable"] = false,
["combinable"] = nil, ["description"] = "This is a placeholder description"},
["weapon_autoshotgun"] = {["name"] = "weapon_autoshotgun",
["label"] = "Auto Shotgun", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_battleaxe"] = {["name"] = "weapon_battleaxe",
["label"] = "Battle Axe", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_compactlauncher"] = {["name"] = "weapon_compactlauncher",
["label"] = "Compact Launcher", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_minismg"] = {["name"] = "weapon_minismg",
["label"] = "Mini SMG", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = "AMMO_SMG",
["image"] = "weapon_minismg.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_pipebomb"] = {["name"] = "weapon_pipebomb",
["label"] = "Pipe bom", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_poolcue"] = {["name"] = "weapon_poolcue",
["label"] = "Poolcue", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "weapon_poolcue.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_wrench"] = {["name"] = "weapon_wrench",
["label"] = "Wrench", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "weapon_wrench.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_autoshotgun"] = {["name"] = "weapon_autoshotgun",
["label"] = "Sweeper Shotgun", ["weight"] = 3000,
["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN",
["image"] = "sweepershotgun.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
["weapon_bread"] = {["name"] = "weapon_bread",
["label"] = "Baquette", ["weight"] = 1000,
["type"] = "weapon", ["ammotype"] = nil,
["image"] = "baquette.png", ["unique"] = true,
["useable"] = false, ["combinable"] = nil, ["description"] = "This is a
placeholder description"},
-- // ITEMS //
["id_card"] = {["name"] = "id_card",
["label"] = ""الهوية, ["weight"] =
0, ["type"] = "item", ["image"] = "id_card.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"بطاقة تحمل كل معلوماتك الشخصية,
["driver_license"] = {["name"] = "driver_license",
["label"] = ""رخصة القيادة, ["weight"] = 0,
["type"] = "item", ["image"] = "driver_license.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"بطاقة حكومية تثبت تأهيلك للقيادة,
["lawyerpass"] = {["name"] = "lawyerpass",
["label"] = ""تصريح المحاماة, ["weight"] = 0,
["type"] = "item", ["image"] = "lawyerpass.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = " تصريح خاص للمحامين إلظهار قدرتهم على تمثيل المشتبه
}"بهم,
["tosti"] = {["name"] = "tosti",
["label"] = ""شطيرة, ["weight"] = 200,
["type"] = "item", ["image"] = "tosti.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"جيد لألكل,
["water_bottle"] = {["name"] = "water_bottle",
["label"] = ""ماء, ["weight"] = 500,
["type"] = "item", ["image"] = "water_bottle.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"بارد ومنعش,
["beer"] = {["name"] = "beer",
["label"] = ""بيرة, ["weight"] =
500, ["type"] = "item", ["image"] = "beer.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"بارد ومنعش,
["whiskey"] = {["name"] = "whiskey",
["label"] = ""ويكسي, ["weight"] =
500, ["type"] = "item", ["image"] = "whiskey.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"بارد ومنعش,
["vodka"] = {["name"] = "vodka",
["label"] = ""فودكا, ["weight"] =
500, ["type"] = "item", ["image"] = "vodka.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"بارد ومنعش,
["coffee"] = {["name"] = "coffee",
["label"] = ""قهوة, ["weight"] =
200, ["type"] = "item", ["image"] = "coffee.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"قهوة ساخنة خالية من الكافين,
["kurkakola"] = {["name"] = "kurkakola",
["label"] = ""كوال, ["weight"] = 500,
["type"] = "item", ["image"] = "cola.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"بارد ومنعش,
["twerks_candy"] = {["name"] = "twerks_candy",
["label"] = ""تويكس, ["weight"] = 100,
["type"] = "item", ["image"] = "twerks_candy.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = " حلوة لذيذة:O"},
["snikkel_candy"] = {["name"] = "snikkel_candy",
["label"] = ""سنيكرز, ["weight"] = 100,
["type"] = "item", ["image"] = "snikkel_candy.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = " حلوة لذيذة:O"},
["joint"] = {["name"] = "joint",
["label"] = ""زقارة حشيش,
["weight"] = 0, ["type"] = "item", ["image"] = "joint.png",
["unique"] = false, ["useable"] = true,
["shouldClose"] = true, ["combinable"] = nil, ["description"] = " سيدني
}"ستكون فخورة جدا بك,
["cokebaggy"] = {["name"] = "cokebaggy",
["label"] = ""كيس كوكاين, ["weight"] = 0,
["type"] = "item", ["image"] = "cocaine_baggy.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"سيجعلك سعيدا في لحظات,
["crack_baggy"] = {["name"] = "crack_baggy",
["label"] = ""كيس كراك, ["weight"] = 0,
["type"] = "item", ["image"] = "crack_baggy.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"سيجعلك سعيدا في لحظات,
["xtcbaggy"] = {["name"] = "xtcbaggy",
["label"] = ""كيس مهلوسات, ["weight"] =
0, ["type"] = "item", ["image"] = "xtc_baggy.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"خذل حبه وإستسمتع,
["plastic"] = {["name"] = "plastic",
["label"] = ""بالستيك, ["weight"] =
100, ["type"] = "item", ["image"] = "plastic.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"بالستيك,
["metalscrap"] = {["name"] = "metalscrap",
["label"] = ""خردة, ["weight"] = 100,
["type"] = "item", ["image"] = "metalscrap.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"ربما يمكنك صنع شيء لطيف من هذا,
["copper"] = {["name"] = "copper",
["label"] = ""نحاس, ["weight"] =
100, ["type"] = "item", ["image"] = "copper.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"قطعة جيدة يمكنك إستخدامها في شيء ما,
["alive_chicken"] = {["name"] =
"alive_chicken", ["label"] = ""دجاج حي,
["weight"] = 100, ["type"] = "item", ["image"] =
"alive_chicken.png", ["unique"] = false, ["useable"] =
false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "
}"حيوان اليف طعمه لذيذ ممكن بيع وإستفادة منه,
["slaughtered_chicken"] = {["name"] =
"slaughtered_chicken", ["label"] = ""دجاج مذبوح,
["weight"] = 100, ["type"] = "item",
["image"] = "slaughtered_chicken.png", ["unique"] =
false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] =
nil, ["description"] = "}"دجاج مذبوح,
["packaged_chicken"] = {["name"] =
"packaged_chicken", ["label"] = ""دجاج معلب,
["weight"] = 100, ["type"] = "item",
["image"] = "packaged_chicken.png", ["unique"] =
false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] =
nil, ["description"] = "}"دجاج مذبوح,
["s_tool"] = {["name"] = "s_tool",
["label"] = ""سكين ذبح, ["weight"] =
100, ["type"] = "item", ["image"] = "s_tool.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"عدة ذبح تستخدمها في وظيفة الدواجن,
["m_tool"] = {["name"] = "m_tool",
["label"] = ""عدة معادن, ["weight"] =
100, ["type"] = "item", ["image"] = "m_tool.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"معدات تساعدك في وظيفة المعادن,
["stones"] = {["name"] = "stones",
["label"] = ""حجر, ["weight"] =
1000, ["type"] = "item", ["image"] = "stones.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"معدات تساعدك في وظيفة المعادن,
["washedstones"] = {["name"] = "washedstones",
["label"] = ""حجر مطحون, ["weight"] =
500, ["type"] = "item", ["image"] = "washedstones.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"معدات تساعدك في وظيفة المعادن,
["diamond"] = {["name"] = "diamond",
["label"] = ""ألماس, ["weight"] = 1000,
["type"] = "item", ["image"] = "diamond.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"معدات تساعدك في وظيفة المعادن,
["aluminum"] = {["name"] = "aluminum",
["label"] = ""ألمنيوم, ["weight"] = 100,
["type"] = "item", ["image"] = "aluminum.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"قطعة جيدة يمكنك إستخدامها في شيء ما,
["aluminumoxide"] = {["name"] = "aluminumoxide",
["label"] = ""مسحوق األلومنيوم, ["weight"] = 100,
["type"] = "item", ["image"] = "aluminumoxide.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"مسحوق جيد للعمليات السحرية,
["wetbud"] = {["name"] = "wetbud",
["label"] = "Wet Bud 2 Oz",
["weight"] = 100, ["type"] = "item", ["image"] =
"wetbud.png", ["unique"] = false, ["useable"] = true,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = "What
you waiting for go sell it.."},
["drybud"] = {["name"] = "drybud",
["label"] = "Dry Bud 2 Oz", ["weight"] =
100, ["type"] = "item", ["image"] = "drybud.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "Ummm how about you go dry it??"},
["iron"] = {["name"] = "iron",
["label"] = ""حديد, ["weight"] =
100, ["type"] = "item", ["image"] = "ironplate.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"قطعة جيدة يمكنك إستخدامها في شيء ما,
["fish"] = {["name"] = "fish",
["label"] = ""سمك, ["weight"] =
100, ["type"] = "item", ["image"] = "fish.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"سمك,
["kbrit"] = {["name"] = "kbrit",
["label"] = ""كبريت, ["weight"] =
100, ["type"] = "item", ["image"] = "matches.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"مادة تصنع بها اشياء,
["coal"] = {["name"] = "coal",
["label"] = ""فحم,
["weight"] = 100, ["type"] = "item", ["image"] =
"coal.png", ["unique"] = false, ["useable"] = false,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = "مادة تصنع
}"بها اشياء,
["gold"] = {["name"] = "gold",
["label"] = ""ذهب,
["weight"] = 100, ["type"] = "item", ["image"] =
"gold.png", ["unique"] = false, ["useable"] = false,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = "مادة تصنع
}"بها اشياء,
["shark"] = {["name"] = "shark",
["label"] = ""قرش, ["weight"] =
5000, ["type"] = "item", ["image"] = "shark.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"قرش,
["fishingrod"] = {["name"] = "fishingrod",
["label"] = ""صنارة للصيد, ["weight"] = 3000,
["type"] = "item", ["image"] = "fishingrod.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"صنارة صيد,
["fishingbait"] = {["name"] = "fishingbait",
["label"] = ""طعم للسمك, ["weight"] = 100, ["type"] =
"item", ["image"] = "fishingbait.png", ["unique"] =
false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] =
nil, ["description"] = "}"طعم للسمك,
["fish"] = {["name"] = "fish",
["label"] = ""سمكة, ["weight"] = 1000, ["type"] = "item",
["image"] = "fish.png", ["unique"] = false,
["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil,
["description"] = "}"اسماك,
["pearl"] = {["name"] = "pearl",
["label"] = ""لؤلؤ, ["weight"] = 1000,
["type"] = "item", ["image"] = "pearl.png", ["unique"] =
false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] =
nil, ["description"] = "}"يا لك من محظوظ لديك لؤلؤ,
["fishbait"] = {["name"] = "fishbait",
["label"] = ""طعم سمك,
["weight"] = 5000, ["type"] = "item", ["image"] =
"fishbait.png", ["unique"] = false, ["useable"] = true,
["shouldClose"] = true, ["combinable"] = nil, ["description"] = " طعم
}"سمك,
["fishingrod"] = {["name"] = "fishingrod",
["label"] = ""صنارة,
["weight"] = 5000, ["type"] = "item", ["image"] =
"fishingrod.png", ["unique"] = false, ["useable"] = true,
["shouldClose"] = true, ["combinable"] = nil, ["description"] = "}"صنارة,
["turtle"] = {["name"] = "turtle",
["label"] = ""سلحفاة, ["weight"] =
5000, ["type"] = "item", ["image"] = "turtle.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"سلحفاة,
["turtlebait"] = {["name"] = "turtlebait",
["label"] = ""طعم سلحفاة,
["weight"] = 5000, ["type"] = "item", ["image"] =
"turtlebait.png", ["unique"] = false, ["useable"] = false,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = " طعم
}"سلحفاة,
["acetone"] = {["name"] = "acetone",
["label"] = ""ستون,
["weight"] = 100, ["type"] = "item", ["image"] =
"acetone.png", ["unique"] = false, ["useable"] = false,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = " مادة
}"كيميائية خطيرة يمكنها أن تصنع لك سعادة مطلقة,
["lithium"] = {["name"] = "lithium",
["label"] = ""االليثيوم,
["weight"] = 100, ["type"] = "item", ["image"] =
"lithium.png", ["unique"] = false, ["useable"] = false,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = " مادة
}"كيميائية خطيرة يمكنها أن تصنع لك سعادة مطلقة,
["methlab"] = {["name"] = "methlab",
["label"] = ""كيس الميثامفيتامين,
["weight"] = 100, ["type"] = "item", ["image"] =
"methlab.png", ["unique"] = false, ["useable"] = false,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = " كيس فارغ
}"تحتاجه لتخزين منتاجاتك,
["meth"] = {["name"] = "meth",
["label"] = ""ميث, ["weight"] =
100, ["type"] = "item", ["image"] = "meth.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"مادة سحرية ستجعلك تتغلغل من السعادة,
["ironoxide"] = {["name"] = "ironoxide",
["label"] = ""مسحوق الحديد, ["weight"] = 100,
["type"] = "item", ["image"] = "ironoxide.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = {accept = {"aluminumoxide"}, reward = "thermite", anim = {["dict"]
= "anim@amb@business@weed@weed_inspecting_high_dry@", ["lib"] =
"weed_inspecting_high_base_inspector", ["text"] = "Mixing powder..", ["timeOut"] =
10000}}, ["description"] = "}"مسحوق جيد للعمليات السحرية,
["steel"] = {["name"] = "steel",
["label"] = ""فوالذ, ["weight"] =
100, ["type"] = "item", ["image"] = "steel.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"قطعة جيدة يمكنك إستخدامها في شيء ما,
["rubber"] = {["name"] = "rubber",
["label"] = ""مطاط, ["weight"] =
100, ["type"] = "item", ["image"] = "rubber.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = " أعتقد أنه يمكنك صنع المطاط الخاص بك معه، المطاط
:D"},
["glass"] = {["name"] = "glass",
["label"] = ""زجاج, ["weight"] =
100, ["type"] = "item", ["image"] = "glassplate.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "إحذر يمكن أن ينكسر في اي لحظة."},
["pistol_ammo"] = {["name"] = "pistol_ammo",
["label"] = ""رصاص مسدس, ["weight"] = 2,
["type"] = "item", ["image"] = "pistol_ammo.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"رصاص للمسدس,
["rifle_ammo"] = {["name"] = "rifle_ammo",
["label"] = ""رصاص ريفل, ["weight"] = 1,
["type"] = "item", ["image"] = "rifle_ammo.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"رصاص للرشاشات,
["smg_ammo"] = {["name"] = "smg_ammo",
["label"] = ""رصاص أس م جي, ["weight"] =
1, ["type"] = "item", ["image"] = "smg_ammo.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "رصاص أس م جي."},
["shotgun_ammo"] = {["name"] = "shotgun_ammo",
["label"] = ""رصاص شتغن, ["weight"] = 1,
["type"] = "item", ["image"] = "shotgun_ammo.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "}"رصاص للشتغن,
["mg_ammo"] = {["name"] = "mg_ammo",
["label"] = ""رصاص أم جي,
["weight"] = 1000, ["type"] = "item", ["image"] =
"mg_ammo.png", ["unique"] = false, ["useable"] = true,
["shouldClose"] = false, ["combinable"] = nil, ["description"] = " رصاص
}"للخالطات,
["lockpick"] = {["name"] = "lockpick",
["label"] = ""فاتح أقفال, ["weight"] = 300,
["type"] = "item", ["image"] = "lockpick.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = {accept = {"screwdriverset"}, reward = "advancedlockpick", anim =
{["dict"] = "anim@amb@business@weed@weed_inspecting_high_dry@", ["lib"] =
"weed_inspecting_high_base_inspector", ["text"] = "Crafting lockpick", ["timeOut"]
= 7500,}}, ["description"] = " أو إذا كنت تريد استخدامها لشيء.. كثيرا
ً جدا إذا فقدت مفاتيحك
ً مفيد
آخر..."},
["advancedlockpick"] = {["name"] = "advancedlockpick",
["label"] = ""فاتح أقفال متقدم, ["weight"] = 500,
["type"] = "item", ["image"] = "advancedlockpick.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = " أو إذا كنت تريد.. كثيرا ً جدا إذا فقدت مفاتيحكً مفيد
}"استخدامها لشيء آخر,
["repairkit"] = {["name"] = "repairkit",
["label"] = ""عدة تصليح, ["weight"] = 2500,
["type"] = "item", ["image"] = "repairkit.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A nice toolbox with stuff to repair your
vehicle."},
["advancedrepairkit"] = {["name"] = "advancedrepairkit",
["label"] = ""عدة تصليح أفضل, ["weight"] = 4000,
["type"] = "item", ["image"] = "advancedkit.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A nice toolbox with stuff to repair your
vehicle.. a little better.."},
["cleaningkit"] = {["name"] = "cleaningkit",
["label"] = ""عدة غسيل مركبة, ["weight"] = 250,
["type"] = "item", ["image"] = "cleaningkit.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A microfiber cloth with some soap will
let your car sparkle again!"},
["screwdriverset"] = {["name"] = "screwdriverset",
["label"] = ""أدوات, ["weight"] = 1000,
["type"] = "item", ["image"] = "screwdriverset.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "Very useful to screw... screws.."},
["drill"] = {["name"] = "drill",
["label"] = ""دريل, ["weight"] =
20000, ["type"] = "item", ["image"] = "drill.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "The real deal.."},
["weed_white-widow"] = {["name"] = "weed_white-widow",
["label"] = "White Widow 2g", ["weight"] = 200,
["type"] = "item", ["image"] = "weed-baggie.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A weed bag with 2g White Widow"},
["weed_skunk"] = {["name"] = "weed_skunk",
["label"] = "Skunk 2g", ["weight"] = 200,
["type"] = "item", ["image"] = "weed-baggie.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A weed bag with 2g Skunk"},
["weed_purple-haze"] = {["name"] = "weed_purple-haze",
["label"] = "Purple Haze 2g", ["weight"] = 2,
["type"] = "item", ["image"] = "weed-baggie.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A weed bag with 2g Purple Haze"},
["weed_og-kush"] = {["name"] = "weed_og-kush",
["label"] = "OGKush 2g", ["weight"] = 2,
["type"] = "item", ["image"] = "weed-baggie.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A weed bag with 2g OG Kush"},
["weed_amnesia"] = {["name"] = "weed_amnesia",
["label"] = "Amnesia 2g", ["weight"] = 2,
["type"] = "item", ["image"] = "weed-baggie.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A weed bag with 2g Amnesia"},
["weed_ak47"] = {["name"] = "weed_ak47",
["label"] = ""ماريجوانه مغلفه, ["weight"] =
2, ["type"] = "item", ["image"] = "weed-baggie.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A weed bag with 2g AK47"},
["weed_white-widow_seed"] = {["name"] = "weed_white-widow_seed",
["label"] = "White Widow Seed", ["weight"] = 0, ["type"] =
"item", ["image"] = "weed-plant-seed.png", ["unique"] = false,
["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil,
["description"] = "A weed seed of White Widow"},
["weed_skunk_seed"] = {["name"] = "weed_skunk_seed",
["label"] = "Skunk Seed", ["weight"] = 0,
["type"] = "item", ["image"] = "weed-plant-seed.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A weed seed of Skunk"},
["weed_purple-haze_seed"] = {["name"] = "weed_purple-haze_seed",
["label"] = "Purple Haze Seed", ["weight"] = 0, ["type"] =
"item", ["image"] = "weed-plant-seed.png", ["unique"] = false,
["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil,
["description"] = "A weed seed of Purple Haze"},
["weed_og-kush_seed"] = {["name"] = "weed_og-kush_seed",
["label"] = "OGKush Seed", ["weight"] = 0,
["type"] = "item", ["image"] = "weed-plant-seed.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A weed seed of OG Kush"},
["weed_amnesia_seed"] = {["name"] = "weed_amnesia_seed",
["label"] = "Amnesia Seed", ["weight"] = 0,
["type"] = "item", ["image"] = "weed-plant-seed.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A weed seed of Amnesia"},
["weed_ak47_seed"] = {["name"] = "weed_ak47_seed",
["label"] = ""بذور ماريجوانه, ["weight"] = 0,
["type"] = "item", ["image"] = "weed-plant-seed.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A weed seed of AK47"},
["empty_weed_bag"] = {["name"] = "empty_weed_bag",
["label"] = ""كيس حشيش فارغ, ["weight"] = 0,
["type"] = "item", ["image"] = "weed-empty-bag.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A empty bag for weed buds"},
["weed_nutrition"] = {["name"] = "weed_nutrition",
["label"] = ""سماد نباتي, ["weight"] = 2000,
["type"] = "item", ["image"] = "weed_nutrition.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Plant nutrition"},
["handcuffs"] = {["name"] = "handcuffs",
["label"] = ""كلبشات, ["weight"] = 100,
["type"] = "item", ["image"] = "handcuffs.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Comes in handy when people misbehave.
Maybe it can be used for something else?"},
["tunerlaptop"] = {["name"] = "tunerlaptop",
["label"] = ""البتوب برمجة, ["weight"] = 2000,
["type"] = "item", ["image"] = "tunerlaptop.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "With this tunerchip you can get your car
on steroids... If you know what you're doing lol"},
["empty_evidence_bag"] = {["name"] = "empty_evidence_bag",
["label"] = ""كيس أدلة فارغ, ["weight"] = 0, ["type"] =
"item", ["image"] = "evidence.png", ["unique"] = false,
["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil,
["description"] = "Used a lot to keep evidence. Think about DNA from blood, bullet
shells etc."},
["filled_evidence_bag"] = {["name"] = "filled_evidence_bag",
["label"] = ""كيس ادلة, ["weight"] = 200,
["type"] = "item", ["image"] = "evidence.png",
["unique"] = true, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "A filled evidence bag to see who
committed the crime >:("},
["armor"] = {["name"] = "armor",
["label"] = ""درع, ["weight"] =
5000, ["type"] = "item", ["image"] = "armor.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Some protection won't hurt.. right?
(One-time use)"},
["heavyarmor"] = {["name"] = "heavyarmor",
["label"] = ""درع ثقيل, ["weight"] = 5,
["type"] = "item", ["image"] = "armor.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Some protection won't hurt.. right?"},
["weed_brick"] = {["name"] = "weed_brick",
["label"] = "Weed Brick", ["weight"] = 1000,
["type"] = "item", ["image"] = "weed_brick.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "1KG Weed Brick to sell to large
customers."},
["coke_brick"] = {["name"] = "coke_brick",
["label"] = "Coke Brick", ["weight"] = 1000,
["type"] = "item", ["image"] = "coke_brick.png",
["unique"] = true, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Heavy package of cocaine, mostly used
for deals and takes a lot of space."},
["coke_small_brick"] = {["name"] = "coke_small_brick",
["label"] = "Coke Package", ["weight"] = 350,
["type"] = "item", ["image"] = "coke_small_brick.png",
["unique"] = true, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A lot of grams cocaine, mostly used for
deals and takes a lot of space."},
["sandwich"] = {["name"] = "sandwich",
["label"] = ""ساندويتش, ["weight"] = 200,
["type"] = "item", ["image"] = "sandwich.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Nice bread for your stomach."},
["electronickit"] = {["name"] = "electronickit",
["label"] = ""لوح إلكتروني, ["weight"] = 100,
["type"] = "item", ["image"] = "electronickit.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = {accept = {"gatecrack"}, reward = "trojan_usb", anim = nil},
["description"] = "If you've always wanted to build a robot you can maybe start
here.. Maybe you'll be.. The new Elon Musk?"},
["gatecrack"] = {["name"] = "gatecrack",
["label"] = ""فالش تهكير بيبان, ["weight"] = 0,
["type"] = "item", ["image"] = "usb_device.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Handy software to tear down some
fences."},
["rolex"] = {["name"] = "rolex",
["label"] = ""ساعة ذهبية, ["weight"] = 1500,
["type"] = "item", ["image"] = "rolex_watch.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A golden watch seems like the jackpot to
me!"},
["diamond_ring"] = {["name"] = "diamond_ring",
["label"] = ""خاتم الماس, ["weight"] = 1500,
["type"] = "item", ["image"] = "diamond_ring.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A diamond ring seems like the jackpot to
me!"},
["goldchain"] = {["name"] = "goldchain",
["label"] = ""سلسلة ذهبية, ["weight"] = 1500,
["type"] = "item", ["image"] = "goldchain.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A golden chain seems like the jackpot to
me!"},
["10kgoldchain"] = {["name"] = "10kgoldchain",
["label"] = "10k "سلسلة ذهبية, ["weight"] = 2000,
["type"] = "item", ["image"] = "10kgoldchain.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "10 carat golden chain."},
["trojan_usb"] = {["name"] = "trojan_usb",
["label"] = "Trojan USB", ["weight"] = 0,
["type"] = "item", ["image"] = "usb_device.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Handy software to shut down some
systems."},
["security_card_01"] = {["name"] = "security_card_01",
["label"] = ""بطاقة الحماية أ, ["weight"] = 0,
["type"] = "item", ["image"] = "security_card_01.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A security card belonging to the Blaine
County Savings Bank."},
["security_card_02"] = {["name"] = "security_card_02",
["label"] = ""بطاقة الحماية ب, ["weight"] = 0,
["type"] = "item", ["image"] = "security_card_02.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A security card belonging to the Pacific
Savings Bank."},
["police_stormram"] = {["name"] = "police_stormram",
["label"] = ""كسر البيبان, ["weight"] = 18000,
["type"] = "item", ["image"] = "police_stormram.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A nice tool to break into doors."},
["rolling_paper"] = {["name"] = "rolling_paper",
["label"] = ""ورق لف, ["weight"] = 0,
["type"] = "item", ["image"] = "rolling_paper.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = {accept = {"weed_white-widow", "weed_skunk", "weed_purple-haze",
"weed_og-kush", "weed_amnesia", "weed_ak47"}, reward = "joint", anim = {["dict"] =
"anim@amb@business@weed@weed_inspecting_high_dry@", ["lib"] =
"weed_inspecting_high_base_inspector", ["text"] = "Rolling joint", ["timeOut"] =
5000,}}, ["description"] = "This is a placeholder description"},
["radio"] = {["name"] = "radio",
["label"] = ""راديو, ["weight"] =
2000, ["type"] = "item", ["image"] = "radio.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] =
true, ["combinable"] = nil, ["description"] = "You can communicat with this
through a signaal"},
["stickynote"] = {["name"] = "stickynote",
["label"] = ""مالحظة, ["weight"] = 0,
["type"] = "item", ["image"] = "stickynote.png",
["unique"] = true, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "Sometimes handy to remember
something :)"},
["phone"] = {["name"] = "phone",
["label"] = ""هاتف, ["weight"] =
700, ["type"] = "item", ["image"] = "phone.png",
["unique"] = true, ["useable"] = false, ["shouldClose"] = false,
["combinable"] = nil, ["description"] = "Neat phone ya got there"},
["fitbit"] = {["name"] = "fitbit",
["label"] = ""ساعة تذكير, ["weight"] =
500, ["type"] = "item", ["image"] = "fitbit.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "I like fitbit"},
["thermite"] = {["name"] = "thermite",
["label"] = "Thermite", ["weight"] =
1000, ["type"] = "item", ["image"] = "thermite.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Sometimes you'd want everything to
burn.."},
["goldbar"] = {["name"] = "goldbar",
["label"] = ""سبيكة ذهب, ["weight"] = 7000,
["type"] = "item", ["image"] = "goldbar.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Looks expensive to me o.o"},
["cryptostick"] = {["name"] = "cryptostick",
["label"] = "Crypto Stick", ["weight"] = 200,
["type"] = "item", ["image"] = "cryptostick.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Why would someone ever buy money that
doesn't exist.. How many would it contain..?"},
["radioscanner"] = {["name"] = "radioscanner",
["label"] = ""كاشف راديو, ["weight"] = 1000,
["type"] = "item", ["image"] = "radioscanner.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "With this you can get some police
alerts. Not 100% effective.."},
["dendrogyra_coral"] = {["name"] = "dendrogyra_coral",
["label"] = "Dendrogyra", ["weight"] = 1000,
["type"] = "item", ["image"] = "dendrogyra_coral.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "#Coral yow"},
["antipatharia_coral"] = {["name"] = "antipatharia_coral",
["label"] = "Antipatharia", ["weight"] = 1000,
["type"] = "item", ["image"] = "antipatharia_coral.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "#Coral yow"},
["jerry_can"] = {["name"] = "jerry_can",
["label"] = "Jerrycan 20L", ["weight"] = 20000,
["type"] = "item", ["image"] = "jerry_can.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "#Fuel like #YOLO"},
["moneybag"] = {["name"] = "moneybag",
["label"] = ""حقيبة أموال, ["weight"] = 0,
["type"] = "item", ["image"] = "moneybag.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A bag with cash."},
["washkey"] = {["name"] = "washkey",
["label"] = " مفتاحC", ["weight"] = 0,
["type"] = "item", ["image"] = "washkey.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "}"مفتاح الغراض غسيل االموال,
["diving_gear"] = {["name"] = "diving_gear",
["label"] = ""بدلة الغوص, ["weight"] = 30000,
["type"] = "item", ["image"] = "diving_gear.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Hmm lets dive lol yay."},
["parachute"] = {["name"] = "parachute",
["label"] = ""مظلة, ["weight"] = 30000,
["type"] = "item", ["image"] = "parachute.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "The sky is the limit! Woohoo!"},
["smoketrailred"] = {["name"] = "smoketrailred",
["label"] = "Smoke Trail Red", ["weight"] = 50,
["type"] = "item", ["image"] = "smoketrailred.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Leaves a red trail when flying. Woot!"},
["snspistol_part_1"] = {["name"] = "snspistol_part_1",
["label"] = "Weapon Loop", ["weight"] = 1500,
["type"] = "item", ["image"] = "snspistol_part_1.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Loop of a SNS Pistol"},
["snspistol_part_2"] = {["name"] = "snspistol_part_2",
["label"] = "Weapon Trigger", ["weight"] = 1500,
["type"] = "item", ["image"] = "snspistol_part_2.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Trigger of a SNS Pistol"},
["snspistol_part_3"] = {["name"] = "snspistol_part_3",
["label"] = "Weapon Clip", ["weight"] = 1500,
["type"] = "item", ["image"] = "snspistol_part_3.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = {accept = {"snspistol_part_1"}, reward = "snspistol_stage_1", anim
= {["dict"] = "anim@amb@business@weed@weed_inspecting_high_dry@", ["lib"] =
"weed_inspecting_high_base_inspector", ["text"] = "Atttaching attachments",
["timeOut"] = 15000,}}, ["description"] = "Clip of a SNS Pistol"},
["snspistol_stage_1"] = {["name"] = "snspistol_stage_1",
["label"] = "Weapon Body", ["weight"] = 2500,
["type"] = "item", ["image"] = "snspistol_stage_1.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "SNS w/ Loop & Clip"},
["bandage"] = {["name"] = "bandage",
["label"] = ""ضمادات, ["weight"] =
0, ["type"] = "item", ["image"] = "bandage.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A bandage works every time"},
["painkillers"] = {["name"] = "painkillers",
["label"] = ""باندول, ["weight"] = 0,
["type"] = "item", ["image"] = "painkillers.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "For pain you can't stand anymore, take
this pill that'd make you feel great again"},
["binoculars"] = {["name"] = "binoculars",
["label"] = "Binoculars", ["weight"] = 600,
["type"] = "item", ["image"] = "binoculars.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Sneaky Breaky.."},
["snowball"] = {["name"] = "snowball",
["label"] = "Snowball", ["weight"] = 0,
["type"] = "item", ["image"] = "snowball.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Should have catched it :D"},
["firework1"] = {["name"] = "firework1",
["label"] = "2Brothers", ["weight"] = 1000,
["type"] = "item", ["image"] = "firework1.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Happy and healthy 2020 <3 Lua Leaks"},
["firework2"] = {["name"] = "firework2",
["label"] = "Poppelers", ["weight"] = 1000,
["type"] = "item", ["image"] = "firework2.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Happy and healthy 2020 <3 Lua Leaks"},
["firework3"] = {["name"] = "firework3",
["label"] = "WipeOut", ["weight"] = 1000,
["type"] = "item", ["image"] = "firework3.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Happy and healthy 2020 <3 Lua Leaks"},
["firework4"] = {["name"] = "firework4",
["label"] = "Weeping Willow", ["weight"] = 1000,
["type"] = "item", ["image"] = "firework4.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Happy and healthy 2020 <3 Lua Leaks"},
["iphone"] = {["name"] = "iphone",
["label"] = "iPhone", ["weight"] =
1000, ["type"] = "item", ["image"] = "iphone.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Very expensive phone"},
["samsungphone"] = {["name"] = "samsungphone",
["label"] = "Samsung S10", ["weight"] = 1000,
["type"] = "item", ["image"] = "samsungphone.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Very expensive phone"},
["laptop"] = {["name"] = "laptop",
["label"] = "Laptop", ["weight"] =
4000, ["type"] = "item", ["image"] = "laptop.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Expensive game right?"},
["tablet"] = {["name"] = "tablet",
["label"] = "Tablet", ["weight"] =
2000, ["type"] = "item", ["image"] = "tablet.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Expensive game right?"},
["lighter"] = {["name"] = "lighter",
["label"] = "Lighter", ["weight"] =
0, ["type"] = "item", ["image"] = "lighter.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "On new years eve a nice fire to stand
next to"},
["certificate"] = {["name"] = "certificate",
["label"] = "Certificate", ["weight"] = 0,
["type"] = "item", ["image"] = "certificate.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Certificate that proves you own certain
stuff"},
["nitrous"] = {["name"] = "nitrous",
["label"] = "Nitrous", ["weight"] =
1000, ["type"] = "item", ["image"] = "nitrous.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Speed up, gas pedal! :D"},
["walkstick"] = {["name"] = "walkstick",
["label"] = "Walk Stick", ["weight"] = 1000,
["type"] = "item", ["image"] = "walkstick.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Walking stick for ya'll grannies out
there.. HAHA"},
["harness"] = {["name"] = "harness",
["label"] = "Race Harness", ["weight"] = 1000,
["type"] = "item", ["image"] = "harness.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Racing Harness so no matter what you
stay in the caaaaaaaaaaaaaar.."},
["markedbills"] = {["name"] = "markedbills",
["label"] = "Marked Money", ["weight"] = 1000,
["type"] = "item", ["image"] = "markedbills.png",
["unique"] = true, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["pistol_suppressor"] = {["name"] = "pistol_suppressor",
["label"] = "Pistol Silencer", ["weight"] = 1000,
["type"] = "item", ["image"] = "pistol_suppressor.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["pistol_extendedclip"] = {["name"] = "pistol_extendedclip",
["label"] = "Pistol EXT Clip", ["weight"] = 1000,
["type"] = "item", ["image"] = "pistol_extendedclip.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["smg_extendedclip"] = {["name"] = "smg_extendedclip",
["label"] = "SMG EXT Clip", ["weight"] = 1000,
["type"] = "item", ["image"] = "smg_extendedclip.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["smg_flashlight"] = {["name"] = "smg_flashlight",
["label"] = "SMG Flashlight", ["weight"] = 1000,
["type"] = "item", ["image"] = "smg_flashlight.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["smg_scope"] = {["name"] = "smg_scope",
["label"] = "SMG Scope", ["weight"] = 1000,
["type"] = "item", ["image"] = "smg_scope.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["smg_suppressor"] = {["name"] = "smg_suppressor",
["label"] = "SMG Silencer", ["weight"] = 1000,
["type"] = "item", ["image"] = "smg_suppressor.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["rifle_extendedclip"] = {["name"] = "rifle_extendedclip",
["label"] = "Rifle EXT Clip", ["weight"] = 1000,
["type"] = "item", ["image"] = "rifle_extendedclip.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["rifle_drummag"] = {["name"] = "rifle_drummag",
["label"] = "Rifle Drummag", ["weight"] = 1000,
["type"] = "item", ["image"] = "rifle_drummag.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["rifle_suppressor"] = {["name"] = "rifle_suppressor",
["label"] = "Rifle Silencer", ["weight"] = 1000,
["type"] = "item", ["image"] = "rifle_suppressor.png",
["unique"] = true, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "Money?"},
["labkey"] = {["name"] = "labkey",
["label"] = ""مفتاح,
["weight"] = 500, ["type"] = "item", ["image"] =
"labkey.png", ["unique"] = true, ["useable"] =
true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] =
"Key for a lock..?"},
["pinger"] = {["name"] = "pinger",
["label"] = "Pinger", ["weight"] =
1000, ["type"] = "item", ["image"] = "pinger.png",
["unique"] = false, ["useable"] = false, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "With a pinger and your phone you can
send out your location"},
["firstaid"] = {["name"] = "firstaid",
["label"] = "First Aid", ["weight"] =
2500, ["type"] = "item", ["image"] = "firstaid.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "You can use this First Aid kit to get
people back on their feet."},
["printerdocument"] = {["name"] = "printerdocument",
["label"] = ""ملف, ["weight"] = 500,
["type"] = "item", ["image"] = "printerdocument.png",
["unique"] = false, ["useable"] = true, ["shouldClose"] = true,
["combinable"] = nil, ["description"] = "A nice document"},
QBShared.Weapons = {
-- // WEAPONS
[GetHashKey("weapon_unarmed")] = {["name"] =
"weapon_unarmed", ["label"] = "Fists",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_knife")] = {["name"] =
"weapon_knife", ["label"] = "Knife",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_nightstick")] = {["name"] =
"weapon_nightstick", ["label"] = "Nightstick",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_hammer")] = {["name"] =
"weapon_hammer", ["label"] = "Hammer",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_bat")] = {["name"] =
"weapon_bat", ["label"] = "Bat",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
nil, ["image"] = "placeholder.png",
["unique"] = true, ["useable"] = false, ["description"] = "This
is a placeholder description"},
[GetHashKey("weapon_golfclub")] = {["name"] =
"weapon_golfclub", ["label"] = "Golfclub",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_crowbar")] = {["name"] =
"weapon_crowbar", ["label"] = "Crowbar",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_pistol")] = {["name"] =
"weapon_pistol", ["label"] = "Walther P99",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_pistol_mk2")] = {["name"] =
"weapon_pistol_mk2", ["label"] = "Pistol Mk II",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "pistolmk2.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_combatpistol")] = {["name"] =
"weapon_combatpistol", ["label"] = "Combat Pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "combatpistol.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_appistol")] = {["name"] =
"weapon_appistol", ["label"] = "AP Pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_pistol50")] = {["name"] =
"weapon_pistol50", ["label"] = "Pistol .50 Cal",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_microsmg")] = {["name"] =
"weapon_microsmg", ["label"] = "Micro SMG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SMG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_smg")] = {["name"] =
"weapon_smg", ["label"] = "SMG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SMG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_assaultsmg")] = {["name"] =
"weapon_assaultsmg", ["label"] = "Assault SMG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SMG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_assaultrifle")] = {["name"] =
"weapon_assaultrifle", ["label"] = "Assault Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RIFLE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_carbinerifle")] = {["name"] =
"weapon_carbinerifle", ["label"] = "Carbine Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RIFLE", ["image"] = "carbinerifle.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_advancedrifle")] = {["name"] =
"weapon_advancedrifle", ["label"] = "Advanced Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RIFLE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_mg")] = {["name"] =
"weapon_mg", ["label"] = "Machinegun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_MG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_combatmg")] = {["name"] =
"weapon_combatmg", ["label"] = "Combat MG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_MG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_pumpshotgun")] = {["name"] =
"weapon_pumpshotgun", ["label"] = "Pump Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_sawnoffshotgun")] = {["name"] =
"weapon_sawnoffshotgun", ["label"] = "Sawn-off Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_assaultshotgun")] = {["name"] =
"weapon_assaultshotgun", ["label"] = "Assault Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_bullpupshotgun")] = {["name"] =
"weapon_bullpupshotgun", ["label"] = "Bullpup Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_stungun")] = {["name"] =
"weapon_stungun", ["label"] = "Taser",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_sniperrifle")] = {["name"] =
"weapon_sniperrifle", ["label"] = "Sniper Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SNIPER", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_heavysniper")] = {["name"] =
"weapon_heavysniper", ["label"] = "Heavy Sniper",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SNIPER", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_remotesniper")] = {["name"] =
"weapon_remotesniper", ["label"] = "Remote Sniper",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SNIPER_REMOTE", ["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_grenadelauncher")] = {["name"] =
"weapon_grenadelauncher", ["label"] = "Grenade Launcher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_GRENADELAUNCHER", ["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_grenadelauncher_smoke")] = {["name"] =
"weapon_grenadelauncher_smoke", ["label"] = "Smoke Grenade Launcher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_GRENADELAUNCHER", ["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_rpg")] = {["name"] =
"weapon_rpg", ["label"] = "RPG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RPG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_minigun")] = {["name"] =
"weapon_minigun", ["label"] = "Minigun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_MINIGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_grenade")] = {["name"] =
"weapon_grenade", ["label"] = "Grenade",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_stickybomb")] = {["name"] =
"weapon_stickybomb", ["label"] = "C4",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "stickybomb.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_smokegrenade")] = {["name"] =
"weapon_smokegrenade", ["label"] = "Smoke Grenade",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_bzgas")] = {["name"] =
"weapon_bzgas", ["label"] = "BZ Gas",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_molotov")] = {["name"] =
"weapon_molotov", ["label"] = "Molotov",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_fireextinguisher")] = {["name"] =
"weapon_fireextinguisher", ["label"] = "Fire Extinguisher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_petrolcan")] = {["name"] =
"weapon_petrolcan", ["label"] = "Petrol Can",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PETROLCAN", ["image"] = "placeholder.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_briefcase")] = {["name"] =
"weapon_briefcase", ["label"] = "Briefcase",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_briefcase_02")] = {["name"] =
"weapon_briefcase_02", ["label"] = "Briefcase",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_ball")] = {["name"] = "weapon_ball",
["label"] = "Ball",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_BALL", ["image"] = "placeholder.png",
["unique"] = true, ["useable"] = false, ["description"] = "This
is a placeholder description"},
[GetHashKey("weapon_flare")] = {["name"] =
"weapon_flare", ["label"] = "Flare pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_FLARE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_snspistol")] = {["name"] =
"weapon_snspistol", ["label"] = "SNS Pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_bottle")] = {["name"] =
"weapon_bottle", ["label"] = "Broken Bottle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_gusenberg")] = {["name"] =
"weapon_gusenberg", ["label"] = "Thompson SMG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_MG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_specialcarbine")] = {["name"] =
"weapon_specialcarbine", ["label"] = "Special Carbine",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RIFLE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_heavypistol")] = {["name"] =
"weapon_heavypistol", ["label"] = "Heavy Pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_bullpuprifle")] = {["name"] =
"weapon_bullpuprifle", ["label"] = "Bullpup Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RIFLE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_dagger")] = {["name"] =
"weapon_dagger", ["label"] = "Dagger",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_vintagepistol")] = {["name"] =
"weapon_vintagepistol", ["label"] = "Vintage Pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "weapon_vintagepistol.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_firework")] = {["name"] =
"weapon_firework", ["label"] = "Firework Launcher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_musket")] = {["name"] =
"weapon_musket", ["label"] = "Musket",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_heavyshotgun")] = {["name"] =
"weapon_heavyshotgun", ["label"] = "Heavy Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_marksmanrifle")] = {["name"] =
"weapon_marksmanrifle", ["label"] = "Marksman Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SNIPER", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_hominglauncher")] = {["name"] =
"weapon_hominglauncher", ["label"] = "Homing Launcher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_STINGER", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_proxmine")] = {["name"] =
"weapon_proxmine", ["label"] = "Proxmine Grenade",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_snowball")] = {["name"] =
"weapon_snowball", ["label"] = "Snowball",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_flaregun")] = {["name"] =
"weapon_flaregun", ["label"] = "Flare Gun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_FLARE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_garbagebag")] = {["name"] =
"weapon_garbagebag", ["label"] = "Garbage Bag",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_handcuffs")] = {["name"] =
"weapon_handcuffs", ["label"] = "Handcuffs",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_combatpdw")] = {["name"] =
"weapon_combatpdw", ["label"] = "Combat PDW",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SMG", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_marksmanpistol")] = {["name"] =
"weapon_marksmanpistol", ["label"] = "Marksman Pistol",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_knuckle")] = {["name"] =
"weapon_knuckle", ["label"] = "Knuckle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_hatchet")] = {["name"] =
"weapon_hatchet", ["label"] = "Hatchet",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_railgun")] = {["name"] =
"weapon_railgun", ["label"] = "Railgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_machete")] = {["name"] =
"weapon_machete", ["label"] = "Machete",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_machinepistol")] = {["name"] =
"weapon_machinepistol", ["label"] = "Tec-9",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_switchblade")] = {["name"] =
"weapon_switchblade", ["label"] = "Switchblade",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_revolver")] = {["name"] =
"weapon_revolver", ["label"] = "Revolver",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_PISTOL", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_dbshotgun")] = {["name"] =
"weapon_dbshotgun", ["label"] = "Double-barrel Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_compactrifle")] = {["name"] =
"weapon_compactrifle", ["label"] = "Compact Rifle",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_RIFLE", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_autoshotgun")] = {["name"] =
"weapon_autoshotgun", ["label"] = "Auto Shotgun",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_battleaxe")] = {["name"] =
"weapon_battleaxe", ["label"] = "Battle Axe",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_compactlauncher")] = {["name"] =
"weapon_compactlauncher", ["label"] = "Compact Launcher",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_minismg")] = {["name"] =
"weapon_minismg", ["label"] = "Mini SMG",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SMG", ["image"] = "weapon_minismg.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_pipebomb")] = {["name"] =
"weapon_pipebomb", ["label"] = "Pipe bom",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_poolcue")] = {["name"] =
"weapon_poolcue", ["label"] = "Poolcue",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_wrench")] = {["name"] =
"weapon_wrench", ["label"] = "Wrench",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "placeholder.png", ["unique"] =
true, ["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_autoshotgun")] = {["name"] =
"weapon_autoshotgun", ["label"] = "Sweeper Shotgun",
["weight"] = 3000, ["type"] = "weapon", ["ammotype"] =
"AMMO_SHOTGUN", ["image"] = "sweepershotgun.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
[GetHashKey("weapon_bread")] = {["name"] =
"weapon_bread", ["label"] = "Baquette",
["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil,
["image"] = "baquette.png", ["unique"] = true,
["useable"] = false, ["description"] = "This is a placeholder
description"},
}
-- // VEHICLES
QBShared.Vehicles = {
------------------ almash cardealer -----------------------
["felon"] = {
["name"] = "LACETTI",
["brand"] = "felon",
["model"] = "felon",
["price"] = 150000,
["category"] = "coupes",
["hash"] = GetHashKey("felon"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "Almash",
},
["911r"] = {
["name"] = "911",
["brand"] = "Porsche",
["model"] = "911r",
["price"] = 1340000,
["category"] = "coupes",
["hash"] = GetHashKey("911r"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 30,
["shop"] = "Almash",
},
["db11"] = {
["name"] = "DB11",
["brand"] = "Aston Martin",
["model"] = "db11",
["price"] = 710000,
["category"] = "coupes",
["hash"] = GetHashKey("db11"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "Almash",
},
["lwgtr"] = {
["name"] = "GTR Liberty Walk",
["brand"] = "Nissan",
["model"] = "lwgtr",
["price"] = 800000,
["category"] = "coupes",
["hash"] = GetHashKey("lwgtr"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["f82"] = {
["name"] = "M4 F82 GTS",
["brand"] = "BMW",
["model"] = "f82",
["price"] = 650000,
["category"] = "coupes",
["hash"] = GetHashKey("f82"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 50,
["shop"] = "Almash",
},
["16challenger"] = {
["name"] = "Challenger",
["brand"] = "Dodge",
["model"] = "16challenger",
["price"] = 595000,
["category"] = "coupes",
["hash"] = GetHashKey("16challenger"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["mustang19"] = {
["name"] = "Mustang GT",
["brand"] = "Ford",
["model"] = "mustang19",
["price"] = 530000,
["category"] = "coupes",
["hash"] = GetHashKey("mustang19"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["rijschooldimi"] = {
["name"] = "Q5 DimiDriving",
["brand"] = "Qbus",
["model"] = "rijschooldimi",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschooldimi"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["rijschooljaapballer"] = {
["name"] = "Q5 Jaap Baller",
["brand"] = "Qbus",
["model"] = "rijschooljaapballer",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschooljaapballer"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["rijschoolsacrebleu"] = {
["name"] = "Q5 Sacre Bleu",
["brand"] = "Qbus",
["model"] = "rijschoolsacrebleu",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschoolsacrebleu"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["rijschoolyeahletsco"] = {
["name"] = "Q5 Yeah Let's Co",
["brand"] = "Qbus",
["model"] = "rijschoolyeahletsco",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschoolyeahletsco"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["subwrx"] = {
["name"] = "Impreza WRX STI",
["brand"] = "Subaru",
["model"] = "subwrx",
["price"] = 330000,
["category"] = "coupes",
["hash"] = GetHashKey("subwrx"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["rx7rb"] = {
["name"] = "RX7",
["brand"] = "Mazda",
["model"] = "rx7rb",
["price"] = 310200,
["category"] = "coupes",
["hash"] = GetHashKey("rx7rb"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 20000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["ram2500"] = {
["name"] = "RAM 2500",
["brand"] = "Dodge",
["model"] = "ram2500",
["price"] = 540000,
["category"] = "coupes",
["hash"] = GetHashKey("ram2500"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 80,
["shop"] = "Almash",
},
["evo9"] = {
["name"] = "Lancer Evo",
["brand"] = "Mitsubishi",
["model"] = "evo9",
["price"] = 225030,
["category"] = "coupes",
["hash"] = GetHashKey("evo9"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["a80"] = {
["name"] = "Supra",
["brand"] = "Toyota",
["model"] = "a80",
["price"] = 460080,
["category"] = "coupes",
["hash"] = GetHashKey("a80"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["fd"] = {
["name"] = "RX7 Tuning",
["brand"] = "Mazda",
["model"] = "fd",
["price"] = 245050,
["category"] = "coupes",
["hash"] = GetHashKey("fd"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 30000,
["trunkslots"] = 30,
["shop"] = "Almash",
},
["r35"] = {
["name"] = "GTR R35",
["brand"] = "Nissan",
["model"] = "r35",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("r35"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["c7"] = {
["name"] = "Chevrolet",
["brand"] = "Corvette C7 Stingray",
["model"] = "c7",
["price"] = 640000,
["category"] = "coupes",
["hash"] = GetHashKey("c7"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["m3e46"] = {
["name"] = "BMW",
["brand"] = "M3 E46",
["model"] = "m3e46",
["price"] = 360000,
["category"] = "coupes",
["hash"] = GetHashKey("m3e46"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 50,
["shop"] = "Almash",
},
["mgt"] = {
["name"] = "Ford",
["brand"] = "Mustang GT",
["model"] = "mgt",
["price"] = 610000,
["category"] = "coupes",
["hash"] = GetHashKey("mgt"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["na1"] = {
["name"] = "Honda",
["brand"] = "NSX",
["model"] = "na1",
["price"] = 175000,
["category"] = "coupes",
["hash"] = GetHashKey("na1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["rmodgt63"] = {
["name"] = "Mercedes-AMG",
["brand"] = "GT63 S Coupe",
["model"] = "rmodgt63",
["price"] = 810000,
["category"] = "coupes",
["hash"] = GetHashKey("rmodgt63"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["skyline"] = {
["name"] = "Nissan",
["brand"] = "Skyline R34",
["model"] = "skyline",
["price"] = 730000,
["category"] = "coupes",
["hash"] = GetHashKey("skyline"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 50,
["shop"] = "Almash",
},
["03ramk"] = {
["name"] = "Dodage Monster",
["brand"] = "Dodage Monster",
["model"] = "03ramk",
["price"] = 500000,
["category"] = "coupes",
["hash"] = GetHashKey("03ramk"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 120000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["18performante"] = {
["name"] = "18performante",
["brand"] = "18performante",
["model"] = "18performante",
["price"] = 3050050,
["category"] = "coupes",
["hash"] = GetHashKey("18performante"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["19S650"] = {
["name"] = "19S650",
["brand"] = "19S650",
["model"] = "19S650",
["price"] = 900000,
["category"] = "coupes",
["hash"] = GetHashKey("19S650"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["300zw"] = {
["name"] = "300zw",
["brand"] = "300zw",
["model"] = "300zw",
["price"] = 100000,
["category"] = "coupes",
["hash"] = GetHashKey("300zw"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["bmwm850i"] = {
["name"] = "bmwm850i",
["brand"] = "bmwm850i",
["model"] = "bmwm850i",
["price"] = 750000,
["category"] = "coupes",
["hash"] = GetHashKey("bmwm850i"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["cam08"] = {
["name"] = "cam08",
["brand"] = "cam08",
["model"] = "cam08",
["price"] = 70000,
["category"] = "coupes",
["hash"] = GetHashKey("cam08"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["camry18"] = {
["name"] = "camry18",
["brand"] = "camry18",
["model"] = "camry18",
["price"] = 170000,
["category"] = "coupes",
["hash"] = GetHashKey("camry18"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["caprice89"] = {
["name"] = "caprice89",
["brand"] = "caprice89",
["model"] = "caprice89",
["price"] = 25000,
["category"] = "coupes",
["hash"] = GetHashKey("caprice89"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 20000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["evoq"] = {
["name"] = "evoq",
["brand"] = "evoq",
["model"] = "evoq",
["price"] = 500000,
["category"] = "coupes",
["hash"] = GetHashKey("evoq"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["f4rr"] = {
["name"] = "f4rr",
["brand"] = "f4rr",
["model"] = "f4rr",
["price"] = 870000,
["category"] = "coupes",
["hash"] = GetHashKey("f4rr"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["golfp"] = {
["name"] = "golfp",
["brand"] = "golfp",
["model"] = "golfp",
["price"] = 500000,
["category"] = "coupes",
["hash"] = GetHashKey("golfp"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["gtoxx"] = {
["name"] = "gtoxx",
["brand"] = "gtoxx",
["model"] = "gtoxx",
["price"] = 1500000,
["category"] = "coupes",
["hash"] = GetHashKey("gtoxx"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["landv6"] = {
["name"] = "landv6",
["brand"] = "landv6",
["model"] = "landv6",
["price"] = 250000,
["category"] = "coupes",
["hash"] = GetHashKey("landv6"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["lectro"] = {
["name"] = "lectro",
["brand"] = "lectro",
["model"] = "lectro",
["price"] = 750000,
["category"] = "coupes",
["hash"] = GetHashKey("lectro"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["lex570"] = {
["name"] = "lex570",
["brand"] = "lex570",
["model"] = "lex570",
["price"] = 1000000,
["category"] = "coupes",
["hash"] = GetHashKey("lex570"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["mers63c"] = {
["name"] = "mers63c",
["brand"] = "mers63c",
["model"] = "mers63c",
["price"] = 400000,
["category"] = "coupes",
["hash"] = GetHashKey("mers63c"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["pnismo"] = {
["name"] = "pnismo",
["brand"] = "pnismo",
["model"] = "pnismo",
["price"] = 750000,
["category"] = "coupes",
["hash"] = GetHashKey("pnismo"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["qiugejpa"] = {
["name"] = "qiugejpa",
["brand"] = "qiugejpa",
["model"] = "qiugejpa",
["price"] = 800000,
["category"] = "coupes",
["hash"] = GetHashKey("qiugejpa"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["S63AMG"] = {
["name"] = "S63AMG",
["brand"] = "S63AMG",
["model"] = "S63AMG",
["price"] = 850000,
["category"] = "coupes",
["hash"] = GetHashKey("S63AMG"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["teslax"] = {
["name"] = "teslax",
["brand"] = "teslax",
["model"] = "teslax",
["price"] = 1050000,
["category"] = "coupes",
["hash"] = GetHashKey("teslax"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["x222"] = {
["name"] = "x222",
["brand"] = "x222",
["model"] = "x222",
["price"] = 550000,
["category"] = "coupes",
["hash"] = GetHashKey("x222"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["2011mazda2"] = {
["name"] = "Mazda 2011",
["brand"] = "2011mazda2",
["model"] = "2011mazda2",
["price"] = 125000,
["category"] = "coupes",
["hash"] = GetHashKey("2011mazda2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["santafe"] = {
["name"] = "Hyundai SantaFe 2013",
["brand"] = "santafe",
["model"] = "santafe",
["price"] = 350000,
["category"] = "coupes",
["hash"] = GetHashKey("santafe"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["seminole"] = {
["name"] = "seminole",
["brand"] = "seminole",
["model"] = "seminole",
["price"] = 150000,
["category"] = "coupes",
["hash"] = GetHashKey("seminole"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["ix35"] = {
["name"] = "Hyundai Tucson",
["brand"] = "ix35",
["model"] = "ix35",
["price"] = 450000,
["category"] = "coupes",
["hash"] = GetHashKey("ix35"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["BMHyundaii30"] = {
["name"] = "Hyundai i30",
["brand"] = "BMHyundaii30",
["model"] = "BMHyundaii30",
["price"] = 200000,
["category"] = "coupes",
["hash"] = GetHashKey("BMHyundaii30"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["cayenne"] = {
["name"] = "Nissan Juke",
["brand"] = "cayenne",
["model"] = "cayenne",
["price"] = 500000,
["category"] = "coupes",
["hash"] = GetHashKey("cayenne"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["fel"] = {
["name"] = "Hyundai Elantra 2015",
["brand"] = "fel",
["model"] = "fel",
["price"] = 310000,
["category"] = "coupes",
["hash"] = GetHashKey("fel"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["fki"] = {
["name"] = "Kia Optema 2015",
["brand"] = "fki",
["model"] = "fki",
["price"] = 380000,
["category"] = "coupes",
["hash"] = GetHashKey("fki"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["fsn"] = {
["name"] = "Nissan Sunny",
["brand"] = "fsn",
["model"] = "fsn",
["price"] = 150000,
["category"] = "coupes",
["hash"] = GetHashKey("fsn"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["kia"] = {
["name"] = "Kia Stinger 2018",
["brand"] = "kia",
["model"] = "kia",
["price"] = 525000,
["category"] = "coupes",
["hash"] = GetHashKey("kia"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["mcad"] = {
["name"] = "Kia Cadenza 2015",
["brand"] = "mcad",
["model"] = "mcad",
["price"] = 550000,
["category"] = "coupes",
["hash"] = GetHashKey("mcad"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["sonata20"] = {
["name"] = "Hyundai Sonata 2020",
["brand"] = "sonata20",
["model"] = "sonata20",
["price"] = 475000,
["category"] = "coupes",
["hash"] = GetHashKey("sonata20"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["flhxs_streetglide_special18"] = {
["name"] = "flhxs_streetglide_special18",
["brand"] = "flhxs_streetglide_special18",
["model"] = "flhxs_streetglide_special18",
["price"] = 200000,
["category"] = "coupes",
["hash"] = GetHashKey("flhxs_streetglide_special18"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["schafter3"] = {
["name"] = "schafter3",
["brand"] = "schafter3",
["model"] = "schafter3",
["price"] = 600000,
["category"] = "coupes",
["hash"] = GetHashKey("schafter3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["lwgtr"] = {
["name"] = "GTR Liberty Walk",
["brand"] = "Nissan",
["model"] = "lwgtr",
["price"] = 300000,
["category"] = "coupes",
["hash"] = GetHashKey("lwgtr"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["camper"] = {
["name"] = "Stafford",
["brand"] = "Brute",
["model"] = "camper",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("camper"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["a80"] = {
["name"] = "Supra",
["brand"] = "Toyota",
["model"] = "a80",
["price"] = 160000,
["category"] = "coupes",
["hash"] = GetHashKey("a80"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["fd"] = {
["name"] = "RX7 Tuning",
["brand"] = "Mazda",
["model"] = "fd",
["price"] = 145000,
["category"] = "coupes",
["hash"] = GetHashKey("fd"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 30000,
["trunkslots"] = 30,
["shop"] = "Almash",
},
["c7"] = {
["name"] = "Chevrolet",
["brand"] = "Corvette C7 Stingray",
["model"] = "c7",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("c7"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["m3e46"] = {
["name"] = "BMW",
["brand"] = "M3 E46",
["model"] = "m3e46",
["price"] = 160000,
["category"] = "coupes",
["hash"] = GetHashKey("m3e46"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 50,
["shop"] = "Almash",
},
["mgt"] = {
["name"] = "Ford",
["brand"] = "Mustang GT",
["model"] = "mgt",
["price"] = 210000,
["category"] = "coupes",
["hash"] = GetHashKey("mgt"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["na1"] = {
["name"] = "Honda",
["brand"] = "NSX",
["model"] = "na1",
["price"] = 175000,
["category"] = "coupes",
["hash"] = GetHashKey("na1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["rmodgt63"] = {
["name"] = "Mercedes-AMG",
["brand"] = "GT63 S Coupe",
["model"] = "rmodgt63",
["price"] = 410000,
["category"] = "coupes",
["hash"] = GetHashKey("rmodgt63"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["skyline"] = {
["name"] = "Nissan",
["brand"] = "Skyline R34",
["model"] = "skyline",
["price"] = 230000,
["category"] = "coupes",
["hash"] = GetHashKey("skyline"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 50,
["shop"] = "Almash",
},
["mustang19"] = {
["name"] = "Mustang GT",
["brand"] = "Ford",
["model"] = "mustang19",
["price"] = 230000,
["category"] = "coupes",
["hash"] = GetHashKey("mustang19"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["evo9"] = {
["name"] = "Lancer Evo",
["brand"] = "Mitsubishi",
["model"] = "evo9",
["price"] = 125000,
["category"] = "coupes",
["hash"] = GetHashKey("evo9"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["r35"] = {
["name"] = "GTR R35",
["brand"] = "Nissan",
["model"] = "r35",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("r35"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["tampa3"] = {
["name"] = "G",
["brand"] = "Tampa Drifting",
["model"] = "tampa3",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("tampa3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["yosemite6str"] = {
["name"] = "G",
["brand"] = "Yosemite 6STR",
["model"] = "yosemite6str",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("yosemite6str"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "Almash",
},
["yFiat595ssB"] = {
["name"] = "",
["brand"] = "Sidney Mobile",
["model"] = "yFiat595ssB",
["price"] = 0,
["category"] = "coupes",
["hash"] = GetHashKey("yFiat595ssB"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "Almash",
},
["ram2500"] = {
["name"] = "RAM 2500",
["brand"] = "Dodge",
["model"] = "ram2500",
["price"] = 140000,
["category"] = "coupes",
["hash"] = GetHashKey("ram2500"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 80,
["shop"] = "Almash",
},
------------------ سيارات الحزم------------------------
["terzo"] = {
["name"] = "MANO - nfs",
["brand"] = "terzo",
["model"] = "terzo",
["price"] = 1,
["category"] = "suvs",
["hash"] = GetHashKey("terzo"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 30,
["shop"] = "custom",
},
["velociraptor"] = {
["name"] = "ford - nfs",
["brand"] = "Ford",
["model"] = "velociraptor",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("velociraptor"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 1000000,
["trunkslots"] = 1000,
["shop"] = "custom",
},
["17m760i"] = {
["name"] = "peakyblinders 1 - nfs",
["brand"] = "BMW",
["model"] = "17m760i",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("17m760i"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 1000000,
["trunkslots"] = 1000,
["shop"] = "custom",
},
["mbc63"] = {
["name"] = "peakyblinders 2 - nfs",
["brand"] = "mrc",
["model"] = "mbc63",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mbc63"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 1000000,
["trunkslots"] = 1000,
["shop"] = "custom",
},
["m6f13"] = {
["name"] = "MrGEDA 35$ - nfs",
["brand"] = "m6f13",
["model"] = "m6f13",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("m6f13"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 1000000,
["trunkslots"] = 1000,
["shop"] = "custom",
},
["elantra07"] = {
["name"] = "amir elantra - nfs",
["brand"] = "elantra",
["model"] = "elantra07",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("elantra07"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 1000000,
["trunkslots"] = 1000,
["shop"] = "custom",
},
["koup"] = {
["name"] = "amir kia - nfs",
["brand"] = "kia",
["model"] = "koup",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("koup"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 1000000,
["trunkslots"] = 1000,
["shop"] = "custom",
},
--------------------------------- سيارات الحزم
----------------------------------------
["urustc"] = {
["name"] = "SYN - nfs",
["brand"] = "urustc",
["model"] = "urustc",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("urustc"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["gle"] = {
["name"] = "MrCrunch - nfs",
["brand"] = "gle",
["model"] = "gle",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("gle"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["m5e60"] = {
["name"] = "MrGeda bmwm6 - nfs",
["brand"] = "m5e60",
["model"] = "m5e60",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("m5e60"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["20blazer"] = {
["name"] = "X - nfs",
["brand"] = "20blazer",
["model"] = "20blazer",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("20blazer"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["bme6tun"] = {
["name"] = "LYsharif - nfs",
["brand"] = "bme6tun",
["model"] = "bme6tun",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("bme6tun"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["bmwx7"] = {
["name"] = "X 1 - nfs",
["brand"] = "bmwx7",
["model"] = "bmwx7",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("bmwx7"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["bolide"] = {
["name"] = "Adem - nfs",
["brand"] = "bolide",
["model"] = "bolide",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("bolide"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["gle53"] = {
["name"] = "X 2 - nfs",
["brand"] = "gle53",
["model"] = "gle53",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("gle53"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["land2000"] = {
["name"] = "MBM - nfs",
["brand"] = "land2000",
["model"] = "land2000",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("land2000"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["lrrr"] = {
["name"] = "MBM 1 - nfs",
["brand"] = "lrrr",
["model"] = "lrrr",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("lrrr"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["mache"] = {
["name"] = "X 3 - nfs",
["brand"] = "mache",
["model"] = "mache",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mache"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["mb6"] = {
["name"] = "X 4 - nfs",
["brand"] = "mb6",
["model"] = "mb6",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mb6"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["vigo"] = {
["name"] = "X 5 - nfs",
["brand"] = "vigo",
["model"] = "vigo",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("vigo"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["gls63"] = {
["name"] = "X 6 - nfs",
["brand"] = "gls63",
["model"] = "gls63",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("gls63"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["mi8"] = {
["name"] = "HK - nfs",
["brand"] = "mi8",
["model"] = "mi8",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mi8"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["trezor1"] = {
["name"] = "Bozo 2 - nfs",
["brand"] = "trezor1",
["model"] = "trezor1",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("trezor1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 100,
["shop"] = "custom",
},
["rmodx6"] = {
["name"] = "rmodx6 - nfs",
["brand"] = "rmodx6",
["model"] = "rmodx6",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rmodx6"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 30,
["shop"] = "custom",
},
["urus"] = {
["name"] = "urus - nfs",
["brand"] = "Lamborghini",
["model"] = "urus",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("urus"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "custom",
},
["divo"] = {
["name"] = "divo - nfs",
["brand"] = "divo",
["model"] = "divo",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("divo"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["458spc"] = {
["name"] = "458spc - nfs",
["brand"] = "458spc",
["model"] = "458spc",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("458spc"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["2019chiron"] = {
["name"] = "2019chiron - nfs",
["brand"] = "2019chiron",
["model"] = "2019chiron",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("2019chiron"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["ben17"] = {
["name"] = "ben17 - nfs",
["brand"] = "ben17",
["model"] = "ben17",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("ben17"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["amggts2016"] = {
["name"] = "amggts2016 - nfs",
["brand"] = "amggts2016",
["model"] = "amggts2016",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("amggts2016"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["aperta"] = {
["name"] = "aperta - nfs",
["brand"] = "aperta",
["model"] = "aperta",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("amggts2016"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["bg700w"] = {
["name"] = "bg700w - nfs",
["brand"] = "bg700w",
["model"] = "bg700w",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("bg700w"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["bugatti"] = {
["name"] = "bugatti - nfs",
["brand"] = "bugatti",
["model"] = "bugatti",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("bugatti"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["fenyr"] = {
["name"] = "fenyr - nfs",
["brand"] = "fenyr",
["model"] = "fenyr",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("fenyr"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["fxxk"] = {
["name"] = "fxxk - nfs",
["brand"] = "fxxk",
["model"] = "fxxk",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("fxxk"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["lamboavj"] = {
["name"] = "lamboavj - nfs",
["brand"] = "lamboavj",
["model"] = "lamboavj",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("lamboavj"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["lbr8"] = {
["name"] = "lbr8 - nfs",
["brand"] = "lbr8",
["model"] = "lbr8",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("lbr8"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["p1"] = {
["name"] = "p1 - nfs",
["brand"] = "p1",
["model"] = "p1",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("p1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["m8gte"] = {
["name"] = "m8gte - nfs",
["brand"] = "m8gte",
["model"] = "m8gte",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("m8gte"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["r8lms"] = {
["name"] = "r8lms - nfs",
["brand"] = "r8lms",
["model"] = "r8lms",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("r8lms"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rrphantom"] = {
["name"] = "rrphantom - nfs",
["brand"] = "rrphantom",
["model"] = "rrphantom",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rrphantom"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rrst"] = {
["name"] = "rrst - nfs",
["brand"] = "rrst",
["model"] = "rrst",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rrst"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["brz"] = {
["name"] = "WLVZ - nfs",
["brand"] = "brz",
["model"] = "brz",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("brz"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["terzo"] = {
["name"] = "MANO - nfs",
["brand"] = "terzo",
["model"] = "terzo",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("terzo"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["t3lobhmoha"] = {
["name"] = "Moha - nfs",
["brand"] = "t3lobhmoha",
["model"] = "t3lobhmoha",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("t3lobhmoha"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["mohacar"] = {
["name"] = "MohaBOZO - nfs",
["brand"] = "mohacar",
["model"] = "mohacar",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mohacar"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["vxrmoha2"] = {
["name"] = "VXR Moha - nfs",
["brand"] = "vxrmoha2",
["model"] = "vxrmoha2",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("vxrmoha2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["mbgle"] = {
["name"] = "Odie Alkhwaildi - nfs",
["brand"] = "mbgle",
["model"] = "mbgle",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mbgle"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["mohal7b"] = {
["name"] = "LbwhAl7bayb - nfs",
["brand"] = "mohal7b",
["model"] = "mohal7b",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("mohal7b"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["g63201"] = {
["name"] = "Escobar - nfs",
["brand"] = "g63201",
["model"] = "g63201",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("g63201"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["2021m5"] = {
["name"] = "Escobar 2 - nfs",
["brand"] = "2021m5",
["model"] = "2021m5",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("2021m5"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["c63w205"] = {
["name"] = "Escobar 3 - nfs",
["brand"] = "c63w205",
["model"] = "c63w205",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("c63w205"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["e63b"] = {
["name"] = "ALWERSHA - nfs",
["brand"] = "e63b",
["model"] = "e63b",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("e63b"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rs7"] = {
["name"] = "ALWERSHA Audi - nfs",
["brand"] = "rs7",
["model"] = "rs7",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rs7"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["bmwm4"] = {
["name"] = "MHLHEL - nfs",
["brand"] = "bmwm4",
["model"] = "bmwm4",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("bmwm4"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["avj"] = {
["name"] = "avj",
["brand"] = "avj",
["model"] = "avj",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("avj"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["911r"] = {
["name"] = "911",
["brand"] = "Porsche",
["model"] = "911r",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("911r"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 30,
["shop"] = "custom",
},
["db11"] = {
["name"] = "DB11",
["brand"] = "Aston Martin",
["model"] = "db11",
["price"] = 310000,
["category"] = "coupes",
["hash"] = GetHashKey("db11"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "custom",
},
["tempesta2"] = {
["name"] = "Pegassi Tempesta",
["brand"] = "Pegassi",
["model"] = "tempesta2",
["price"] = 320000,
["category"] = "coupes",
["hash"] = GetHashKey("tempesta2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 20,
["shop"] = "custom",
},
["f82"] = {
["name"] = "M4 F82 GTS",
["brand"] = "BMW",
["model"] = "f82",
["price"] = 250000,
["category"] = "coupes",
["hash"] = GetHashKey("f82"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 50,
["shop"] = "custom",
},
["16challenger"] = {
["name"] = "Challenger",
["brand"] = "Dodge",
["model"] = "16challenger",
["price"] = 195000,
["category"] = "coupes",
["hash"] = GetHashKey("16challenger"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "custom",
},
["schwarzer2"] = {
["name"] = "Schwarzer Wide Body",
["brand"] = "Schwarzer",
["model"] = "schwarzer2",
["price"] = 270000,
["category"] = "coupes",
["hash"] = GetHashKey("schwarzer2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rijschooldimi"] = {
["name"] = "Q5 DimiDriving",
["brand"] = "Qbus",
["model"] = "rijschooldimi",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschooldimi"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rijschooljaapballer"] = {
["name"] = "Q5 Jaap Baller",
["brand"] = "Qbus",
["model"] = "rijschooljaapballer",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschooljaapballer"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rijschoolsacrebleu"] = {
["name"] = "Q5 Sacre Bleu",
["brand"] = "Qbus",
["model"] = "rijschoolsacrebleu",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschoolsacrebleu"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["rijschoolyeahletsco"] = {
["name"] = "Q5 Yeah Let's Co",
["brand"] = "Qbus",
["model"] = "rijschoolyeahletsco",
["price"] = 1,
["category"] = "coupes",
["hash"] = GetHashKey("rijschoolyeahletsco"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
["bmci"] = {
["name"] = "M5",
["brand"] = "BMW",
["model"] = "bmci",
["price"] = 280000,
["category"] = "coupes",
["hash"] = GetHashKey("bmci"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "custom",
},
["yFiat595ssB"] = {
["name"] = "yFiat595ssB",
["brand"] = "Sidney Mobile",
["model"] = "yFiat595ssB",
["price"] = 0,
["category"] = "coupes",
["hash"] = GetHashKey("yFiat595ssB"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "custom",
},
--------------------------------------------
["revolter"] = {
["name"] = "Revolter",
["brand"] = "Ubermacht",
["model"] = "revolter",
["price"] = 195000,
["category"] = "sports",
["hash"] = "-410205223",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e8/Revolter-GTAO-
front.png/revision/latest?cb=20171218203456",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["blade"] = {
["name"] = "Blade",
["brand"] = "Vapid",
["model"] = "blade",
["price"] = 19000,
["category"] = "muscle",
["hash"] = "-1205801634",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f3/Blade-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["buccaneer"] = {
["name"] = "Buccaneer",
["brand"] = "Albany",
["model"] = "buccaneer",
["price"] = 19500,
["category"] = "muscle",
["hash"] = "-682211828",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9f/Buccaneer-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["buccaneer2"] = {
["name"] = "Buccaneer Rider",
["brand"] = "Albany",
["model"] = "buccaneer2",
["price"] = 22500,
["category"] = "muscle",
["hash"] = "-1013450936",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a2/BuccaneerAlmash-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["chino"] = {
["name"] = "Chino",
["brand"] = "Vapid",
["model"] = "chino",
["price"] = 20000,
["category"] = "muscle",
["hash"] = "349605904",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/17/Chino-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["chino2"] = {
["name"] = "Chino Luxe",
["brand"] = "Vapid",
["model"] = "chino2",
["price"] = 35000,
["category"] = "muscle",
["hash"] = "-1361687965",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3f/ChinoAlmash-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["coquette3"] = {
["name"] = "Coquette BlackFin",
["brand"] = "Invetero",
["model"] = "coquette3",
["price"] = 45000,
["category"] = "muscle",
["hash"] = "784565758",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/df/CoquetteBlackFin-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dominator"] = {
["name"] = "Dominator",
["brand"] = "Vapid",
["model"] = "dominator",
["price"] = 53000,
["category"] = "muscle",
["hash"] = "80636076",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/78/Dominator-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dukes"] = {
["name"] = "Dukes",
["brand"] = "Imponte",
["model"] = "dukes",
["price"] = 15000,
["category"] = "muscle",
["hash"] = "723973206",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/53/Dukes-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["gauntlet"] = {
["name"] = "Gauntlet",
["brand"] = "Bravado",
["model"] = "gauntlet",
["price"] = 39500,
["category"] = "muscle",
["hash"] = "-1800170043",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/dd/Gauntlet-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["hotknife"] = {
["name"] = "Hotknife",
["brand"] = "Vapid",
["model"] = "hotknife",
["price"] = 95000,
["category"] = "muscle",
["hash"] = "37348240",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/Hotknife-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["faction"] = {
["name"] = "Faction",
["brand"] = "Willard",
["model"] = "faction",
["price"] = 20000,
["category"] = "muscle",
["hash"] = "-2119578145",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/Faction-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["faction2"] = {
["name"] = "Faction Rider",
["brand"] = "Willard",
["model"] = "faction2",
["price"] = 22500,
["category"] = "muscle",
["hash"] = "-1790546981",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f0/FactionAlmash-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["nightshade"] = {
["name"] = "Nightshade",
["brand"] = "Imponte",
["model"] = "nightshade",
["price"] = 84000,
["category"] = "muscle",
["hash"] = "-1943285540",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3e/Nightshade-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["phoenix"] = {
["name"] = "Phoenix",
["brand"] = "Imponte",
["model"] = "phoenix",
["price"] = 25000,
["category"] = "muscle",
["hash"] = "-2095439403",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/af/Phoenix-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["picador"] = {
["name"] = "Picador",
["brand"] = "Cheval",
["model"] = "picador",
["price"] = 18000,
["category"] = "muscle",
["hash"] = "1507916787",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5a/Picador-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sabregt"] = {
["name"] = "Sabre Turbo",
["brand"] = "Declasse",
["model"] = "sabregt",
["price"] = 25000,
["category"] = "muscle",
["hash"] = "-1685021548",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e6/SabreTurbo-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sabregt2"] = {
["name"] = "Sabre GT",
["brand"] = "Declasse",
["model"] = "sabregt2",
["price"] = 29500,
["category"] = "muscle",
["hash"] = "223258115",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/18/SabreTurboAlmash-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["slamvan3"] = {
["name"] = "Slam Van",
["brand"] = "Vapid",
["model"] = "slamvan3",
["price"] = 35000,
["category"] = "muscle",
["hash"] = "1119641113",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/96/SlamvanAlmash-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["tampa"] = {
["name"] = "Tampa",
["brand"] = "Declasse",
["model"] = "tampa",
["price"] = 27500,
["category"] = "muscle",
["hash"] = "972671128",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d8/Tampa-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["tampa2"] = {
["name"] = "Drift Tampa",
["brand"] = "Declasse",
["model"] = "tampa2",
["price"] = 50500,
["category"] = "muscle",
["hash"] = GetHashKey("tampa2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/51/DriftTampa-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["virgo"] = {
["name"] = "Virgo",
["brand"] = "Albany",
["model"] = "virgo",
["price"] = 19700,
["category"] = "muscle",
["hash"] = "-498054846",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/24/Virgo-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["vigero"] = {
["name"] = "Vigero",
["brand"] = "Declasse",
["model"] = "vigero",
["price"] = 16500,
["category"] = "muscle",
["hash"] = "-825837129",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c4/Vigero-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["voodoo"] = {
["name"] = "Voodoo",
["brand"] = "Declasse",
["model"] = "voodoo",
["price"] = 21000,
["category"] = "muscle",
["hash"] = "523724515",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/fc/VoodooAlmash-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["blista"] = {
["name"] = "Blista",
["brand"] = "Dinka",
["model"] = "blista",
["price"] = 8000,
["category"] = "compacts",
["hash"] = "-344943009",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c0/Blista-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["brioso"] = {
["name"] = "Brioso R/A",
["brand"] = "Grotti",
["model"] = "brioso",
["price"] = 14500,
["category"] = "compacts",
["hash"] = "1549126457",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/80/BriosoRA-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["issi2"] = {
["name"] = "Issi",
["brand"] = "Weeny",
["model"] = "issi2",
["price"] = 12000,
["category"] = "compacts",
["hash"] = "-1177863319",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9c/IssiDown-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["panto"] = {
["name"] = "Panto",
["brand"] = "Benefactor",
["model"] = "panto",
["price"] = 8500,
["category"] = "compacts",
["hash"] = "-431692672",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/ad/Panto-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["prairie"] = {
["name"] = "Prairie",
["brand"] = "Bollokan",
["model"] = "prairie",
["price"] = 15000,
["category"] = "compacts",
["hash"] = "-1450650718",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/06/Prairie-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bison"] = {
["name"] = "Bison",
["brand"] = "Bravado",
["model"] = "bison",
["price"] = 34000,
["category"] = "vans",
["hash"] = "-16948145",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/69/Bison-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bobcatxl"] = {
["name"] = "Bobcat XL Open",
["brand"] = "Vapid",
["model"] = "bobcatxl",
["price"] = 23000,
["category"] = "vans",
["hash"] = "1069929536",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/37/BobcatXL-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bobcatxl2"] = {
["name"] = "Bobcat XL Closed",
["brand"] = "Vapid",
["model"] = "bobcatxl2",
["price"] = 23000,
["category"] = "vans",
["hash"] = "1712326151",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/37/BobcatXL-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["burrito3"] = {
["name"] = "Burrito",
["brand"] = "Declasse",
["model"] = "burrito3",
["price"] = 38500,
["category"] = "vans",
["hash"] = "-1743316013",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/80/Burrito3-GTAV-front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["gburrito2"] = {
["name"] = "Burrito Almash",
["brand"] = "Declasse",
["model"] = "gburrito2",
["price"] = 65000,
["category"] = "vans",
["hash"] = "296357396",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4f/GangBurrito2-GTAO-
front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["moonbeam"] = {
["name"] = "Moonbeam",
["brand"] = "Declasse",
["model"] = "moonbeam",
["price"] = 29500,
["category"] = "vans",
["hash"] = "525509695",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b3/Moonbeam-GTAO-front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rumpo"] = {
["name"] = "Rumpo",
["brand"] = "Bravado",
["model"] = "rumpo",
["price"] = 30000,
["category"] = "vans",
["hash"] = "1162065741",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d3/Rumpo-GTAV-front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["asea"] = {
["name"] = "Asea",
["brand"] = "Declasse",
["model"] = "asea",
["price"] = 13000,
["category"] = "sedans",
["hash"] = "-1809822327",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/58/Asea-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["cognoscenti"] = {
["name"] = "Cognoscenti",
["brand"] = "Enus",
["model"] = "cognoscenti",
["price"] = 40000,
["category"] = "sedans",
["hash"] = "-2030171296",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/ff/Cognoscenti-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["emperor"] = {
["name"] = "Emperor",
["brand"] = "Albany",
["model"] = "emperor",
["price"] = 14500,
["category"] = "sedans",
["hash"] = "-685276541",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4c/Emperor-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["fugitive"] = {
["name"] = "Fugitive",
["brand"] = "Cheval",
["model"] = "fugitive",
["price"] = 22500,
["category"] = "sedans",
["hash"] = "1909141499",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5c/Fugitive-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["glendale"] = {
["name"] = "Glendale",
["brand"] = "Benefactor",
["model"] = "glendale",
["price"] = 11500,
["category"] = "sedans",
["hash"] = "75131841",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Glendale-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["intruder"] = {
["name"] = "Intruder",
["brand"] = "Karin",
["model"] = "intruder",
["price"] = 15000,
["category"] = "sedans",
["hash"] = "886934177",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7c/Intruder-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["premier"] = {
["name"] = "Premier",
["brand"] = "Declasse",
["model"] = "premier",
["price"] = 16500,
["category"] = "sedans",
["hash"] = "-1883869285",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/ca/Premier-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["primo2"] = {
["name"] = "Primo Custom",
["brand"] = "Albany",
["model"] = "primo2",
["price"] = 14500,
["category"] = "sedans",
["hash"] = "-2040426790",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/ca/PrimoCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["regina"] = {
["name"] = "Regina",
["brand"] = "Dundreary",
["model"] = "regina",
["price"] = 10000,
["category"] = "sedans",
["hash"] = "-14495224",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/71/Regina-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["schafter2"] = {
["name"] = "Schafter",
["brand"] = "Benefactor",
["model"] = "schafter2",
["price"] = 32000,
["category"] = "sedans",
["hash"] = "-1255452397",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/57/Schafter-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["superd"] = {
["name"] = "Super Diamond",
["brand"] = "Enus",
["model"] = "superd",
["price"] = 108000,
["category"] = "sedans",
["hash"] = "1123216662",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d8/SuperDiamond-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["tailgater"] = {
["name"] = "Tailgater",
["brand"] = "Obey",
["model"] = "tailgater",
["price"] = 45000,
["category"] = "sedans",
["hash"] = "-1008861746",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e1/Tailgater-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["washington"] = {
["name"] = "Washington",
["brand"] = "Albany",
["model"] = "washington",
["price"] = 19000,
["category"] = "sedans",
["hash"] = "1777363799",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/12/Washington-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["baller2"] = {
["name"] = "Baller",
["brand"] = "Gallivanter",
["model"] = "baller2",
["price"] = 79000,
["category"] = "suvs",
["hash"] = "142944341",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/ef/Baller2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["baller3"] = {
["name"] = "Baller LE",
["brand"] = "Gallivanter",
["model"] = "baller3",
["price"] = 90000,
["category"] = "suvs",
["hash"] = "1878062887",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/71/BallerLE-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["cavalcade2"] = {
["name"] = "Cavalcade",
["brand"] = "Albany",
["model"] = "cavalcade2",
["price"] = 45000,
["category"] = "suvs",
["hash"] = "-789894171",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/08/Cavalcade2-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dubsta2"] = {
["name"] = "Dubsta Luxuary",
["brand"] = "Benefactor",
["model"] = "dubsta2",
["price"] = 165000,
["category"] = "suvs",
["hash"] = "-394074634",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/fa/Dubsta2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["fq2"] = {
["name"] = "FQ2",
["brand"] = "Fathom",
["model"] = "fq2",
["price"] = 38000,
["category"] = "suvs",
["hash"] = "-1137532101",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6e/FQ2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["granger"] = {
["name"] = "Granger",
["brand"] = "Declasse",
["model"] = "granger",
["price"] = 43500,
["category"] = "suvs",
["hash"] = "-1775728740",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/de/Granger-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["gresley"] = {
["name"] = "Gresley",
["brand"] = "Bravado",
["model"] = "gresley",
["price"] = 47000,
["category"] = "suvs",
["hash"] = "-1543762099",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/ff/Gresley-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["huntley"] = {
["name"] = "Huntley S",
["brand"] = "Enus",
["model"] = "huntley",
["price"] = 85000,
["category"] = "suvs",
["hash"] = "486987393",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2f/HuntleyS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["patriot"] = {
["name"] = "Patriot",
["brand"] = "Mammoth",
["model"] = "patriot",
["price"] = 32000,
["category"] = "suvs",
["hash"] = "-808457413",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/90/Patriot-GTAV-front.PNG"
},
["radi"] = {
["name"] = "Radius",
["brand"] = "Vapid",
["model"] = "radi",
["price"] = 24000,
["category"] = "suvs",
["hash"] = "-1651067813",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b6/Radius-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rocoto"] = {
["name"] = "Rocoto",
["brand"] = "Obey",
["model"] = "rocoto",
["price"] = 48500,
["category"] = "suvs",
["hash"] = "2136773105",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/28/Rocoto-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["seminole"] = {
["name"] = "Seminole",
["brand"] = "Canis",
["model"] = "seminole",
["price"] = 29500,
["category"] = "suvs",
["hash"] = "1221512915",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a0/Seminole-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["xls"] = {
["name"] = "XLS",
["brand"] = "Benefactor",
["model"] = "xls",
["price"] = 75000,
["category"] = "suvs",
["hash"] = "1203490606",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8c/XLS-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["btype"] = {
["name"] = "Roosevelt",
["brand"] = "Albany",
["model"] = "btype",
["price"] = 325000,
["category"] = "sportsclassics",
["hash"] = "117401876",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b4/Roosevelt-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["btype3"] = {
["name"] = "Roosevelt Valor",
["brand"] = "Albany",
["model"] = "btype3",
["price"] = 375000,
["category"] = "sportsclassics",
["hash"] = "-602287871",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2a/RooseveltValor-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["btype2"] = {
["name"] = "Franken Stange",
["brand"] = "Albany",
["model"] = "btype2",
["price"] = 350000,
["category"] = "sportsclassics",
["hash"] = "-831834716",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/63/FränkenStange-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["casco"] = {
["name"] = "Casco",
["brand"] = "Lampadati",
["model"] = "casco",
["price"] = 102000,
["category"] = "sportsclassics",
["hash"] = "941800958",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/86/Casco-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["coquette2"] = {
["name"] = "Coquette Classic",
["brand"] = "Invetero",
["model"] = "coquette2",
["price"] = 125000,
["category"] = "sportsclassics",
["hash"] = "1011753235",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0b/CoquetteClassic-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["monroe"] = {
["name"] = "Monroe",
["brand"] = "Pegassi",
["model"] = "monroe",
["price"] = 98500,
["category"] = "sportsclassics",
["hash"] = "-433375717",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/44/Monroe-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["pigalle"] = {
["name"] = "Pigalle",
["brand"] = "Lampadati",
["model"] = "pigalle",
["price"] = 135000,
["category"] = "sportsclassics",
["hash"] = "1078682497",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d4/Pigalle-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["stingergt"] = {
["name"] = "Stinger GT",
["brand"] = "Grotti",
["model"] = "stingergt",
["price"] = 184000,
["category"] = "sportsclassics",
["hash"] = "-2098947590",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c5/StingerGT-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["feltzer3"] = {
["name"] = "Stirling GT",
["brand"] = "Benefactor",
["model"] = "feltzer3",
["price"] = 195000,
["category"] = "sportsclassics",
["hash"] = "-1566741232",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d2/StirlingGT-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["ztype"] = {
["name"] = "Z-Type",
["brand"] = "Truffade",
["model"] = "ztype",
["price"] = 2500000,
["category"] = "sportsclassics",
["hash"] = "758895617",
["image"] = "https://vignette.wikia.nocookie.net/gtawiki/images/9/9d/Z-
Type-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["cogcabrio"] = {
["name"] = "Cognoscenti Cabrio",
["brand"] = "Enus",
["model"] = "cogcabrio",
["price"] = 45500,
["category"] = "coupes",
["hash"] = "330661258",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/28/CognoscentiCabrioUp-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["exemplar"] = {
["name"] = "Exemplar",
["brand"] = "Dewbauchee",
["model"] = "exemplar",
["price"] = 65000,
["category"] = "coupes",
["hash"] = "-5153954",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/de/Exemplar-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["f620"] = {
["name"] = "F620",
["brand"] = "Ocelot",
["model"] = "f620",
["price"] = 37500,
["category"] = "coupes",
["hash"] = "-591610296",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f8/F620-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["felon"] = {
["name"] = "Felon",
["brand"] = "Lampadati",
["model"] = "felon",
["price"] = 31000,
["category"] = "coupes",
["hash"] = "-391594584",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/de/Felon-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["felon2"] = {
["name"] = "Felon GT",
["brand"] = "Lampadati",
["model"] = "felon2",
["price"] = 37000,
["category"] = "coupes",
["hash"] = "-89291282",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0f/FelonGTDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["jackal"] = {
["name"] = "Jackal",
["brand"] = "Ocelot",
["model"] = "jackal",
["price"] = 29000,
["category"] = "coupes",
["hash"] = "-624529134",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/48/Jackal-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["oracle2"] = {
["name"] = "Oracle XS",
["brand"] = "Übermacht",
["model"] = "oracle2",
["price"] = 28000,
["category"] = "coupes",
["hash"] = "-511601230",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/22/OracleXS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sentinel"] = {
["name"] = "Sentinel",
["brand"] = "Übermacht",
["model"] = "sentinel",
["price"] = 30000,
["category"] = "coupes",
["hash"] = "1349725314",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/75/SentinelUp-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sentinel2"] = {
["name"] = "Sentinel XS",
["brand"] = " Übermacht",
["model"] = "sentinel2",
["price"] = 36500,
["category"] = "coupes",
["hash"] = "873639469",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d0/SentinelXS-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["windsor"] = {
["name"] = "Windsor",
["brand"] = "Enus",
["model"] = "windsor",
["price"] = 325000,
["category"] = "coupes",
["hash"] = "1581459400",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/26/Windsor-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["windsor2"] = {
["name"] = "Windsor Drop",
["brand"] = "Enus",
["model"] = "windsor2",
["price"] = 355000,
["category"] = "coupes",
["hash"] = "-1930048799",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/31/WindsorDropUp-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["zion"] = {
["name"] = "Zion",
["brand"] = "Übermacht",
["model"] = "zion",
["price"] = 25500,
["category"] = "coupes",
["hash"] = "-1122289213",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/cc/Zion-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["zion2"] = {
["name"] = "Zion Cabrio",
["brand"] = "Übermacht",
["model"] = "zion2",
["price"] = 27000,
["category"] = "coupes",
["hash"] = "-1193103848",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/cb/ZionCabrioDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["futo"] = {
["name"] = "Futo",
["brand"] = "Karin",
["model"] = "futo",
["price"] = 20000,
["category"] = "coupes",
["hash"] = "2016857647",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/67/Futo-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["ninef"] = {
["name"] = "9F",
["brand"] = "Obey",
["model"] = "ninef",
["price"] = 135000,
["category"] = "sports",
["hash"] = "1032823388",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2d/9F-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["ninef2"] = {
["name"] = "9F Cabrio",
["brand"] = "Obey",
["model"] = "ninef2",
["price"] = 142000,
["category"] = "sports",
["hash"] = "-1461482751",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a1/9FCabrio-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["alpha"] = {
["name"] = "Alpha",
["brand"] = "Albany",
["model"] = "alpha",
["price"] = 38000,
["category"] = "sports",
["hash"] = "767087018",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/94/Alpha-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["banshee"] = {
["name"] = "Banshee",
["brand"] = "Bravado",
["model"] = "banshee",
["price"] = 98000,
["category"] = "sports",
["hash"] = "-1041692462",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/82/Banshee-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bestiagts"] = {
["name"] = "Bestia GTS",
["brand"] = "Grotti",
["model"] = "bestiagts",
["price"] = 197000,
["category"] = "sports",
["hash"] = "1274868363",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a5/BestiaGTS-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["buffalo"] = {
["name"] = "Buffalo",
["brand"] = "Bravado",
["model"] = "buffalo",
["price"] = 32000,
["category"] = "sports",
["hash"] = "-304802106",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7d/Buffalo-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["buffalo2"] = {
["name"] = "Buffalo S",
["brand"] = "Bravado",
["model"] = "buffalo2",
["price"] = 39500,
["category"] = "sports",
["hash"] = "736902334",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e1/BuffaloS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["carbonizzare"] = {
["name"] = "Carbonizzare",
["brand"] = "Grotti",
["model"] = "carbonizzare",
["price"] = 219000,
["category"] = "sports",
["hash"] = "2072687711",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7b/CarbonizzareDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["comet2"] = {
["name"] = "Comet",
["brand"] = "Pfister",
["model"] = "comet2",
["price"] = 142000,
["category"] = "sports",
["hash"] = "-1045541610",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d2/Comet-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["coquette"] = {
["name"] = "Coquette",
["brand"] = "Invetero",
["model"] = "coquette",
["price"] = 97000,
["category"] = "sports",
["hash"] = "108773431",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/08/Coquette-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["elegy2"] = {
["name"] = "Elegy RH8",
["brand"] = "Annis",
["model"] = "elegy2",
["price"] = 68500,
["category"] = "sports",
["hash"] = "-566387422",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4f/ElegyRH8-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["feltzer2"] = {
["name"] = "Feltzer",
["brand"] = "Benefactor",
["model"] = "feltzer2",
["price"] = 83500,
["category"] = "sports",
["hash"] = "-1995326987",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8f/Feltzer-GTAVPC-Front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["furoregt"] = {
["name"] = "Furore GT",
["brand"] = "Lampadati",
["model"] = "furoregt",
["price"] = 115000,
["category"] = "sports",
["hash"] = "-1089039904",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/56/FuroreGT-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["fusilade"] = {
["name"] = "Fusilade",
["brand"] = "Schyster",
["model"] = "fusilade",
["price"] = 50000,
["category"] = "sports",
["hash"] = "499169875",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a0/Fusilade-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["jester"] = {
["name"] = "Jester",
["brand"] = "Dinka",
["model"] = "jester",
["price"] = 265000,
["category"] = "sports",
["hash"] = "-1297672541",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/af/Jester-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["khamelion"] = {
["name"] = "Khamelion",
["brand"] = "Hijak",
["model"] = "khamelion",
["price"] = 102000,
["category"] = "sports",
["hash"] = "544021352",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1f/Khamelion-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["kuruma"] = {
["name"] = "Kuruma",
["brand"] = "Karin",
["model"] = "kuruma",
["price"] = 59500,
["category"] = "sports",
["hash"] = "-1372848492",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/53/Kuruma-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["lynx"] = {
["name"] = "Lynx",
["brand"] = "Ocelot",
["model"] = "lynx",
["price"] = 68500,
["category"] = "sports",
["hash"] = "482197771",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a7/Lynx-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["mamba"] = {
["name"] = "Mamba",
["brand"] = "Declasse",
["model"] = "mamba",
["price"] = 86000,
["category"] = "sportsclassics",
["hash"] = "-1660945322",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d4/Mamba-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["massacro"] = {
["name"] = "Massacro",
["brand"] = "Dewbauchee",
["model"] = "massacro",
["price"] = 165000,
["category"] = "sports",
["hash"] = "-142942670",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/12/Massacro-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rapidgt"] = {
["name"] = "Rapid GT",
["brand"] = "Dewbauchee",
["model"] = "rapidgt",
["price"] = 60000,
["category"] = "sports",
["hash"] = "-1934452204",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/42/RapidGT-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rapidgt2"] = {
["name"] = "Rapid GT Convertible",
["brand"] = "Dewbauchee",
["model"] = "rapidgt2",
["price"] = 65000,
["category"] = "sports",
["hash"] = "1737773231",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f8/RapidGT2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["schafter3"] = {
["name"] = "Schafter V12",
["brand"] = "Benefactor",
["model"] = "schafter3",
["price"] = 69000,
["category"] = "sports",
["hash"] = "-1485523546",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a6/SchafterV12-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["seven70"] = {
["name"] = "Seven-70",
["brand"] = "Dewbauchee",
["model"] = "seven70",
["price"] = 85000,
["category"] = "sports",
["hash"] = "-1757836725",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/21/Seven70-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sultan"] = {
["name"] = "Sultan",
["brand"] = "Karin",
["model"] = "sultan",
["price"] = 56500,
["category"] = "sports",
["hash"] = "970598228",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/bb/Sultan-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["surano"] = {
["name"] = "Surano",
["brand"] = " Benefactor",
["model"] = "surano",
["price"] = 89000,
["category"] = "sports",
["hash"] = "384071873",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/fd/SuranoDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["verlierer2"] = {
["name"] = "Verlierer",
["brand"] = "Bravado",
["model"] = "verlierer2",
["price"] = 90500,
["category"] = "sports",
["hash"] = "1102544804",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8c/Verlierer-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["adder"] = {
["name"] = "Adder",
["brand"] = "Truffade",
["model"] = "adder",
["price"] = 1000000,
["category"] = "super",
["hash"] = "-1216765807",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9e/Adder-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["banshee2"] = {
["name"] = "Banshee 900R",
["brand"] = "Bravado",
["model"] = "banshee2",
["price"] = 178000,
["category"] = "super",
["hash"] = "633712403",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e2/Banshee900RTopless-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bullet"] = {
["name"] = "Bullet",
["brand"] = "Vapid",
["model"] = "bullet",
["price"] = 190000,
["category"] = "super",
["hash"] = "-1696146015",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3d/Bullet-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["cheetah"] = {
["name"] = "Cheetah",
["brand"] = "Grotti",
["model"] = "cheetah",
["price"] = 395000,
["category"] = "super",
["hash"] = "-1311154784",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1e/Cheetah-GTAV-Front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["entityxf"] = {
["name"] = "Entity XF",
["brand"] = "Överflöd",
["model"] = "entityxf",
["price"] = 825000,
["category"] = "super",
["hash"] = "-1291952903",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/95/EntityXF-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["fmj"] = {
["name"] = "FMJ",
["brand"] = "Vapid",
["model"] = "fmj",
["price"] = 335000,
["category"] = "super",
["hash"] = "1426219628",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8c/FMJ-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["infernus"] = {
["name"] = "Infernus",
["brand"] = "Pegassi",
["model"] = "infernus",
["price"] = 285000,
["category"] = "super",
["hash"] = "418536135",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0e/Infernus-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["pfister811"] = {
["name"] = "811",
["brand"] = "Pfister",
["model"] = "pfister811",
["price"] = 583000,
["category"] = "super",
["hash"] = "-1829802492",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c7/811A-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["reaper"] = {
["name"] = "Reaper",
["brand"] = "Pegassi",
["model"] = "reaper",
["price"] = 365000,
["category"] = "super",
["hash"] = "234062309",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5f/Reaper-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["t20"] = {
["name"] = "T20",
["brand"] = "Progen",
["model"] = "t20",
["price"] = 1680000,
["category"] = "super",
["hash"] = "1663218586",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/20/T20-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["turismor"] = {
["name"] = "Turismo R",
["brand"] = "Grotti",
["model"] = "turismor",
["price"] = 750000,
["category"] = "super",
["hash"] = "408192225",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/61/TurismoR-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["vacca"] = {
["name"] = "Vacca",
["brand"] = "Pegassi",
["model"] = "vacca",
["price"] = 255000,
["category"] = "super",
["hash"] = "338562499",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b4/Vacca-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["voltic"] = {
["name"] = "Voltic",
["brand"] = "Coil",
["model"] = "voltic",
["price"] = 120000,
["category"] = "super",
["hash"] = "-1622444098",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/87/Voltic-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["prototipo"] = {
["name"] = "X80 Proto",
["brand"] = "Grotti",
["model"] = "prototipo",
["price"] = 1430000,
["category"] = "super",
["hash"] = "2123327359",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b3/X80Proto-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["zentorno"] = {
["name"] = "Zentorno",
["brand"] = "Pegassi",
["model"] = "zentorno",
["price"] = 1250000,
["category"] = "super",
["hash"] = "-1403128555",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/60/Zentorno-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sultanrs"] = {
["name"] = "Sultan RS",
["brand"] = "Karin",
["model"] = "sultanrs",
["price"] = 76500,
["category"] = "sports",
["hash"] = "-295689028",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c1/SultanRS-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["avarus"] = {
["name"] = "Avarus",
["brand"] = "LCC",
["model"] = "avarus",
["price"] = 6500,
["category"] = "motorcycles",
["hash"] = "-2115793025",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1a/Avarus-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bagger"] = {
["name"] = "Bagger",
["brand"] = "WMC",
["model"] = "bagger",
["price"] = 7000,
["category"] = "motorcycles",
["hash"] = "-2140431165",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/10/Bagger-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sovereign"] = {
["name"] = "Sovereign",
["brand"] = "WMC",
["model"] = "sovereign",
["price"] = 27000,
["category"] = "motorcycles",
["hash"] = "743478836",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/98/Sovereign-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bati"] = {
["name"] = "Bati 801",
["brand"] = "Pegassi",
["model"] = "bati",
["price"] = 17500,
["category"] = "motorcycles",
["hash"] = "-114291515",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/65/Bati801-GTAV-
FrontQuarter.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["carbonrs"] = {
["name"] = "Carbon RS",
["brand"] = "Nagasaki",
["model"] = "carbonrs",
["price"] = 14500,
["category"] = "motorcycles",
["hash"] = "11251904",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2d/CarbonRS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["chimera"] = {
["name"] = "Chimera",
["brand"] = "Nagasaki",
["model"] = "chimera",
["price"] = 15000,
["category"] = "motorcycles",
["hash"] = "6774487",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8a/Chimera-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["daemon"] = {
["name"] = "Daemon",
["brand"] = "WMC",
["model"] = "daemon",
["price"] = 12500,
["category"] = "motorcycles",
["hash"] = "2006142190",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6b/Daemon2-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["defiler"] = {
["name"] = "Defiler",
["brand"] = "Shitzu",
["model"] = "defiler",
["price"] = 13500,
["category"] = "motorcycles",
["hash"] = "822018448",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f5/Defiler-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["esskey"] = {
["name"] = "Esskey",
["brand"] = "Pegassi",
["model"] = "esskey",
["price"] = 6000,
["category"] = "motorcycles",
["hash"] = "2035069708",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4e/Esskey-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["faggio"] = {
["name"] = "Faggio Sport",
["brand"] = "Pegassi",
["model"] = "faggio",
["price"] = 750,
["category"] = "motorcycles",
["hash"] = "55628203",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/50/FaggioSport-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["hakuchou"] = {
["name"] = "Hakuchou",
["brand"] = "Shitzu",
["model"] = "hakuchou",
["price"] = 16000,
["category"] = "motorcycles",
["hash"] = "1265391242",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/ab/Hakuchou-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["hexer"] = {
["name"] = "Hexer",
["brand"] = "LCC",
["model"] = "hexer",
["price"] = 7500,
["category"] = "motorcycles",
["hash"] = "301427732",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/64/Hexer-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["nemesis"] = {
["name"] = "Nemesis",
["brand"] = "Principe",
["model"] = "nemesis",
["price"] = 12000,
["category"] = "motorcycles",
["hash"] = "-634879114",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4b/Nemesis-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["nightblade"] = {
["name"] = "Nightblade",
["brand"] = "WMC",
["model"] = "nightblade",
["price"] = 14500,
["category"] = "motorcycles",
["hash"] = "-1606187161",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6b/Nightblade-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["pcj"] = {
["name"] = "PCJ-600",
["brand"] = "Shitzu",
["model"] = "pcj",
["price"] = 13500,
["category"] = "motorcycles",
["hash"] = "-909201658",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/74/PCJ600-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["ruffian"] = {
["name"] = "Ruffian",
["brand"] = "Pegassi",
["model"] = "ruffian",
["price"] = 14000,
["category"] = "motorcycles",
["hash"] = "-893578776",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/70/Ruffian-GTAV-front-
variant2.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["thrust"] = {
["name"] = "Thrust",
["brand"] = "Dinka",
["model"] = "thrust",
["price"] = 16000,
["category"] = "motorcycles",
["hash"] = "1836027715",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4e/Thrust-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["visione"] = {
["name"] = "Visione",
["brand"] = "Grotti",
["model"] = "visione",
["price"] = 1750000,
["category"] = "sports",
["hash"] = "-998177792",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/57/Visione-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["gt500"] = {
["name"] = "GT500",
["brand"] = "Grotti",
["model"] = "gt500",
["price"] = 255000,
["category"] = "sportsclassics",
["hash"] = "-2079788230",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/25/GT500-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["cyclone"] = {
["name"] = "Cyclone",
["brand"] = "Coil",
["model"] = "cyclone",
["price"] = 1200000,
["category"] = "super",
["hash"] = "1392481335",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/Cyclone-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["comet5"] = {
["name"] = "Comet SR",
["brand"] = "Pfister",
["model"] = "comet5",
["price"] = 252000,
["category"] = "sports",
["hash"] = "661493923",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0f/CometSR-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rapidgt3"] = {
["name"] = "Rapid GT",
["brand"] = "Dewbauchee",
["model"] = "rapidgt3",
["price"] = 445000,
["category"] = "sportsclassics",
["hash"] = "2049897956",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/13/RapidGTClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["streiter"] = {
["name"] = "Streiter",
["brand"] = "Benefactor",
["model"] = "streiter",
["price"] = 98000,
["category"] = "sports",
["hash"] = "1741861769",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/38/Streiter-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["pariah"] = {
["name"] = "Pariah",
["brand"] = "Ocelot",
["model"] = "pariah",
["price"] = 395000,
["category"] = "sports",
["hash"] = "867799010",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/ff/Pariah-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["raiden"] = {
["name"] = "Raiden",
["brand"] = "Coil",
["model"] = "raiden",
["price"] = 150000,
["category"] = "sports",
["hash"] = "-1529242755",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Raiden-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["hustler"] = {
["name"] = "Hustler",
["brand"] = "Vapid",
["model"] = "hustler",
["price"] = 75500,
["category"] = "muscle",
["hash"] = "600450546",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f1/Hustler-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["yosemite"] = {
["name"] = "Yosemite",
["brand"] = "Declasse",
["model"] = "yosemite",
["price"] = 19500,
["category"] = "muscle",
["hash"] = "1871995513",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/09/Yosemite-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sc1"] = {
["name"] = "SC1",
["brand"] = "Übermacht",
["model"] = "sc1",
["price"] = 750000,
["category"] = "super",
["hash"] = "1352136073",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3a/SC1-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["z190"] = {
["name"] = "190Z",
["brand"] = "Karin",
["model"] = "z190",
["price"] = 330000,
["category"] = "sportsclassics",
["hash"] = "838982985",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/be/190z-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["neon"] = {
["name"] = "Neon",
["brand"] = "Pfister",
["model"] = "neon",
["price"] = 185000,
["category"] = "sports",
["hash"] = "-1848994066",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c0/Neon-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["autarch"] = {
["name"] = "Autarch",
["brand"] = "Överflöd",
["model"] = "autarch",
["price"] = 1800000,
["category"] = "super",
["hash"] = "-313185164",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6c/Autarch-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["blista2"] = {
["name"] = "Blista Compact",
["brand"] = "Dinka",
["model"] = "blista2",
["price"] = 12500,
["category"] = "compacts",
["hash"] = "1039032026",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/06/BlistaCompact-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["issi3"] = {
["name"] = "Issi Classic",
["brand"] = "Weeny",
["model"] = "issi3",
["price"] = 10000,
["category"] = "compacts",
["hash"] = "931280609",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9f/IssiClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dilettante"] = {
["name"] = "Dilettante",
["brand"] = "Karin",
["model"] = "dilettante",
["price"] = 13000,
["category"] = "compacts",
["hash"] = "-1130810103",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/80/Dilettante-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rhapsody"] = {
["name"] = "Rhapsody",
["brand"] = "Declasse",
["model"] = "rhapsody",
["price"] = 10000,
["category"] = "compacts",
["hash"] = "841808271",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/cc/Rhapsody-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["stalion"] = {
["name"] = "Stallion",
["brand"] = "Declasse",
["model"] = "stalion",
["price"] = 23500,
["category"] = "muscle",
["hash"] = "1923400478",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/00/Stallion-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["infernus2"] = {
["name"] = "Infernus Classic",
["brand"] = "Pegassi",
["model"] = "infernus2",
["price"] = 200000,
["category"] = "sportsclassics",
["hash"] = "-1405937764",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/73/InfernusClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["ruston"] = {
["name"] = "Ruston",
["brand"] = "Hijak",
["model"] = "ruston",
["price"] = 165000,
["category"] = "sports",
["hash"] = "719660200",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2c/Ruston-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["specter"] = {
["name"] = "Specter",
["brand"] = "Dewbauchee",
["model"] = "specter",
["price"] = 155000,
["category"] = "sports",
["hash"] = "1886268224",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7b/Specter-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["cheetah2"] = {
["name"] = "Cheetah Classic",
["brand"] = "Grotti",
["model"] = "cheetah2",
["price"] = 220000,
["category"] = "sports",
["hash"] = "223240013",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/38/CheetahClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["torero"] = {
["name"] = "Torero",
["brand"] = "Pegassi",
["model"] = "torero",
["price"] = 285500,
["category"] = "sportsclassics",
["hash"] = "1504306544",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Torero-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["gp1"] = {
["name"] = "GP1",
["brand"] = "Progen",
["model"] = "gp1",
["price"] = 462000,
["category"] = "super",
["hash"] = "1234311532",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8a/GP1-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["penetrator"] = {
["name"] = "Penetrator",
["brand"] = "Ocelot",
["model"] = "penetrator",
["price"] = 567000,
["category"] = "super",
["hash"] = "-1758137366",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9c/Penetrator-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["tempesta"] = {
["name"] = "Tempesta",
["brand"] = "Pegassi",
["model"] = "tempesta",
["price"] = 400000,
["category"] = "super",
["hash"] = "272929391",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/35/Tempesta-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["vagner"] = {
["name"] = "Vagner",
["brand"] = "Dewbauchee",
["model"] = "vagner",
["price"] = 1460000,
["category"] = "super",
["hash"] = "1939284556",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/14/Vagner-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["italigtb"] = {
["name"] = "Itali GTB",
["brand"] = "Progen",
["model"] = "italigtb",
["price"] = 1200000,
["category"] = "super",
["hash"] = "-482719877",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/44/ItaliGTB-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["xa21"] = {
["name"] = "XA-21",
["brand"] = "Ocelot",
["model"] = "xa21",
["price"] = 2150000,
["category"] = "super",
["hash"] = "917809321",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/69/XA21-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["jester3"] = {
["name"] = "Jester Classic",
["brand"] = "Dinka",
["model"] = "jester3",
["price"] = 70000,
["category"] = "sports",
["hash"] = "-214906006",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1a/JesterClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["elegy"] = {
["name"] = "Elegy Retro Custom",
["brand"] = "Annis",
["model"] = "elegy",
["price"] = 60000,
["category"] = "sports",
["hash"] = "196747873 ",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/68/ElegyRetroCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dominator3"] = {
["name"] = "Dominator GTX",
["brand"] = "Vapid",
["model"] = "dominator3",
["price"] = 87500,
["category"] = "muscle",
["hash"] = "-986944621",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8b/DominatorGTX-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["tezeract"] = {
["name"] = "Tezeract",
["brand"] = "Pegassi",
["model"] = "tezeract",
["price"] = 2350000,
["category"] = "super",
["hash"] = "1031562256",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/ca/Tezeract-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["entity2"] = {
["name"] = "Entity XXR",
["brand"] = "Överflöd",
["model"] = "entity2",
["price"] = 1532000,
["category"] = "super",
["hash"] = "-2120700196",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9a/EntityXXR-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["nero"] = {
["name"] = "Nero",
["brand"] = "Truffade",
["model"] = "nero",
["price"] = 2352000,
["category"] = "super",
["hash"] = "1034187331",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5e/Nero-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["comet3"] = {
["name"] = "Comet Retro Custom",
["brand"] = "Pfister",
["model"] = "comet3",
["price"] = 125000,
["category"] = "sports",
["hash"] = "-2022483795",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a0/CometRetroCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["taipan"] = {
["name"] = "Taipan",
["brand"] = "Cheval",
["model"] = "taipan",
["price"] = 1650000,
["category"] = "super",
["hash"] = "-1134706562",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4c/Taipan-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["tyrant"] = {
["name"] = "Tyrant",
["brand"] = " Överflöd",
["model"] = "tyrant",
["price"] = 2100000,
["category"] = "super",
["hash"] = "-376434238",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f7/Tyrant-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["osiris"] = {
["name"] = "Osiris",
["brand"] = "Pegassi",
["model"] = "osiris",
["price"] = 1400000,
["category"] = "super",
["hash"] = "1987142870",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/53/Osiris-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["flashgt"] = {
["name"] = "Flash GT",
["brand"] = "Vapid",
["model"] = "flashgt",
["price"] = 111000,
["category"] = "sports",
["hash"] = "-1259134696",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3b/FlashGT-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["specter2"] = {
["name"] = "Specter Custom",
["brand"] = "Dewbauchee",
["model"] = "specter2",
["price"] = 178000,
["category"] = "sports",
["hash"] = "1074745671",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/01/SpecterCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["surge"] = {
["name"] = "Surge",
["brand"] = "Cheval",
["model"] = "surge",
["price"] = 28500,
["category"] = "sedans",
["hash"] = "-1894894188",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c2/Surge-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["ellie"] = {
["name"] = "Ellie",
["brand"] = "Vapid",
["model"] = "ellie",
["price"] = 50000,
["category"] = "muscle",
["hash"] = "-1267543371",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6b/Ellie-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bjxl"] = {
["name"] = "BeeJay XL",
["brand"] = "Karin",
["model"] = "bjxl",
["price"] = 47000,
["category"] = "suvs",
["hash"] = "850565707",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/da/BeeJayXL-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["faggio3"] = {
["name"] = "Faggio Mod",
["brand"] = "Pegassi",
["model"] = "faggio3",
["price"] = 900,
["category"] = "motorcycles",
["hash"] = "-1289178744",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sentinelc1"] = {
["name"] = "Sentinel Custom XR",
["brand"] = "Ubermach",
["model"] = "sentinelc1",
["price"] = 250000,
["category"] = "tuner",
["hash"] = GetHashKey("sentinelc1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bifta"] = {
["name"] = 'Bifta',
["brand"] = "Annis",
["price"] = 12000,
["category"] = "offroad",
["model"] = "bifta",
["hash"] = GetHashKey("bifta"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["bfinjection"] = {
["name"] = 'Bf Injection',
["brand"] = "Annis",
["price"] = 16000,
["category"] = "offroad",
["model"] = "bfinjection",
["hash"] = GetHashKey("bfinjection"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["blazer"] = {
["name"] = 'Blazer',
["price"] = 6500,
["category"] = "offroad",
["model"] = "blazer",
["hash"] = GetHashKey("blazer"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["blazer4"] = {
["name"] = 'Blazer Sport',
["brand"] = "Annis",
["price"] = 8500,
["category"] = "offroad",
["model"] = "blazer4",
["hash"] = GetHashKey("blazer4"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["brawler"] = {
["name"] = 'Brawler',
["brand"] = "Annis",
["price"] = 45000,
["category"] = "offroad",
["model"] = "brawler",
["hash"] = GetHashKey("brawler"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dubsta3"] = {
["name"] = 'Bubsta 6x6',
["brand"] = "Annis",
["price"] = 120000,
["category"] = "offroad",
["model"] = "dubsta3",
["hash"] = GetHashKey("dubsta3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["dune"] = {
["name"] = 'Dune Buggy',
["brand"] = "Annis",
["price"] = 8000,
["category"] = "offroad",
["model"] = "dune",
["hash"] = GetHashKey("dune"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["guardian"] = {
["name"] = 'Guardian',
["brand"] = "Annis",
["price"] = 45000,
["category"] = "offroad",
["model"] = "guardian",
["hash"] = GetHashKey("guardian"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["rebel2"] = {
["name"] = 'Rebel',
["brand"] = "Annis",
["price"] = 35000,
["category"] = "offroad",
["model"] = "rebel2",
["hash"] = GetHashKey("rebel2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sandking"] = {
["name"] = 'Sandking',
["brand"] = "Annis",
["price"] = 55000,
["category"] = "offroad",
["model"] = "sandking",
["hash"] = GetHashKey("sandking"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["trophytruck"] = {
["name"] = 'Trophy Truck',
["brand"] = "Annis",
["price"] = 60000,
["category"] = "offroad",
["model"] = "trophytruck",
["hash"] = GetHashKey("trophytruck"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["trophytruck2"] = {
["name"] = 'Trophy Truck Limited',
["price"] = 80000,
["category"] = "offroad",
["model"] = "trophytruck2",
["hash"] = GetHashKey("trophytruck2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["kamacho"] = {
["name"] = 'Kamacho',
["price"] = 200000,
["category"] = "offroad",
["model"] = "kamacho",
["hash"] = GetHashKey("kamacho"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
["sentinel3"] = {
["name"] = "Sentinel Classic",
["brand"] = "Ubermacht",
["model"] = "sentinel3",
["price"] = 40000,
["category"] = "coupes",
["hash"] = GetHashKey("sentinel3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
["oracle"] = {
["name"] = "Oracle",
["brand"] = "Ubermacht",
["model"] = "oracle",
["price"] = 25000,
["category"] = "sedans",
["hash"] = GetHashKey("oracle"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
["ardent"] = {
["name"] = "Ardent",
["brand"] = "Ocelot",
["model"] = "ardent",
["price"] = 100000,
["category"] = "sportsclassics",
["hash"] = GetHashKey("ardent"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 30,
["shop"] = "pdm",
},
["fagaloa"] = {
["name"] = "Fagaloa",
["brand"] = "Vulcar",
["model"] = "fagaloa",
["price"] = 35000,
["category"] = "sportsclassics",
["hash"] = GetHashKey("fagaloa"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 60,
["shop"] = "pdm",
},
["stafford"] = {
["name"] = "Stafford",
["brand"] = "Enus",
["model"] = "stafford",
["price"] = 45000,
["category"] = "sedans",
["hash"] = GetHashKey("stafford"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
["stafford"] = {
["name"] = "Stafford",
["brand"] = "Enus",
["model"] = "stafford",
["price"] = 45000,
["category"] = "sedans",
["hash"] = GetHashKey("stafford"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
["zombieb"] = {
["name"] = "Zombie Chopper",
["brand"] = "Steel Horse",
["model"] = "zombieb",
["price"] = 17000,
["category"] = "motorcycles",
["hash"] = GetHashKey("zombieb"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 20000,
["trunkslots"] = 20,
["shop"] = "pdm",
},
["omnis"] = {
["name"] = "Omnis",
["brand"] = "Wow",
["model"] = "omnis",
["price"] = 120000,
["category"] = "sports",
["hash"] = GetHashKey("omnis"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
}
QBShared.VehicleModels = {
[GetHashKey("yFiat595ssB")] = {
["name"] = "",
["brand"] = "Sidney Mobile",
["model"] = "yFiat595ssB",
["price"] = 0,
["category"] = "coupes",
["hash"] = GetHashKey("yFiat595ssB"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "nfs",
},
[GetHashKey("c7")] = {
["name"] = "Chevrolet",
["brand"] = "Corvette C7 Stingray",
["model"] = "c7",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("c7"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("m3e46")] = {
["name"] = "BMW",
["brand"] = "M3 E46",
["model"] = "m3e46",
["price"] = 160000,
["category"] = "coupes",
["hash"] = GetHashKey("m3e46"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 50,
["shop"] = "custom",
},
[GetHashKey("mgt")] = {
["name"] = "Ford",
["brand"] = "Mustang GT",
["model"] = "mgt",
["price"] = 210000,
["category"] = "coupes",
["hash"] = GetHashKey("mgt"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "custom",
},
[GetHashKey("na1")] = {
["name"] = "Honda",
["brand"] = "NSX",
["model"] = "na1",
["price"] = 175000,
["category"] = "coupes",
["hash"] = GetHashKey("na1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("rmodgt63")] = {
["name"] = "Mercedes-AMG",
["brand"] = "GT63 S Coupe",
["model"] = "rmodgt63",
["price"] = 410000,
["category"] = "coupes",
["hash"] = GetHashKey("rmodgt63"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "custom",
},
[GetHashKey("skyline")] = {
["name"] = "Nissan",
["brand"] = "Skyline R34",
["model"] = "skyline",
["price"] = 230000,
["category"] = "coupes",
["hash"] = GetHashKey("skyline"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 50000,
["trunkslots"] = 50,
["shop"] = "custom",
},
[GetHashKey("tampa3")] = {
["name"] = "G",
["brand"] = "Tampa Drifting",
["model"] = "tampa3",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("tampa3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "nfs",
},
[GetHashKey("yosemite6str")] = {
["name"] = "G",
["brand"] = "Yosemite 6STR",
["model"] = "yosemite6str",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("yosemite6str"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "nfs",
},
[GetHashKey("r35")] = {
["name"] = "GTR R35",
["brand"] = "Nissan",
["model"] = "r35",
["price"] = 340000,
["category"] = "coupes",
["hash"] = GetHashKey("r35"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 60,
["shop"] = "nfs",
},
[GetHashKey("fd")] = {
["name"] = "RX7 Tuning",
["brand"] = "Mazda",
["model"] = "fd",
["price"] = 145000,
["category"] = "coupes",
["hash"] = GetHashKey("fd"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 30000,
["trunkslots"] = 30,
["shop"] = "custom",
},
[GetHashKey("a80")] = {
["name"] = "Supra",
["brand"] = "Toyota",
["model"] = "a80",
["price"] = 160000,
["category"] = "coupes",
["hash"] = GetHashKey("a80"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("urus")] = {
["name"] = "Urus",
["brand"] = "Lamborghini",
["model"] = "urus",
["price"] = 350000,
["category"] = "coupes",
["hash"] = GetHashKey("urus"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "nfs",
},
[GetHashKey("f82")] = {
["name"] = "M4 F82 GTS",
["brand"] = "BMW",
["model"] = "f82",
["price"] = 250000,
["category"] = "coupes",
["hash"] = GetHashKey("f82"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 50,
["shop"] = "custom",
},
[GetHashKey("16challenger")] = {
["name"] = "Challenger",
["brand"] = "Dodge",
["model"] = "16challenger",
["price"] = 195000,
["category"] = "coupes",
["hash"] = GetHashKey("16challenger"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("subwrx")] = {
["name"] = "Impreza WRX STI",
["price"] = 130000,
["category"] = "coupes",
["model"] = "subwrx",
["hash"] = GetHashKey("subwrx"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("rx7rb")] = {
["name"] = "RX7",
["price"] = 110000,
["category"] = "coupes",
["model"] = "rx7rb",
["hash"] = GetHashKey("rx7rb"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 20000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("ram2500")] = {
["name"] = "RAM 2500",
["price"] = 140000,
["category"] = "coupes",
["model"] = "ram2500",
["hash"] = GetHashKey("ram2500"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 80,
["shop"] = "custom",
},
[GetHashKey("evo9")] = {
["name"] = "Lancer Evo",
["price"] = 125000,
["category"] = "coupes",
["model"] = "evo9",
["hash"] = GetHashKey("evo9"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "nfs",
},
[GetHashKey("sentinel3")] = {
["name"] = "Sentinel Classic",
["price"] = 40000,
["category"] = "coupes",
["model"] = "sentinel3",
["hash"] = GetHashKey("sentinel3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
[GetHashKey("oracle")] = {
["name"] = "Oracle",
["price"] = 25000,
["category"] = "sedans",
["model"] = "oracle",
["hash"] = GetHashKey("oracle"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
[GetHashKey("ardent")] = {
["name"] = "Ardent",
["price"] = 100000,
["category"] = "sportsclassics",
["model"] = "ardent",
["hash"] = GetHashKey("ardent"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 30,
["shop"] = "pdm",
},
[GetHashKey("fagaloa")] = {
["name"] = "Fagaloa",
["price"] = 35000,
["category"] = "sportsclassics",
["model"] = "fagaloa",
["hash"] = GetHashKey("fagaloa"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 80000,
["trunkslots"] = 60,
["shop"] = "pdm",
},
[GetHashKey("stafford")] = {
["name"] = "Stafford",
["price"] = 45000,
["category"] = "sedans",
["model"] = "stafford",
["hash"] = GetHashKey("stafford"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
[GetHashKey("stafford")] = {
["name"] = "Stafford",
["price"] = 45000,
["category"] = "sedans",
["model"] = "stafford",
["hash"] = GetHashKey("stafford"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
[GetHashKey("camper")] = {
["name"] = "Stafford",
["price"] = 1,
["category"] = "coupes",
["model"] = "camper",
["hash"] = GetHashKey("camper"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 60000,
["trunkslots"] = 40,
["shop"] = "custom",
},
[GetHashKey("zombieb")] = {
["name"] = "Zombie Chopper",
["price"] = 17000,
["category"] = "motorcycles",
["model"] = "zombieb",
["hash"] = GetHashKey("zombieb"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 20000,
["trunkslots"] = 20,
["shop"] = "pdm",
},
[GetHashKey("911r")] = {
["name"] = '911',
["price"] = 340000,
["category"] = "coupes",
["model"] = "911r",
["hash"] = GetHashKey("911r"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 30,
["shop"] = "custom",
},
[GetHashKey("bmci")] = {
["name"] = 'M5',
["price"] = 280000,
["category"] = "coupes",
["model"] = "bmci",
["hash"] = GetHashKey("bmci"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "nfs",
},
[GetHashKey("db11")] = {
["name"] = 'DB11',
["price"] = 310000,
["category"] = "coupes",
["model"] = "db11",
["hash"] = GetHashKey("db11"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
[GetHashKey("lwgtr")] = {
["name"] = 'GTR Liberty Walk',
["price"] = 300000,
["category"] = "coupes",
["model"] = "lwgtr",
["hash"] = GetHashKey("lwgtr"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "nfs",
},
[GetHashKey("tempesta2")] = {
["name"] = 'Tempesta',
["price"] = 320000,
["category"] = "coupes",
["model"] = "tempesta2",
["hash"] = GetHashKey("tempesta2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 30,
["shop"] = "custom",
},
[GetHashKey("mustang19")] = {
["name"] = 'Mustang GT',
["price"] = 230000,
["category"] = "coupes",
["model"] = "mustang19",
["hash"] = GetHashKey("mustang19"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
[GetHashKey("schwarzer2")] = {
["name"] = 'Schwarzer',
["price"] = 270000,
["category"] = "coupes",
["model"] = "schwarzer2",
["hash"] = GetHashKey("schwarzer2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 60,
["shop"] = "custom",
},
[GetHashKey("kamacho")] = {
["name"] = 'Kamacho',
["price"] = 200000,
["category"] = "offroad",
["model"] = "kamacho",
["hash"] = GetHashKey("kamacho"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Kamacho-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bifta")] = {
["name"] = 'Bifta',
["brand"] = "Annis",
["price"] = 12000,
["category"] = "offroad",
["model"] = "bifta",
["hash"] = GetHashKey("bifta"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bfinjection")] = {
["name"] = 'Bf Injection',
["brand"] = "Annis",
["price"] = 16000,
["category"] = "offroad",
["model"] = "bfinjection",
["hash"] = GetHashKey("bfinjection"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("blazer")] = {
["name"] = 'Blazer',
["price"] = 6500,
["category"] = "offroad",
["model"] = "blazer",
["hash"] = GetHashKey("blazer"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("blazer4")] = {
["name"] = 'Blazer Sport',
["brand"] = "Annis",
["price"] = 8500,
["category"] = "offroad",
["model"] = "blazer4",
["hash"] = GetHashKey("blazer4"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("brawler")] = {
["name"] = 'Brawler',
["brand"] = "Annis",
["price"] = 45000,
["category"] = "offroad",
["model"] = "brawler",
["hash"] = GetHashKey("brawler"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dubsta3")] = {
["name"] = 'Bubsta 6x6',
["brand"] = "Annis",
["price"] = 120000,
["category"] = "offroad",
["model"] = "dubsta3",
["hash"] = GetHashKey("dubsta3"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dune")] = {
["name"] = 'Dune Buggy',
["brand"] = "Annis",
["price"] = 8000,
["category"] = "offroad",
["model"] = "dune",
["hash"] = GetHashKey("dune"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("guardian")] = {
["name"] = 'Guardian',
["brand"] = "Annis",
["price"] = 45000,
["category"] = "offroad",
["model"] = "guardian",
["hash"] = GetHashKey("guardian"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rebel2")] = {
["name"] = 'Rebel',
["brand"] = "Annis",
["price"] = 35000,
["category"] = "offroad",
["model"] = "rebel2",
["hash"] = GetHashKey("rebel2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sandking")] = {
["name"] = 'Sandking',
["brand"] = "Annis",
["price"] = 55000,
["category"] = "offroad",
["model"] = "sandking",
["hash"] = GetHashKey("sandking"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("trophytruck")] = {
["name"] = 'Trophy Truck',
["brand"] = "Annis",
["price"] = 60000,
["category"] = "offroad",
["model"] = "trophytruck",
["hash"] = GetHashKey("trophytruck"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("trophytruck2")] = {
["name"] = 'Trophy Truck Limited',
["price"] = 80000,
["category"] = "offroad",
["model"] = "trophytruck2",
["hash"] = GetHashKey("trophytruck2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("revolter")] = {
["name"] = "Revolter",
["brand"] = "Ubermacht",
["model"] = "revolter",
["price"] = 195000,
["category"] = "sports",
["hash"] = "-410205223",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e8/Revolter-GTAO-
front.png/revision/latest?cb=20171218203456",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("blade")] = {
["name"] = "Blade",
["brand"] = "Vapid",
["model"] = "blade",
["price"] = 19000,
["category"] = "muscle",
["hash"] = "-1205801634",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f3/Blade-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("buccaneer")] = {
["name"] = "Buccaneer",
["brand"] = "Albany",
["model"] = "buccaneer",
["price"] = 19500,
["category"] = "muscle",
["hash"] = "-682211828",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9f/Buccaneer-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("buccaneer2")] = {
["name"] = "Buccaneer Rider",
["brand"] = "Albany",
["model"] = "buccaneer2",
["price"] = 22500,
["category"] = "muscle",
["hash"] = "-1013450936",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a2/BuccaneerCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("chino")] = {
["name"] = "Chino",
["brand"] = "Vapid",
["model"] = "chino",
["price"] = 20000,
["category"] = "muscle",
["hash"] = "349605904",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/17/Chino-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("chino2")] = {
["name"] = "Chino Luxe",
["brand"] = "Vapid",
["model"] = "chino2",
["price"] = 35000,
["category"] = "muscle",
["hash"] = "-1361687965",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3f/ChinoCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("coquette3")] = {
["name"] = "Coquette BlackFin",
["brand"] = "Invetero",
["model"] = "coquette3",
["price"] = 45000,
["category"] = "muscle",
["hash"] = "784565758",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/df/CoquetteBlackFin-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dominator")] = {
["name"] = "Dominator",
["brand"] = "Vapid",
["model"] = "dominator",
["price"] = 53000,
["category"] = "muscle",
["hash"] = "80636076",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/78/Dominator-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dukes")] = {
["name"] = "Dukes",
["brand"] = "Imponte",
["model"] = "dukes",
["price"] = 15000,
["category"] = "muscle",
["hash"] = "723973206",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/53/Dukes-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("gauntlet")] = {
["name"] = "Gauntlet",
["brand"] = "Bravado",
["model"] = "gauntlet",
["price"] = 39500,
["category"] = "muscle",
["hash"] = "-1800170043",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/dd/Gauntlet-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("muscle")] = {
["name"] = "Hotknife",
["brand"] = "Vapid",
["model"] = "hotknife",
["price"] = 95000,
["category"] = "muscle",
["hash"] = "37348240",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/Hotknife-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("faction")] = {
["name"] = "Faction",
["brand"] = "Willard",
["model"] = "faction",
["price"] = 20000,
["category"] = "muscle",
["hash"] = "-2119578145",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/Faction-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("faction2")] = {
["name"] = "Faction Rider",
["brand"] = "Willard",
["model"] = "faction2",
["price"] = 22500,
["category"] = "muscle",
["hash"] = "-1790546981",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f0/FactionCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("nightshade")] = {
["name"] = "Nightshade",
["brand"] = "Imponte",
["model"] = "nightshade",
["price"] = 84000,
["category"] = "muscle",
["hash"] = "-1943285540",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3e/Nightshade-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("phoenix")] = {
["name"] = "Phoenix",
["brand"] = "Imponte",
["model"] = "phoenix",
["price"] = 25000,
["category"] = "muscle",
["hash"] = "-2095439403",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/af/Phoenix-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("picador")] = {
["name"] = "Picador",
["brand"] = "Cheval",
["model"] = "picador",
["price"] = 18000,
["category"] = "muscle",
["hash"] = "1507916787",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5a/Picador-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sabregt")] = {
["name"] = "Sabre Turbo",
["brand"] = "Declasse",
["model"] = "sabregt",
["price"] = 25000,
["category"] = "muscle",
["hash"] = "-1685021548",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e6/SabreTurbo-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sabregt2")] = {
["name"] = "Sabre GT",
["brand"] = "Declasse",
["model"] = "sabregt2",
["price"] = 29500,
["category"] = "muscle",
["hash"] = "223258115",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/18/SabreTurboCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("slamvan3")] = {
["name"] = "Slam Van",
["brand"] = "Vapid",
["model"] = "slamvan3",
["price"] = 35000,
["category"] = "muscle",
["hash"] = "1119641113",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/96/SlamvanCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("tampa")] = {
["name"] = "Tampa",
["brand"] = "Declasse",
["model"] = "tampa",
["price"] = 27500,
["category"] = "muscle",
["hash"] = "972671128",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d8/Tampa-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("tampa2")] = {
["name"] = "Drift Tampa",
["brand"] = "Declasse",
["model"] = "tampa2",
["price"] = 50500,
["category"] = "muscle",
["hash"] = GetHashKey("tampa2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/51/DriftTampa-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("virgo")] = {
["name"] = "Virgo",
["brand"] = "Albany",
["model"] = "virgo",
["price"] = 19700,
["category"] = "muscle",
["hash"] = "-498054846",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/24/Virgo-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("vigero")] = {
["name"] = "Vigero",
["brand"] = "Declasse",
["model"] = "vigero",
["price"] = 16500,
["category"] = "muscle",
["hash"] = "-825837129",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c4/Vigero-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("voodoo")] = {
["name"] = "Voodoo",
["brand"] = "Declasse",
["model"] = "voodoo",
["price"] = 21000,
["category"] = "muscle",
["hash"] = "523724515",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/fc/VoodooCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("blista")] = {
["name"] = "Blista",
["brand"] = "Dinka",
["model"] = "blista",
["price"] = 8000,
["category"] = "compacts",
["hash"] = "-344943009",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c0/Blista-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("brioso")] = {
["name"] = "Brioso R/A",
["brand"] = "Grotti",
["model"] = "brioso",
["price"] = 14500,
["category"] = "compacts",
["hash"] = "1549126457",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/80/BriosoRA-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("issi2")] = {
["name"] = "Issi",
["brand"] = "Weeny",
["model"] = "issi2",
["price"] = 12000,
["category"] = "compacts",
["hash"] = "-1177863319",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9c/IssiDown-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("panto")] = {
["name"] = "Panto",
["brand"] = "Benefactor",
["model"] = "panto",
["price"] = 8500,
["category"] = "compacts",
["hash"] = "-431692672",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/ad/Panto-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("prairie")] = {
["name"] = "Prairie",
["brand"] = "Bollokan",
["model"] = "prairie",
["price"] = 15000,
["category"] = "compacts",
["hash"] = "-1450650718",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/06/Prairie-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bison")] = {
["name"] = "Bison",
["brand"] = "Bravado",
["model"] = "bison",
["price"] = 34000,
["category"] = "vans",
["hash"] = "-16948145",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/69/Bison-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bobcatxl")] = {
["name"] = "Bobcat XL",
["brand"] = "Vapid",
["model"] = "bobcatxl",
["price"] = 23000,
["category"] = "vans",
["hash"] = "1069929536",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/37/BobcatXL-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("burrito3")] = {
["name"] = "Burrito",
["brand"] = "Declasse",
["model"] = "burrito3",
["price"] = 38500,
["category"] = "vans",
["hash"] = "-1743316013",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/80/Burrito3-GTAV-front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("gburrito2")] = {
["name"] = "Burrito Custom",
["brand"] = "Declasse",
["model"] = "gburrito2",
["price"] = 65000,
["category"] = "vans",
["hash"] = "296357396",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4f/GangBurrito2-GTAO-
front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("moonbeam")] = {
["name"] = "Moonbeam",
["brand"] = "Declasse",
["model"] = "moonbeam",
["price"] = 29500,
["category"] = "vans",
["hash"] = "525509695",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b3/Moonbeam-GTAO-front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rumpo")] = {
["name"] = "Rumpo",
["brand"] = "Bravado",
["model"] = "rumpo",
["price"] = 30000,
["category"] = "vans",
["hash"] = "1162065741",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d3/Rumpo-GTAV-front.png",
["trunkspace"] = 150000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("asea")] = {
["name"] = "Asea",
["brand"] = "Declasse",
["model"] = "asea",
["price"] = 13000,
["category"] = "sedans",
["hash"] = "-1809822327",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/58/Asea-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("cognoscenti")] = {
["name"] = "Cognoscenti",
["brand"] = "Enus",
["model"] = "cognoscenti",
["price"] = 40000,
["category"] = "sedans",
["hash"] = "-2030171296",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/ff/Cognoscenti-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("emperor")] = {
["name"] = "Emperor",
["brand"] = "Albany",
["model"] = "emperor",
["price"] = 14500,
["category"] = "sedans",
["hash"] = "-685276541",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4c/Emperor-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("fugitive")] = {
["name"] = "Fugitive",
["brand"] = "Cheval",
["model"] = "fugitive",
["price"] = 22500,
["category"] = "sedans",
["hash"] = "1909141499",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5c/Fugitive-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("glendale")] = {
["name"] = "Glendale",
["brand"] = "Benefactor",
["model"] = "glendale",
["price"] = 11500,
["category"] = "sedans",
["hash"] = "75131841",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Glendale-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("intruder")] = {
["name"] = "Intruder",
["brand"] = "Karin",
["model"] = "intruder",
["price"] = 15000,
["category"] = "sedans",
["hash"] = "886934177",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7c/Intruder-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("premier")] = {
["name"] = "Premier",
["brand"] = "Declasse",
["model"] = "premier",
["price"] = 16500,
["category"] = "sedans",
["hash"] = "-1883869285",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/ca/Premier-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("primo2")] = {
["name"] = "Primo Custom",
["brand"] = "Albany",
["model"] = "primo2",
["price"] = 14500,
["category"] = "sedans",
["hash"] = "-2040426790",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/ca/PrimoCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("regina")] = {
["name"] = "Regina",
["brand"] = "Dundreary",
["model"] = "regina",
["price"] = 10000,
["category"] = "sedans",
["hash"] = "-14495224",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/71/Regina-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("schafter2")] = {
["name"] = "Schafter",
["brand"] = "Benefactor",
["model"] = "schafter2",
["price"] = 32000,
["category"] = "sedans",
["hash"] = "-1255452397",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/57/Schafter-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("superd")] = {
["name"] = "Super Diamond",
["brand"] = "Enus",
["model"] = "superd",
["price"] = 108000,
["category"] = "sedans",
["hash"] = "1123216662",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d8/SuperDiamond-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("tailgater")] = {
["name"] = "Tailgater",
["brand"] = "Obey",
["model"] = "tailgater",
["price"] = 45000,
["category"] = "sedans",
["hash"] = "-1008861746",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e1/Tailgater-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("washington")] = {
["name"] = "Washington",
["brand"] = "Albany",
["model"] = "washington",
["price"] = 19000,
["category"] = "sedans",
["hash"] = "1777363799",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/12/Washington-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("baller2")] = {
["name"] = "Baller",
["brand"] = "Gallivanter",
["model"] = "baller2",
["price"] = 79000,
["category"] = "suvs",
["hash"] = "142944341",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/ef/Baller2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("baller3")] = {
["name"] = "Baller LE",
["brand"] = "Gallivanter",
["model"] = "baller3",
["price"] = 90000,
["category"] = "suvs",
["hash"] = "1878062887",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/71/BallerLE-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("cavalcade2")] = {
["name"] = "Cavalcade",
["brand"] = "Albany",
["model"] = "cavalcade2",
["price"] = 45000,
["category"] = "suvs",
["hash"] = "-789894171",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/08/Cavalcade2-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dubsta2")] = {
["name"] = "Dubsta Luxuary",
["brand"] = "Benefactor",
["model"] = "dubsta2",
["price"] = 165000,
["category"] = "suvs",
["hash"] = "-394074634",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/fa/Dubsta2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("fq2")] = {
["name"] = "FQ2",
["brand"] = "Fathom",
["model"] = "fq2",
["price"] = 38000,
["category"] = "suvs",
["hash"] = "-1137532101",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6e/FQ2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("granger")] = {
["name"] = "Granger",
["brand"] = "Declasse",
["model"] = "granger",
["price"] = 43500,
["category"] = "suvs",
["hash"] = "-1775728740",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/de/Granger-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("gresley")] = {
["name"] = "Gresley",
["brand"] = "Bravado",
["model"] = "gresley",
["price"] = 47000,
["category"] = "suvs",
["hash"] = "-1543762099",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/ff/Gresley-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("huntley")] = {
["name"] = "Huntley S",
["brand"] = "Enus",
["model"] = "huntley",
["price"] = 85000,
["category"] = "suvs",
["hash"] = "486987393",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2f/HuntleyS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("patriot")] = {
["name"] = "Patriot",
["brand"] = "Mammoth",
["model"] = "patriot",
["price"] = 32000,
["category"] = "suvs",
["hash"] = "-808457413",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/90/Patriot-GTAV-front.PNG"
},
[GetHashKey("radi")] = {
["name"] = "Radius",
["brand"] = "Vapid",
["model"] = "radi",
["price"] = 24000,
["category"] = "suvs",
["hash"] = "-1651067813",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b6/Radius-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rocoto")] = {
["name"] = "Rocoto",
["brand"] = "Obey",
["model"] = "rocoto",
["price"] = 48500,
["category"] = "suvs",
["hash"] = "2136773105",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/28/Rocoto-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("seminole")] = {
["name"] = "Seminole",
["brand"] = "Canis",
["model"] = "seminole",
["price"] = 29500,
["category"] = "suvs",
["hash"] = "1221512915",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a0/Seminole-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("xls")] = {
["name"] = "XLS",
["brand"] = "Benefactor",
["model"] = "xls",
["price"] = 75000,
["category"] = "suvs",
["hash"] = "1203490606",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8c/XLS-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("btype")] = {
["name"] = "Roosevelt",
["brand"] = "Albany",
["model"] = "btype",
["price"] = 325000,
["category"] = "sportsclassics",
["hash"] = "117401876",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b4/Roosevelt-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("btype3")] = {
["name"] = "Roosevelt Valor",
["brand"] = "Albany",
["model"] = "btype3",
["price"] = 375000,
["category"] = "sportsclassics",
["hash"] = "-602287871",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2a/RooseveltValor-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("btype2")] = {
["name"] = "Franken Stange",
["brand"] = "Albany",
["model"] = "btype2",
["price"] = 350000,
["category"] = "sportsclassics",
["hash"] = "-831834716",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/63/FränkenStange-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("casco")] = {
["name"] = "Casco",
["brand"] = "Lampadati",
["model"] = "casco",
["price"] = 102000,
["category"] = "sportsclassics",
["hash"] = "941800958",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/86/Casco-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("coquette2")] = {
["name"] = "Coquette Classic",
["brand"] = "Invetero",
["model"] = "coquette2",
["price"] = 125000,
["category"] = "sportsclassics",
["hash"] = "1011753235",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0b/CoquetteClassic-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("monroe")] = {
["name"] = "Monroe",
["brand"] = "Pegassi",
["model"] = "monroe",
["price"] = 98500,
["category"] = "sportsclassics",
["hash"] = "-433375717",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/44/Monroe-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("pigalle")] = {
["name"] = "Pigalle",
["brand"] = "Lampadati",
["model"] = "pigalle",
["price"] = 135000,
["category"] = "sportsclassics",
["hash"] = "1078682497",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d4/Pigalle-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("stingergt")] = {
["name"] = "Stinger GT",
["brand"] = "Grotti",
["model"] = "stingergt",
["price"] = 184000,
["category"] = "sportsclassics",
["hash"] = "-2098947590",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c5/StingerGT-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("feltzer3")] = {
["name"] = "Stirling GT",
["brand"] = "Benefactor",
["model"] = "feltzer3",
["price"] = 195000,
["category"] = "sportsclassics",
["hash"] = "-1566741232",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d2/StirlingGT-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("ztype")] = {
["name"] = "Z-Type",
["brand"] = "Truffade",
["model"] = "ztype",
["price"] = 2500000,
["category"] = "sportsclassics",
["hash"] = "758895617",
["image"] = "https://vignette.wikia.nocookie.net/gtawiki/images/9/9d/Z-
Type-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("coupes")] = {
["name"] = "Cognoscenti Cabrio",
["brand"] = "Enus",
["model"] = "cogcabrio",
["price"] = 45500,
["category"] = "coupes",
["hash"] = "330661258",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/28/CognoscentiCabrioUp-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("exemplar")] = {
["name"] = "Exemplar",
["brand"] = "Dewbauchee",
["model"] = "exemplar",
["price"] = 65000,
["category"] = "coupes",
["hash"] = "-5153954",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/de/Exemplar-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("f620")] = {
["name"] = "F620",
["brand"] = "Ocelot",
["model"] = "f620",
["price"] = 37500,
["category"] = "coupes",
["hash"] = "-591610296",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f8/F620-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("felon")] = {
["name"] = "Felon",
["brand"] = "Lampadati",
["model"] = "felon",
["price"] = 31000,
["category"] = "coupes",
["hash"] = "-391594584",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/de/Felon-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("felon2")] = {
["name"] = "Felon GT",
["brand"] = "Lampadati",
["model"] = "felon2",
["price"] = 37000,
["category"] = "coupes",
["hash"] = "-89291282",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0f/FelonGTDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("jackal")] = {
["name"] = "Jackal",
["brand"] = "Ocelot",
["model"] = "jackal",
["price"] = 29000,
["category"] = "coupes",
["hash"] = "-624529134",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/48/Jackal-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("oracle2")] = {
["name"] = "Oracle XS",
["brand"] = "Übermacht",
["model"] = "oracle2",
["price"] = 28000,
["category"] = "coupes",
["hash"] = "-511601230",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/22/OracleXS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sentinel")] = {
["name"] = "Sentinel",
["brand"] = "Übermacht",
["model"] = "sentinel",
["price"] = 30000,
["category"] = "coupes",
["hash"] = "1349725314",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/75/SentinelUp-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sentinel2")] = {
["name"] = "Sentinel XS",
["brand"] = " Übermacht",
["model"] = "sentinel2",
["price"] = 36500,
["category"] = "coupes",
["hash"] = "873639469",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d0/SentinelXS-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("windsor")] = {
["name"] = "Windsor",
["brand"] = "Enus",
["model"] = "windsor",
["price"] = 325000,
["category"] = "coupes",
["hash"] = "1581459400",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/26/Windsor-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("windsor2")] = {
["name"] = "Windsor Drop",
["brand"] = "Enus",
["model"] = "windsor2",
["price"] = 355000,
["category"] = "coupes",
["hash"] = "-1930048799",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/31/WindsorDropUp-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("zion")] = {
["name"] = "Zion",
["brand"] = "Übermacht",
["model"] = "zion",
["price"] = 25500,
["category"] = "coupes",
["hash"] = "-1122289213",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/cc/Zion-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("zion2")] = {
["name"] = "Zion Cabrio",
["brand"] = "Übermacht",
["model"] = "zion2",
["price"] = 27000,
["category"] = "coupes",
["hash"] = "-1193103848",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/cb/ZionCabrioDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("ninef")] = {
["name"] = "9F",
["brand"] = "Obey",
["model"] = "ninef",
["price"] = 135000,
["category"] = "sports",
["hash"] = "1032823388",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2d/9F-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("ninef2")] = {
["name"] = "9F Cabrio",
["brand"] = "Obey",
["model"] = "ninef2",
["price"] = 142000,
["category"] = "sports",
["hash"] = "-1461482751",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a1/9FCabrio-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("alpha")] = {
["name"] = "Alpha",
["brand"] = "Albany",
["model"] = "alpha",
["price"] = 38000,
["category"] = "sports",
["hash"] = "767087018",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/94/Alpha-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("banshee")] = {
["name"] = "Banshee",
["brand"] = "Bravado",
["model"] = "banshee",
["price"] = 98000,
["category"] = "sports",
["hash"] = "-1041692462",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/82/Banshee-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bestiagts")] = {
["name"] = "Bestia GTS",
["brand"] = "Grotti",
["model"] = "bestiagts",
["price"] = 197000,
["category"] = "sports",
["hash"] = "1274868363",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a5/BestiaGTS-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("buffalo")] = {
["name"] = "Buffalo",
["brand"] = "Bravado",
["model"] = "buffalo",
["price"] = 32000,
["category"] = "sports",
["hash"] = "-304802106",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7d/Buffalo-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("buffalo2")] = {
["name"] = "Buffalo S",
["brand"] = "Bravado",
["model"] = "buffalo2",
["price"] = 39500,
["category"] = "sports",
["hash"] = "736902334",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e1/BuffaloS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("carbonizzare")] = {
["name"] = "Carbonizzare",
["brand"] = "Grotti",
["model"] = "carbonizzare",
["price"] = 219000,
["category"] = "sports",
["hash"] = "2072687711",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7b/CarbonizzareDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("comet2")] = {
["name"] = "Comet",
["brand"] = "Pfister",
["model"] = "comet2",
["price"] = 142000,
["category"] = "sports",
["hash"] = "-1045541610",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d2/Comet-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("coquette")] = {
["name"] = "Coquette",
["brand"] = "Invetero",
["model"] = "coquette",
["price"] = 97000,
["category"] = "sports",
["hash"] = "108773431",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/08/Coquette-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("elegy2")] = {
["name"] = "Elegy RH8",
["brand"] = "Annis",
["model"] = "elegy2",
["price"] = 68500,
["category"] = "sports",
["hash"] = "-566387422",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4f/ElegyRH8-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("feltzer2")] = {
["name"] = "Feltzer",
["brand"] = "Benefactor",
["model"] = "feltzer2",
["price"] = 83500,
["category"] = "sports",
["hash"] = "-1995326987",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8f/Feltzer-GTAVPC-Front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("furoregt")] = {
["name"] = "Furore GT",
["brand"] = "Lampadati",
["model"] = "furoregt",
["price"] = 115000,
["category"] = "sports",
["hash"] = "-1089039904",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/56/FuroreGT-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("fusilade")] = {
["name"] = "Fusilade",
["brand"] = "Schyster",
["model"] = "fusilade",
["price"] = 50000,
["category"] = "sports",
["hash"] = "499169875",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a0/Fusilade-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("jester")] = {
["name"] = "Jester",
["brand"] = "Dinka",
["model"] = "jester",
["price"] = 265000,
["category"] = "sports",
["hash"] = "-1297672541",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/af/Jester-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("khamelion")] = {
["name"] = "Khamelion",
["brand"] = "Hijak",
["model"] = "khamelion",
["price"] = 102000,
["category"] = "sports",
["hash"] = "544021352",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1f/Khamelion-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("kuruma")] = {
["name"] = "Kuruma",
["brand"] = "Karin",
["model"] = "kuruma",
["price"] = 59500,
["category"] = "sports",
["hash"] = "-1372848492",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/53/Kuruma-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("lynx")] = {
["name"] = "Lynx",
["brand"] = "Ocelot",
["model"] = "lynx",
["price"] = 68500,
["category"] = "sports",
["hash"] = "482197771",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a7/Lynx-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("mamba")] = {
["name"] = "Mamba",
["brand"] = "Declasse",
["model"] = "mamba",
["price"] = 86000,
["category"] = "sportsclassics",
["hash"] = "-1660945322",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/d4/Mamba-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("massacro")] = {
["name"] = "Massacro",
["brand"] = "Dewbauchee",
["model"] = "massacro",
["price"] = 165000,
["category"] = "sports",
["hash"] = "-142942670",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/12/Massacro-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rapidgt")] = {
["name"] = "Rapid GT",
["brand"] = "Dewbauchee",
["model"] = "rapidgt",
["price"] = 60000,
["category"] = "sports",
["hash"] = "-1934452204",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/42/RapidGT-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rapidgt2")] = {
["name"] = "Rapid GT Convertible",
["brand"] = "Dewbauchee",
["model"] = "rapidgt2",
["price"] = 65000,
["category"] = "sports",
["hash"] = "1737773231",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f8/RapidGT2-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("seven70")] = {
["name"] = "Seven-70",
["brand"] = "Dewbauchee",
["model"] = "seven70",
["price"] = 85000,
["category"] = "sports",
["hash"] = "-1757836725",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/21/Seven70-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sultan")] = {
["name"] = "Sultan",
["brand"] = "Karin",
["model"] = "sultan",
["price"] = 56500,
["category"] = "sports",
["hash"] = "970598228",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/bb/Sultan-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("surano")] = {
["name"] = "Surano",
["brand"] = " Benefactor",
["model"] = "surano",
["price"] = 89000,
["category"] = "sports",
["hash"] = "384071873",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/fd/SuranoDown-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("verlierer2")] = {
["name"] = "Verlierer",
["brand"] = "Bravado",
["model"] = "verlierer2",
["price"] = 90500,
["category"] = "sports",
["hash"] = "1102544804",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8c/Verlierer-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("adder")] = {
["name"] = "Adder",
["brand"] = "Truffade",
["model"] = "adder",
["price"] = 1000000,
["category"] = "super",
["hash"] = "-1216765807",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9e/Adder-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("banshee2")] = {
["name"] = "Banshee 900R",
["brand"] = "Bravado",
["model"] = "banshee2",
["price"] = 178000,
["category"] = "super",
["hash"] = "633712403",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/e/e2/Banshee900RTopless-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bullet")] = {
["name"] = "Bullet",
["brand"] = "Vapid",
["model"] = "bullet",
["price"] = 190000,
["category"] = "super",
["hash"] = "-1696146015",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3d/Bullet-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("cheetah")] = {
["name"] = "Cheetah",
["brand"] = "Grotti",
["model"] = "cheetah",
["price"] = 395000,
["category"] = "super",
["hash"] = "-1311154784",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1e/Cheetah-GTAV-Front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("entityxf")] = {
["name"] = "Entity XF",
["brand"] = "Överflöd",
["model"] = "entityxf",
["price"] = 825000,
["category"] = "super",
["hash"] = "-1291952903",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/95/EntityXF-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("fmj")] = {
["name"] = "FMJ",
["brand"] = "Vapid",
["model"] = "fmj",
["price"] = 335000,
["category"] = "super",
["hash"] = "1426219628",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8c/FMJ-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("infernus")] = {
["name"] = "Infernus",
["brand"] = "Pegassi",
["model"] = "infernus",
["price"] = 285000,
["category"] = "super",
["hash"] = "418536135",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0e/Infernus-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("pfister811")] = {
["name"] = "811",
["brand"] = "Pfister",
["model"] = "pfister811",
["price"] = 583000,
["category"] = "super",
["hash"] = "-1829802492",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c7/811A-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("reaper")] = {
["name"] = "Reaper",
["brand"] = "Pegassi",
["model"] = "reaper",
["price"] = 365000,
["category"] = "super",
["hash"] = "234062309",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5f/Reaper-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("t20")] = {
["name"] = "T20",
["brand"] = "Progen",
["model"] = "t20",
["price"] = 1680000,
["category"] = "super",
["hash"] = "1663218586",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/20/T20-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("turismor")] = {
["name"] = "Turismo R",
["brand"] = "Grotti",
["model"] = "turismor",
["price"] = 750000,
["category"] = "super",
["hash"] = "408192225",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/61/TurismoR-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("vacca")] = {
["name"] = "Vacca",
["brand"] = "Pegassi",
["model"] = "vacca",
["price"] = 255000,
["category"] = "super",
["hash"] = "338562499",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b4/Vacca-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("voltic")] = {
["name"] = "Voltic",
["brand"] = "Coil",
["model"] = "voltic",
["price"] = 120000,
["category"] = "super",
["hash"] = "-1622444098",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/87/Voltic-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("prototipo")] = {
["name"] = "X80 Proto",
["brand"] = "Grotti",
["model"] = "prototipo",
["price"] = 1430000,
["category"] = "super",
["hash"] = "2123327359",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b3/X80Proto-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("zentorno")] = {
["name"] = "Zentorno",
["brand"] = "Pegassi",
["model"] = "zentorno",
["price"] = 1250000,
["category"] = "super",
["hash"] = "-1403128555",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/60/Zentorno-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("avarus")] = {
["name"] = "Avarus",
["brand"] = "LCC",
["model"] = "avarus",
["price"] = 6500,
["category"] = "motorcycles",
["hash"] = "-2115793025",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1a/Avarus-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bagger")] = {
["name"] = "Bagger",
["brand"] = "WMC",
["model"] = "bagger",
["price"] = 7000,
["category"] = "motorcycles",
["hash"] = "-2140431165",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/10/Bagger-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sovereign")] = {
["name"] = "Sovereign",
["brand"] = "WMC",
["model"] = "sovereign",
["price"] = 27000,
["category"] = "motorcycles",
["hash"] = "743478836",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/98/Sovereign-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bati")] = {
["name"] = "Bati 801",
["brand"] = "Pegassi",
["model"] = "bati",
["price"] = 17500,
["category"] = "motorcycles",
["hash"] = "-114291515",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/65/Bati801-GTAV-
FrontQuarter.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("carbonrs")] = {
["name"] = "Carbon RS",
["brand"] = "Nagasaki",
["model"] = "carbonrs",
["price"] = 14500,
["category"] = "motorcycles",
["hash"] = "11251904",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2d/CarbonRS-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("chimera")] = {
["name"] = "Chimera",
["brand"] = "Nagasaki",
["model"] = "chimera",
["price"] = 15000,
["category"] = "motorcycles",
["hash"] = "6774487",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8a/Chimera-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("daemon")] = {
["name"] = "Daemon",
["brand"] = "WMC",
["model"] = "daemon",
["price"] = 12500,
["category"] = "motorcycles",
["hash"] = "2006142190",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6b/Daemon2-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("defiler")] = {
["name"] = "Defiler",
["brand"] = "Shitzu",
["model"] = "defiler",
["price"] = 13500,
["category"] = "motorcycles",
["hash"] = "822018448",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f5/Defiler-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("esskey")] = {
["name"] = "Esskey",
["brand"] = "Pegassi",
["model"] = "esskey",
["price"] = 6000,
["category"] = "motorcycles",
["hash"] = "2035069708",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4e/Esskey-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("faggio")] = {
["name"] = "Faggio Sport",
["brand"] = "Pegassi",
["model"] = "faggio",
["price"] = 750,
["category"] = "motorcycles",
["hash"] = "55628203",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/50/FaggioSport-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("hakuchou")] = {
["name"] = "Hakuchou",
["brand"] = "Shitzu",
["model"] = "hakuchou",
["price"] = 16000,
["category"] = "motorcycles",
["hash"] = "1265391242",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/ab/Hakuchou-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("hexer")] = {
["name"] = "Hexer",
["brand"] = "LCC",
["model"] = "hexer",
["price"] = 7500,
["category"] = "motorcycles",
["hash"] = "301427732",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/64/Hexer-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("nemesis")] = {
["name"] = "Nemesis",
["brand"] = "Principe",
["model"] = "nemesis",
["price"] = 12000,
["category"] = "motorcycles",
["hash"] = "-634879114",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4b/Nemesis-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("nightblade")] = {
["name"] = "Nightblade",
["brand"] = "WMC",
["model"] = "nightblade",
["price"] = 14500,
["category"] = "motorcycles",
["hash"] = "-1606187161",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6b/Nightblade-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("pcj")] = {
["name"] = "PCJ-600",
["brand"] = "Shitzu",
["model"] = "pcj",
["price"] = 13500,
["category"] = "motorcycles",
["hash"] = "-909201658",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/74/PCJ600-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("ruffian")] = {
["name"] = "Ruffian",
["brand"] = "Pegassi",
["model"] = "ruffian",
["price"] = 14000,
["category"] = "motorcycles",
["hash"] = "-893578776",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/70/Ruffian-GTAV-front-
variant2.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("thrust")] = {
["name"] = "Thrust",
["brand"] = "Dinka",
["model"] = "thrust",
["price"] = 16000,
["category"] = "motorcycles",
["hash"] = "1836027715",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4e/Thrust-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("visione")] = {
["name"] = "Visione",
["brand"] = "Grotti",
["model"] = "visione",
["price"] = 1750000,
["category"] = "sports",
["hash"] = "-998177792",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/57/Visione-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("gt500")] = {
["name"] = "GT500",
["brand"] = "Grotti",
["model"] = "gt500",
["price"] = 255000,
["category"] = "sportsclassics",
["hash"] = "-2079788230",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/25/GT500-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("cyclone")] = {
["name"] = "Cyclone",
["brand"] = "Coil",
["model"] = "cyclone",
["price"] = 1200000,
["category"] = "super",
["hash"] = "1392481335",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/Cyclone-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("comet5")] = {
["name"] = "Comet SR",
["brand"] = "Pfister",
["model"] = "comet5",
["price"] = 252000,
["category"] = "sports",
["hash"] = "661493923",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/0f/CometSR-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rapidgt3")] = {
["name"] = "Rapid GT",
["brand"] = "Dewbauchee",
["model"] = "rapidgt3",
["price"] = 445000,
["category"] = "sportsclassics",
["hash"] = "2049897956",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/13/RapidGTClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("streiter")] = {
["name"] = "Streiter",
["brand"] = "Benefactor",
["model"] = "streiter",
["price"] = 98000,
["category"] = "sports",
["hash"] = "1741861769",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/38/Streiter-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("pariah")] = {
["name"] = "Pariah",
["brand"] = "Ocelot",
["model"] = "pariah",
["price"] = 395000,
["category"] = "sports",
["hash"] = "867799010",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/ff/Pariah-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("raiden")] = {
["name"] = "Raiden",
["brand"] = "Coil",
["model"] = "raiden",
["price"] = 150000,
["category"] = "sports",
["hash"] = "-1529242755",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/b5/Raiden-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("hustler")] = {
["name"] = "Hustler",
["brand"] = "Vapid",
["model"] = "hustler",
["price"] = 75500,
["category"] = "muscle",
["hash"] = "600450546",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f1/Hustler-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("yosemite")] = {
["name"] = "Yosemite",
["brand"] = "Declasse",
["model"] = "yosemite",
["price"] = 19500,
["category"] = "muscle",
["hash"] = "1871995513",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/09/Yosemite-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sultanrs")] = {
["name"] = "Sultan RS",
["brand"] = "Karin",
["model"] = "sultanrs",
["price"] = 76500,
["category"] = "sports",
["hash"] = "-295689028",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c1/SultanRS-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sc1")] = {
["name"] = "SC1",
["brand"] = "Übermacht",
["model"] = "sc1",
["price"] = 750000,
["category"] = "super",
["hash"] = "1352136073",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3a/SC1-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("z190")] = {
["name"] = "190Z",
["brand"] = "Karin",
["model"] = "z190",
["price"] = 330000,
["category"] = "sportsclassics",
["hash"] = "838982985",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/b/be/190z-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("neon")] = {
["name"] = "Neon",
["brand"] = "Pfister",
["model"] = "neon",
["price"] = 185000,
["category"] = "sports",
["hash"] = "-1848994066",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c0/Neon-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("autarch")] = {
["name"] = "Autarch",
["brand"] = "Överflöd",
["model"] = "autarch",
["price"] = 1800000,
["category"] = "super",
["hash"] = "-313185164",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6c/Autarch-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("blista2")] = {
["name"] = "Blista Compact",
["brand"] = "Dinka",
["model"] = "blista2",
["price"] = 12500,
["category"] = "compacts",
["hash"] = "1039032026",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/06/BlistaCompact-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("issi3")] = {
["name"] = "Issi Classic",
["brand"] = "Weeny",
["model"] = "issi3",
["price"] = 10000,
["category"] = "compacts",
["hash"] = "931280609",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9f/IssiClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dilettante")] = {
["name"] = "Dilettante",
["brand"] = "Karin",
["model"] = "dilettante",
["price"] = 13000,
["category"] = "compacts",
["hash"] = "-1130810103",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/80/Dilettante-GTAV-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("rhapsody")] = {
["name"] = "Rhapsody",
["brand"] = "Declasse",
["model"] = "rhapsody",
["price"] = 10000,
["category"] = "compacts",
["hash"] = "841808271",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/cc/Rhapsody-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("stalion")] = {
["name"] = "Stallion",
["brand"] = "Declasse",
["model"] = "stalion",
["price"] = 23500,
["category"] = "muscle",
["hash"] = "1923400478",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/00/Stallion-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("infernus2")] = {
["name"] = "Infernus Classic",
["brand"] = "Pegassi",
["model"] = "infernus2",
["price"] = 200000,
["category"] = "sportsclassics",
["hash"] = "-1405937764",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/73/InfernusClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("ruston")] = {
["name"] = "Ruston",
["brand"] = "Hijak",
["model"] = "ruston",
["price"] = 165000,
["category"] = "sports",
["hash"] = "719660200",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/2/2c/Ruston-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("specter")] = {
["name"] = "Specter",
["brand"] = "Dewbauchee",
["model"] = "specter",
["price"] = 155000,
["category"] = "sports",
["hash"] = "1886268224",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/7/7b/Specter-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("cheetah2")] = {
["name"] = "Cheetah Classic",
["brand"] = "Grotti",
["model"] = "cheetah2",
["price"] = 220000,
["category"] = "sports",
["hash"] = "223240013",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/38/CheetahClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("torero")] = {
["name"] = "Torero",
["brand"] = "Pegassi",
["model"] = "torero",
["price"] = 285500,
["category"] = "sportsclassics",
["hash"] = "1504306544",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/47/Torero-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("gp1")] = {
["name"] = "GP1",
["brand"] = "Progen",
["model"] = "gp1",
["price"] = 462000,
["category"] = "super",
["hash"] = "1234311532",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8a/GP1-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("penetrator")] = {
["name"] = "Penetrator",
["brand"] = "Ocelot",
["model"] = "penetrator",
["price"] = 567000,
["category"] = "super",
["hash"] = "-1758137366",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9c/Penetrator-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("tempesta")] = {
["name"] = "Tempesta",
["brand"] = "Pegassi",
["model"] = "tempesta",
["price"] = 400000,
["category"] = "super",
["hash"] = "272929391",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/35/Tempesta-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("vagner")] = {
["name"] = "Vagner",
["brand"] = "Dewbauchee",
["model"] = "vagner",
["price"] = 1460000,
["category"] = "super",
["hash"] = "1939284556",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/14/Vagner-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("italigtb")] = {
["name"] = "Itali GTB",
["brand"] = "Progen",
["model"] = "italigtb",
["price"] = 1200000,
["category"] = "super",
["hash"] = "-482719877",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/44/ItaliGTB-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("xa21")] = {
["name"] = "XA-21",
["brand"] = "Ocelot",
["model"] = "xa21",
["price"] = 2150000,
["category"] = "super",
["hash"] = "917809321",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/69/XA21-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("jester3")] = {
["name"] = "Jester Classic",
["brand"] = "Dinka",
["model"] = "jester3",
["price"] = 70000,
["category"] = "sports",
["hash"] = "-214906006",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/1/1a/JesterClassic-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("elegy")] = {
["name"] = "Elegy Retro Custom",
["brand"] = "Annis",
["model"] = "elegy",
["price"] = 60000,
["category"] = "sports",
["hash"] = "196747873 ",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/68/ElegyRetroCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("dominator3")] = {
["name"] = "Dominator GTX",
["brand"] = "Vapid",
["model"] = "dominator3",
["price"] = 87500,
["category"] = "muscle",
["hash"] = "-986944621",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/8/8b/DominatorGTX-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("tezeract")] = {
["name"] = "Tezeract",
["brand"] = "Pegassi",
["model"] = "tezeract",
["price"] = 2350000,
["category"] = "super",
["hash"] = "1031562256",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/ca/Tezeract-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("entity2")] = {
["name"] = "Entity XXR",
["brand"] = "Överflöd",
["model"] = "entity2",
["price"] = 1532000,
["category"] = "super",
["hash"] = "-2120700196",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/9/9a/EntityXXR-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("nero")] = {
["name"] = "Nero",
["brand"] = "Truffade",
["model"] = "nero",
["price"] = 2352000,
["category"] = "super",
["hash"] = "1034187331",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/5e/Nero-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("comet3")] = {
["name"] = "Comet Retro Custom",
["brand"] = "Pfister",
["model"] = "comet3",
["price"] = 125000,
["category"] = "sports",
["hash"] = "-2022483795",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/a/a0/CometRetroCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("taipan")] = {
["name"] = "Taipan",
["brand"] = "Cheval",
["model"] = "taipan",
["price"] = 1650000,
["category"] = "super",
["hash"] = "-1134706562",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/4/4c/Taipan-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("tyrant")] = {
["name"] = "Tyrant",
["brand"] = " Överflöd",
["model"] = "tyrant",
["price"] = 2100000,
["category"] = "super",
["hash"] = "-376434238",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/f/f7/Tyrant-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("osiris")] = {
["name"] = "Osiris",
["brand"] = "Pegassi",
["model"] = "osiris",
["price"] = 1400000,
["category"] = "super",
["hash"] = "1987142870",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/5/53/Osiris-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("flashgt")] = {
["name"] = "Flash GT",
["brand"] = "Vapid",
["model"] = "flashgt",
["price"] = 111000,
["category"] = "sports",
["hash"] = "-1259134696",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/3/3b/FlashGT-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("specter2")] = {
["name"] = "Specter Custom",
["brand"] = "Dewbauchee",
["model"] = "specter2",
["price"] = 178000,
["category"] = "sports",
["hash"] = "1074745671",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/01/SpecterCustom-GTAO-
front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("surge")] = {
["name"] = "Surge",
["brand"] = "Cheval",
["model"] = "surge",
["price"] = 28500,
["category"] = "sedans",
["hash"] = "-1894894188",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/c/c2/Surge-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("ellie")] = {
["name"] = "Ellie",
["brand"] = "Vapid",
["model"] = "ellie",
["price"] = 50000,
["category"] = "muscle",
["hash"] = "-1267543371",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/6/6b/Ellie-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("bjxl")] = {
["name"] = "BeeJay XL",
["brand"] = "Karin",
["model"] = "bjxl",
["price"] = 47000,
["category"] = "suvs",
["hash"] = "850565707",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/d/da/BeeJayXL-GTAV-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("faggio3")] = {
["name"] = "Faggio Mod",
["brand"] = "Pegassi",
["model"] = "faggio3",
["price"] = 900,
["category"] = "motorcycles",
["hash"] = "-1289178744",
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("schwarzer2")] = {
["name"] = "Schwarzer Custom",
["brand"] = "Benefactor",
["model"] = "schwarzer2",
["price"] = 285000,
["category"] = "tuner",
["hash"] = GetHashKey("schwarzer2"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "custom",
},
[GetHashKey("sgrx")] = {
["name"] = "SGRX",
["brand"] = "Maibatsu",
["model"] = "sgrx",
["price"] = 301520,
["category"] = "tuner",
["hash"] = GetHashKey("sgrx"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("sentinelc1")] = {
["name"] = "Sentinel Custom XR",
["brand"] = "Ubermach",
["model"] = "sentinelc1",
["price"] = 250000,
["category"] = "tuner",
["hash"] = GetHashKey("sentinelc1"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("zr3806str")] = {
["name"] = "ZR380 6STR",
["brand"] = "Annis",
["model"] = "zr3806str",
["price"] = 315600,
["category"] = "tuner",
["hash"] = GetHashKey("zr3806str"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 100000,
["trunkslots"] = 80,
["shop"] = "pdm",
},
[GetHashKey("omnis")] = {
["name"] = "omnis",
["brand"] = "Annis",
["model"] = "omnis",
["price"] = 120000,
["category"] = "sports",
["hash"] = GetHashKey("omnis"),
["image"] =
"https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
["trunkspace"] = 40000,
["trunkslots"] = 40,
["shop"] = "pdm",
},
}
QBShared.Gangs = {
["peakyblinders"] = {
label = "peakyblinders"
},
["vagos"] = {
label = "vagos"
},
["ballas"] = {
label = "Ballas"
},
["rtg"] = {
label = "rtg"
},
["survivors"] = {
label = "survivors"
},
["cartel"] = {
label = "cartel"
},
["thelostmc"] = {
label = "thelostmc"
},
["ogs"] = {
label = "ogs"
},
["blacklist"] = {
label = "blacklist"
},
["b13"] = {
label = "b13"
},
["chapo"] = {
label = "chapo"
},
["rezo"] = {
label = "rezo"
},
["camorrah"] = {
label = "camorrah"
},
}
QBShared.Jobs = {
["unemployed"] = {
label = ""غير موظف,
defaultDuty = true,
grades = {
[0] = {
label = ''غير موظف,
payment = 10,
},
}
},
-------
["sheriff"] = {
label = ""وزارة الداخلية,
defaultDuty = true,
grades = {
[0] = {
label = ""جندي,
payment = 2500,
},
[1] = {
label = ''جندي اول,
payment = 2700,
},
[2] = {
label = ''عريف,
payment = 2900,
},
[3] = {
label = ''عريف اول,
payment = 3100,
},
[4] = {
label = ''رقيب,
payment = 3300,
},
[5] = {
label = ''رئيس رقباء,
payment = 3500,
},
[6] = {
label = ''مالزم,
payment = 3700,
},
[7] = {
label = ''مالزم اول,
payment = 3900,
},
[8] = {
label = ''نقيب,
payment = 4100,
},
[9] = {
label = ''رائد,
payment = 4300,
},
[10] = {
label = ''مقدم,
payment = 4500,
},
[11] = {
label = ''عقيد,
payment = 4700,
},
[12] = {
label = ''عميد,
payment = 5100,
},
[13] = {
label = ''لواء,
payment = 5300,
},
[14] = {
label = ''فريق,
payment = 5500,
},
[15] = {
label = ''فريق اول,
payment = 5700,
},
}
},
-------
["araed"] = {
label = ""شركة الرائد للحراسة,
defaultDuty = true,
grades = {
[0] = {
label = ""حارس مستجد,
payment = 2500,
},
[1] = {
label = ''حارس متدرب,
payment = 2700,
},
[2] = {
label = ''عريف,
payment = 2900,
},
[3] = {
label = ''عريف اول,
payment = 3100,
},
[4] = {
label = ''رقيب,
payment = 3300,
},
[5] = {
label = ''رئيس رقباء,
payment = 3500,
},
[6] = {
label = ''مالزم,
payment = 3700,
},
[7] = {
label = ''مالزم اول,
payment = 3900,
},
[8] = {
label = ''نقيب,
payment = 4100,
},
[9] = {
label = ''رائد,
payment = 4300,
},
[10] = {
label = ''مقدم,
payment = 4500,
},
[11] = {
label = ''عقيد,
payment = 4700,
},
[12] = {
label = ''عميد,
payment = 5100,
},
[13] = {
label = ''لواء,
payment = 5300,
},
[14] = {
label = ''فريق,
payment = 5500,
},
[15] = {
label = ''فريق اول,
payment = 5700,
},
}
},
-----
-----
["police"] = {
label = ""وزارة الداخلية,
defaultDuty = true,
grades = {
[0] = {
label = ""جندي,
payment = 2500,
},
[1] = {
label = ''جندي اول,
payment = 2700,
},
[2] = {
label = ''عريف,
payment = 2900,
},
[3] = {
label = ''عريف اول,
payment = 3100,
},
[4] = {
label = ''رقيب,
payment = 3300,
},
[5] = {
label = ''رئيس رقباء,
payment = 3500,
},
[6] = {
label = ''مالزم,
payment = 3700,
},
[7] = {
label = ''مالزم اول,
payment = 3900,
},
[8] = {
label = ''نقيب,
payment = 4100,
},
[9] = {
label = ''رائد,
payment = 4300,
},
[10] = {
label = ''مقدم,
payment = 4500,
},
[11] = {
label = ''عقيد,
payment = 4700,
},
[12] = {
label = ''عميد,
payment = 5100,
},
[13] = {
label = ''لواء,
payment = 5300,
},
[14] = {
label = ''فريق,
payment = 5500,
},
[15] = {
label = ''فريق اول,
payment = 5700,
},
}
},
["doctor"] = {
label = ""دكتور,
defaultDuty = true,
grades = {
[0] = {
label = ''ممرض,
payment = 475,
},
[1] = {
label = ''دكتور,
payment = 525,
},
[2] = {
label = ''بروفيسور,
payment = 575,
},
[3] = {
label = ''رئيس األطباء,
payment = 625,
},
}
},
["ambulance"] = {
label = ""مسعف,
defaultDuty = true,
grades = {
[0] = {
label = ''مسعف,
payment = 325,
},
[1] = {
label = ''اخصائي طب طوارئ,
payment = 375,
},
[2] = {
label = ''مسعف متقدم,
payment = 425,
},
}
},
["trucker"] = {
label = ""سائق شاحنة,
defaultDuty = true,
grades = {
[0] = {
label = ''سائق شاحنة,
payment = 10,
},
}
},
["taxi"] = {
label = ""تاكسي,
defaultDuty = true,
grades = {
[0] = {
label = ''تاكسي,
payment = 50,
},
}
},
["r8abh"] = {
label = ""إدارة الرقابة والتفتيش,
defaultDuty = true,
grades = {
[0] = {
label = ''موظف,
payment = 10,
},
}
},
["realestate"] = {
label = ""عقاري,
defaultDuty = true,
grades = {
[0] = {
label = ''وكيل العقارات,
payment = 250,
},
}
},
["tow"] = {
label = ""سائق سطحة,
defaultDuty = true,
grades = {
[0] = {
label = ''سائق سطحة,
payment = 10,
},
}
},
["reporter"] = {
label = ""صحفي,
defaultDuty = true,
grades = {
[0] = {
label = ''صحفي,
payment = 10,
},
}
},
["judge"] = {
label = ""قاضي,
defaultDuty = true,
grades = {
[0] = {
label = ''قاضي,
payment = 500,
},
}
},
["lawyer"] = {
label = ""محامي,
defaultDuty = true,
grades = {
[0] = {
label = ''محامي,
payment = 250,
},
}
},
["cardealer"] = {
label = ""بائع سيارات,
defaultDuty = true,
grades = {
[0] = {
label = ''بائع سيارات,
payment = 150,
},
}
},
["almash"] = {
label = ""معرض الماسة,
defaultDuty = true,
grades = {
[0] = {
label = ''بائع,
payment = 150,
},
}
},
["chicken"] = {
label = ""عامل دواجن,
defaultDuty = true,
grades = {
[0] = {
label = ''عامل دواجن,
payment = 12,
},
}
},
["mechanic"] = {
label = ""ميكانيكي,
defaultDuty = true,
grades = {
[0] = {
label = ''ميكانيكي مبتدئ,
payment = 50,
},
[1] = {
label = ''ميكانيكي,
payment = 100,
},
[2] = {
label = ''ميكانيكي محترف,
payment = 150,
},
[3] = {
label = ''مهندس ميكانيكي,
payment = 175,
},
[4] = {
label = ''نائب رئيس الميكانيكي,
payment = 200,
},
[5] = {
label = ''رئيس الميكانيكي,
payment = 250,
},
}
},
["garbage"] = {
label = ""عامل نظافة,
defaultDuty = true,
grades = {
[0] = {
label = ''عامل نظافة,
payment = 12,
},
}
},
["miner"] = {
label = ""عامل منجم,
defaultDuty = true,
grades = {
[0] = {
label = ''عامل منجم,
payment = 12,
},
}
},
["hotdog"] = {
label = ""بائع النقانق,
defaultDuty = true,
grades = {
[0] = {
label = ''بائع النقانق,
payment = 12,
},
}
},
["skydive"] = {
label = ""سكاي دايف,
defaultDuty = true,
grades = {
[0] = {
label = ''سكاي دايف,
payment = 12,
},
}
},
}
QBShared.StarterItems = {
["phone"] = {amount = 1, item = "phone"},
["id_card"] = {amount = 1, item = "id_card"},
["lockpick"] = {amount = 1, item = "lockpick"},
["driver_license"] = {amount = 1, item = "driver_license"},
}