diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 1ff0c42..0000000 --- a/.gitattributes +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# Set default behavior to automatically normalize line endings. -############################################################################### -* text=auto - -############################################################################### -# Set default behavior for command prompt diff. -# -# This is need for earlier builds of msysgit that does not have it on by -# default for csharp files. -# Note: This is only used by command line -############################################################################### -#*.cs diff=csharp - -############################################################################### -# Set the merge driver for project and solution files -# -# Merging from the command prompt will add diff markers to the files if there -# are conflicts (Merging from VS is not affected by the settings below, in VS -# the diff markers are never inserted). Diff markers may cause the following -# file extensions to fail to load in VS. An alternative would be to treat -# these files as binary and thus will always conflict and require user -# intervention with every merge. To do so, just uncomment the entries below -############################################################################### -#*.sln merge=binary -#*.csproj merge=binary -#*.vbproj merge=binary -#*.vcxproj merge=binary -#*.vcproj merge=binary -#*.dbproj merge=binary -#*.fsproj merge=binary -#*.lsproj merge=binary -#*.wixproj merge=binary -#*.modelproj merge=binary -#*.sqlproj merge=binary -#*.wwaproj merge=binary - -############################################################################### -# behavior for image files -# -# image files are treated as binary by default. -############################################################################### -#*.jpg binary -#*.png binary -#*.gif binary - -############################################################################### -# diff behavior for common document formats -# -# Convert binary document formats to text before diffing them. This feature -# is only available from the command line. Turn it on by uncommenting the -# entries below. -############################################################################### -#*.doc diff=astextplain -#*.DOC diff=astextplain -#*.docx diff=astextplain -#*.DOCX diff=astextplain -#*.dot diff=astextplain -#*.DOT diff=astextplain -#*.pdf diff=astextplain -#*.PDF diff=astextplain -#*.rtf diff=astextplain -#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9491a2f..0000000 --- a/.gitignore +++ /dev/null @@ -1,363 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Oo]ut/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file diff --git a/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 b/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..ae8ce6d Binary files /dev/null and b/.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/GtaVUsersInfo/FileContentIndex/read.lock b/.vs/GtaVUsersInfo/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/GtaVUsersInfo/v17/.futdcache.v2 b/.vs/GtaVUsersInfo/v17/.futdcache.v2 new file mode 100644 index 0000000..b973c43 Binary files /dev/null and b/.vs/GtaVUsersInfo/v17/.futdcache.v2 differ diff --git a/.vs/GtaVUsersInfo/v17/.suo b/.vs/GtaVUsersInfo/v17/.suo new file mode 100644 index 0000000..30277d6 Binary files /dev/null and b/.vs/GtaVUsersInfo/v17/.suo differ diff --git a/.vs/GtaVUsersInfo1/DesignTimeBuild/.dtbcache.v2 b/.vs/GtaVUsersInfo1/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..7803bbf Binary files /dev/null and b/.vs/GtaVUsersInfo1/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/GtaVUsersInfo1/FileContentIndex/3d82c320-0f2e-4e75-9266-1db67d901f56.vsidx b/.vs/GtaVUsersInfo1/FileContentIndex/3d82c320-0f2e-4e75-9266-1db67d901f56.vsidx new file mode 100644 index 0000000..687b012 Binary files /dev/null and b/.vs/GtaVUsersInfo1/FileContentIndex/3d82c320-0f2e-4e75-9266-1db67d901f56.vsidx differ diff --git a/.vs/GtaVUsersInfo1/FileContentIndex/c19ff136-271a-458e-86e0-117bad16fb17.vsidx b/.vs/GtaVUsersInfo1/FileContentIndex/c19ff136-271a-458e-86e0-117bad16fb17.vsidx new file mode 100644 index 0000000..caae58f Binary files /dev/null and b/.vs/GtaVUsersInfo1/FileContentIndex/c19ff136-271a-458e-86e0-117bad16fb17.vsidx differ diff --git a/.vs/GtaVUsersInfo1/FileContentIndex/ee7627b6-739a-4946-88b8-2ffa383e907c.vsidx b/.vs/GtaVUsersInfo1/FileContentIndex/ee7627b6-739a-4946-88b8-2ffa383e907c.vsidx new file mode 100644 index 0000000..4fe4ddc Binary files /dev/null and b/.vs/GtaVUsersInfo1/FileContentIndex/ee7627b6-739a-4946-88b8-2ffa383e907c.vsidx differ diff --git a/.vs/GtaVUsersInfo1/FileContentIndex/f5748b36-2fca-4ba3-ae0b-5930e46e77bc.vsidx b/.vs/GtaVUsersInfo1/FileContentIndex/f5748b36-2fca-4ba3-ae0b-5930e46e77bc.vsidx new file mode 100644 index 0000000..299d72f Binary files /dev/null and b/.vs/GtaVUsersInfo1/FileContentIndex/f5748b36-2fca-4ba3-ae0b-5930e46e77bc.vsidx differ diff --git a/.vs/GtaVUsersInfo1/FileContentIndex/read.lock b/.vs/GtaVUsersInfo1/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/GtaVUsersInfo1/v17/.futdcache.v2 b/.vs/GtaVUsersInfo1/v17/.futdcache.v2 new file mode 100644 index 0000000..5399a82 Binary files /dev/null and b/.vs/GtaVUsersInfo1/v17/.futdcache.v2 differ diff --git a/.vs/GtaVUsersInfo1/v17/.suo b/.vs/GtaVUsersInfo1/v17/.suo new file mode 100644 index 0000000..8ba730e Binary files /dev/null and b/.vs/GtaVUsersInfo1/v17/.suo differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin new file mode 100644 index 0000000..54dce6b Binary files /dev/null and b/.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin new file mode 100644 index 0000000..489cef0 Binary files /dev/null and b/.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo1.metadata.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo1.metadata.v7.bin new file mode 100644 index 0000000..fe7facf Binary files /dev/null and b/.vs/ProjectEvaluation/gtavusersinfo1.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/gtavusersinfo1.projects.v7.bin b/.vs/ProjectEvaluation/gtavusersinfo1.projects.v7.bin new file mode 100644 index 0000000..dfb3787 Binary files /dev/null and b/.vs/ProjectEvaluation/gtavusersinfo1.projects.v7.bin differ diff --git a/App.config b/App.config deleted file mode 100644 index 51d9cf1..0000000 --- a/App.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/GtaVUsersInfo.csproj b/GtaVUsersInfo.csproj index d787df4..70ff67f 100644 --- a/GtaVUsersInfo.csproj +++ b/GtaVUsersInfo.csproj @@ -1,219 +1,32 @@ - - - + + - Debug - AnyCPU - {BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE} WinExe - GtaVUsersInfo - GtaVUsersInfo - v4.8 - 512 - true - true - - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net7.0-windows + enable + true + enable + - - packages\HtmlAgilityPack.1.11.67\lib\Net45\HtmlAgilityPack.dll - - - packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll - - - packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - - - packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - - - packages\System.Memory.4.5.5\lib\net461\System.Memory.dll - - - - packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - - packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - - packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll - - - packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll - - - packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - - packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - - - - - - - - - - - - packages\Selenium.WebDriver.4.25.0\lib\netstandard2.0\WebDriver.dll - + + + + - - UserControl - - - CarItemMenuStrip.cs - - - UserControl - - - CarPanelMenuStrip.cs - - - UserControl - - - ParameterPanelMenuStrip.cs - - - UserControl - - - ParameterItemMenuStrip.cs - - - Form - - - AddCars.cs - - - - - UserControl - - - CarControl.cs - - - Form - - - AddParameter.cs - - - - - Form - - - MainForm.cs - - - - - - UserControl - - - ParameterControl.cs - - - True + True - Resources.resx - - - - CarItemMenuStrip.cs - - - CarPanelMenuStrip.cs - - - ParameterPanelMenuStrip.cs - - - ParameterItemMenuStrip.cs - - - AddCars.cs - - - CarControl.cs - - - AddParameter.cs - - - MainForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - True Resources.resx - - ParameterControl.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - + - + + PublicResXFileCodeGenerator + Resources.Designer.cs + - - - - - - Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}. - - - + \ No newline at end of file diff --git a/GtaVUsersInfo.csproj.user b/GtaVUsersInfo.csproj.user new file mode 100644 index 0000000..b0f5a57 --- /dev/null +++ b/GtaVUsersInfo.csproj.user @@ -0,0 +1,32 @@ + + + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + Form + + + Form + + + Form + + + \ No newline at end of file diff --git a/GtaVUsersInfo.sln b/GtaVUsersInfo.sln index 9d5de6e..0d1dc01 100644 --- a/GtaVUsersInfo.sln +++ b/GtaVUsersInfo.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.6.33723.286 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GtaVUsersInfo", "GtaVUsersInfo.csproj", "{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtaVUsersInfo", "GtaVUsersInfo.csproj", "{C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Release|Any CPU.Build.0 = Release|Any CPU + {C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {09C63D68-7915-4983-A077-639F664BA894} + SolutionGuid = {9289FE2B-956F-4979-88E2-4239BE1EEE84} EndGlobalSection EndGlobal diff --git a/LICENSE b/LICENSE deleted file mode 100644 index cde4ac6..0000000 --- a/LICENSE +++ /dev/null @@ -1,10 +0,0 @@ -This is free and unencumbered software released into the public domain. - -Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. - -In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -For more information, please refer to diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 47d9760..7d12cd1 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -28,434 +28,430 @@ /// private void InitializeComponent() { - this.panel1 = new System.Windows.Forms.Panel(); - this.debugCheck = new System.Windows.Forms.CheckBox(); - this.panel2 = new System.Windows.Forms.Panel(); - this.buttonsPanel = new System.Windows.Forms.Panel(); - this.readJsonButton = new System.Windows.Forms.Button(); - this.addParameter = new System.Windows.Forms.Button(); - this.parserButton = new System.Windows.Forms.Button(); - this.addCar = new System.Windows.Forms.Button(); - this.addParametrLabel = new System.Windows.Forms.Label(); - this.parametersPanel = new System.Windows.Forms.Panel(); - this.menuStrip = new System.Windows.Forms.MenuStrip(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveAsКакToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.styleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.colorTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.styleTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.buttonPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.parameterPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.carPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.top_downPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.splitterLeft = new System.Windows.Forms.Splitter(); - this.splitterRigth = new System.Windows.Forms.Splitter(); - this.carsPanel = new System.Windows.Forms.Panel(); - this.carsItems = new System.Windows.Forms.FlowLayoutPanel(); - this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.panel1.SuspendLayout(); - this.buttonsPanel.SuspendLayout(); - this.menuStrip.SuspendLayout(); - this.carsPanel.SuspendLayout(); - this.SuspendLayout(); + panel1 = new Panel(); + debugCheck = new CheckBox(); + panel2 = new Panel(); + buttonsPanel = new Panel(); + readJsonButton = new Button(); + addParameter = new Button(); + parserButton = new Button(); + addCar = new Button(); + addParametrLabel = new Label(); + parametersPanel = new Panel(); + menuStrip = new MenuStrip(); + fileToolStripMenuItem = new ToolStripMenuItem(); + openFileToolStripMenuItem = new ToolStripMenuItem(); + saveToolStripMenuItem = new ToolStripMenuItem(); + saveAsКакToolStripMenuItem = new ToolStripMenuItem(); + toolStripSeparator2 = new ToolStripSeparator(); + newToolStripMenuItem = new ToolStripMenuItem(); + toolStripSeparator1 = new ToolStripSeparator(); + exitToolStripMenuItem = new ToolStripMenuItem(); + styleToolStripMenuItem = new ToolStripMenuItem(); + textToolStripMenuItem = new ToolStripMenuItem(); + colorTextToolStripMenuItem = new ToolStripMenuItem(); + styleTextToolStripMenuItem = new ToolStripMenuItem(); + toolStripSeparator3 = new ToolStripSeparator(); + defaultToolStripMenuItem = new ToolStripMenuItem(); + colorToolStripMenuItem = new ToolStripMenuItem(); + buttonPanelToolStripMenuItem = new ToolStripMenuItem(); + parameterPanelToolStripMenuItem = new ToolStripMenuItem(); + carPanelToolStripMenuItem = new ToolStripMenuItem(); + top_downPanelToolStripMenuItem = new ToolStripMenuItem(); + splitterLeft = new Splitter(); + splitterRigth = new Splitter(); + carsPanel = new Panel(); + carsItems = new FlowLayoutPanel(); + panel1.SuspendLayout(); + buttonsPanel.SuspendLayout(); + menuStrip.SuspendLayout(); + carsPanel.SuspendLayout(); + SuspendLayout(); // // panel1 // - this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel1.Controls.Add(this.debugCheck); - this.panel1.Dock = System.Windows.Forms.DockStyle.Top; - this.panel1.Location = new System.Drawing.Point(0, 24); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(764, 20); - this.panel1.TabIndex = 0; + panel1.BorderStyle = BorderStyle.FixedSingle; + panel1.Controls.Add(debugCheck); + panel1.Dock = DockStyle.Top; + panel1.Location = new Point(0, 24); + panel1.Margin = new Padding(4, 3, 4, 3); + panel1.Name = "panel1"; + panel1.Size = new Size(891, 23); + panel1.TabIndex = 0; // // debugCheck // - this.debugCheck.AutoSize = true; - this.debugCheck.Dock = System.Windows.Forms.DockStyle.Right; - this.debugCheck.Location = new System.Drawing.Point(747, 0); - this.debugCheck.Name = "debugCheck"; - this.debugCheck.Size = new System.Drawing.Size(15, 18); - this.debugCheck.TabIndex = 0; - this.debugCheck.UseVisualStyleBackColor = true; - this.debugCheck.CheckedChanged += new System.EventHandler(this.debugCheck_CheckedChanged); + debugCheck.AutoSize = true; + debugCheck.Dock = DockStyle.Right; + debugCheck.Location = new Point(874, 0); + debugCheck.Margin = new Padding(4, 3, 4, 3); + debugCheck.Name = "debugCheck"; + debugCheck.Size = new Size(15, 21); + debugCheck.TabIndex = 0; + debugCheck.UseVisualStyleBackColor = true; + debugCheck.CheckedChanged += debugCheck_CheckedChanged; // // panel2 // - this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panel2.Location = new System.Drawing.Point(0, 463); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(764, 20); - this.panel2.TabIndex = 1; + panel2.BorderStyle = BorderStyle.FixedSingle; + panel2.Dock = DockStyle.Bottom; + panel2.Location = new Point(0, 534); + panel2.Margin = new Padding(4, 3, 4, 3); + panel2.Name = "panel2"; + panel2.Size = new Size(891, 23); + panel2.TabIndex = 1; // // buttonsPanel // - this.buttonsPanel.AutoScroll = true; - this.buttonsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.buttonsPanel.Controls.Add(this.readJsonButton); - this.buttonsPanel.Controls.Add(this.addParameter); - this.buttonsPanel.Controls.Add(this.parserButton); - this.buttonsPanel.Controls.Add(this.addCar); - this.buttonsPanel.Controls.Add(this.addParametrLabel); - this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Left; - this.buttonsPanel.Location = new System.Drawing.Point(0, 44); - this.buttonsPanel.MinimumSize = new System.Drawing.Size(100, 100); - this.buttonsPanel.Name = "buttonsPanel"; - this.buttonsPanel.Padding = new System.Windows.Forms.Padding(3); - this.buttonsPanel.Size = new System.Drawing.Size(116, 419); - this.buttonsPanel.TabIndex = 2; + buttonsPanel.AutoScroll = true; + buttonsPanel.BorderStyle = BorderStyle.FixedSingle; + buttonsPanel.Controls.Add(readJsonButton); + buttonsPanel.Controls.Add(addParameter); + buttonsPanel.Controls.Add(parserButton); + buttonsPanel.Controls.Add(addCar); + buttonsPanel.Controls.Add(addParametrLabel); + buttonsPanel.Dock = DockStyle.Left; + buttonsPanel.Location = new Point(0, 47); + buttonsPanel.Margin = new Padding(4, 3, 4, 3); + buttonsPanel.MinimumSize = new Size(116, 115); + buttonsPanel.Name = "buttonsPanel"; + buttonsPanel.Padding = new Padding(4, 3, 4, 3); + buttonsPanel.Size = new Size(135, 487); + buttonsPanel.TabIndex = 2; // // readJsonButton // - this.readJsonButton.AutoSize = true; - this.readJsonButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.readJsonButton.Dock = System.Windows.Forms.DockStyle.Bottom; - this.readJsonButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.readJsonButton.Location = new System.Drawing.Point(3, 370); - this.readJsonButton.Name = "readJsonButton"; - this.readJsonButton.Size = new System.Drawing.Size(108, 22); - this.readJsonButton.TabIndex = 5; - this.readJsonButton.Text = "Считать json"; - this.readJsonButton.UseVisualStyleBackColor = true; - this.readJsonButton.Click += new System.EventHandler(this.readJsonButton_Click); + readJsonButton.AutoSize = true; + readJsonButton.AutoSizeMode = AutoSizeMode.GrowAndShrink; + readJsonButton.Dock = DockStyle.Bottom; + readJsonButton.Font = new Font("Microsoft Sans Serif", 6.75F, FontStyle.Regular, GraphicsUnit.Point); + readJsonButton.Location = new Point(4, 438); + readJsonButton.Margin = new Padding(4, 3, 4, 3); + readJsonButton.Name = "readJsonButton"; + readJsonButton.Size = new Size(125, 22); + readJsonButton.TabIndex = 5; + readJsonButton.Text = "Считать json"; + readJsonButton.UseVisualStyleBackColor = true; + readJsonButton.Click += readJsonButton_Click; // // addParameter // - this.addParameter.AutoSize = true; - this.addParameter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.addParameter.Dock = System.Windows.Forms.DockStyle.Top; - this.addParameter.FlatAppearance.BorderSize = 0; - this.addParameter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.addParameter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.addParameter.Location = new System.Drawing.Point(3, 48); - this.addParameter.Name = "addParameter"; - this.addParameter.Size = new System.Drawing.Size(108, 26); - this.addParameter.TabIndex = 4; - this.addParameter.Text = "Параметр"; - this.addParameter.UseVisualStyleBackColor = true; - this.addParameter.Click += new System.EventHandler(this.addParameter_Click); + addParameter.AutoSize = true; + addParameter.AutoSizeMode = AutoSizeMode.GrowAndShrink; + addParameter.Dock = DockStyle.Top; + addParameter.FlatAppearance.BorderSize = 0; + addParameter.FlatStyle = FlatStyle.Flat; + addParameter.Font = new Font("Microsoft Sans Serif", 9.75F, FontStyle.Regular, GraphicsUnit.Point); + addParameter.Location = new Point(4, 48); + addParameter.Margin = new Padding(4, 3, 4, 3); + addParameter.Name = "addParameter"; + addParameter.Size = new Size(125, 26); + addParameter.TabIndex = 4; + addParameter.Text = "Параметр"; + addParameter.UseVisualStyleBackColor = true; + addParameter.Click += addParameter_Click; // // parserButton // - this.parserButton.AutoSize = true; - this.parserButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.parserButton.Dock = System.Windows.Forms.DockStyle.Bottom; - this.parserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.parserButton.Location = new System.Drawing.Point(3, 392); - this.parserButton.Name = "parserButton"; - this.parserButton.Size = new System.Drawing.Size(108, 22); - this.parserButton.TabIndex = 3; - this.parserButton.Text = "Парсинг"; - this.parserButton.UseVisualStyleBackColor = true; - this.parserButton.Click += new System.EventHandler(this.parserButton_Click); + parserButton.AutoSize = true; + parserButton.AutoSizeMode = AutoSizeMode.GrowAndShrink; + parserButton.Dock = DockStyle.Bottom; + parserButton.Font = new Font("Microsoft Sans Serif", 6.75F, FontStyle.Regular, GraphicsUnit.Point); + parserButton.Location = new Point(4, 460); + parserButton.Margin = new Padding(4, 3, 4, 3); + parserButton.Name = "parserButton"; + parserButton.Size = new Size(125, 22); + parserButton.TabIndex = 3; + parserButton.Text = "Парсинг"; + parserButton.UseVisualStyleBackColor = true; + parserButton.Click += parserButton_Click; // // addCar // - this.addCar.AutoSize = true; - this.addCar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.addCar.Dock = System.Windows.Forms.DockStyle.Top; - this.addCar.FlatAppearance.BorderSize = 0; - this.addCar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.addCar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.addCar.Location = new System.Drawing.Point(3, 22); - this.addCar.Name = "addCar"; - this.addCar.Size = new System.Drawing.Size(108, 26); - this.addCar.TabIndex = 2; - this.addCar.Text = "Автомобиль"; - this.addCar.UseVisualStyleBackColor = true; - this.addCar.Click += new System.EventHandler(this.addCar_Click); + addCar.AutoSize = true; + addCar.AutoSizeMode = AutoSizeMode.GrowAndShrink; + addCar.Dock = DockStyle.Top; + addCar.FlatAppearance.BorderSize = 0; + addCar.FlatStyle = FlatStyle.Flat; + addCar.Font = new Font("Microsoft Sans Serif", 9.75F, FontStyle.Regular, GraphicsUnit.Point); + addCar.Location = new Point(4, 22); + addCar.Margin = new Padding(4, 3, 4, 3); + addCar.Name = "addCar"; + addCar.Size = new Size(125, 26); + addCar.TabIndex = 2; + addCar.Text = "Автомобиль"; + addCar.UseVisualStyleBackColor = true; + addCar.Click += addCar_Click; // // addParametrLabel // - this.addParametrLabel.AutoSize = true; - this.addParametrLabel.Dock = System.Windows.Forms.DockStyle.Top; - this.addParametrLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.addParametrLabel.Location = new System.Drawing.Point(3, 3); - this.addParametrLabel.Name = "addParametrLabel"; - this.addParametrLabel.Padding = new System.Windows.Forms.Padding(3); - this.addParametrLabel.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.addParametrLabel.Size = new System.Drawing.Size(66, 19); - this.addParametrLabel.TabIndex = 1; - this.addParametrLabel.Text = "Добавить:"; + addParametrLabel.AutoSize = true; + addParametrLabel.Dock = DockStyle.Top; + addParametrLabel.Font = new Font("Microsoft Sans Serif", 8.25F, FontStyle.Regular, GraphicsUnit.Point); + addParametrLabel.Location = new Point(4, 3); + addParametrLabel.Margin = new Padding(4, 0, 4, 0); + addParametrLabel.Name = "addParametrLabel"; + addParametrLabel.Padding = new Padding(4, 3, 4, 3); + addParametrLabel.RightToLeft = RightToLeft.No; + addParametrLabel.Size = new Size(68, 19); + addParametrLabel.TabIndex = 1; + addParametrLabel.Text = "Добавить:"; // // parametersPanel // - this.parametersPanel.AutoScroll = true; - this.parametersPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.parametersPanel.Dock = System.Windows.Forms.DockStyle.Right; - this.parametersPanel.Location = new System.Drawing.Point(564, 44); - this.parametersPanel.MinimumSize = new System.Drawing.Size(100, 100); - this.parametersPanel.Name = "parametersPanel"; - this.parametersPanel.Size = new System.Drawing.Size(200, 419); - this.parametersPanel.TabIndex = 3; + parametersPanel.AutoScroll = true; + parametersPanel.BorderStyle = BorderStyle.FixedSingle; + parametersPanel.Dock = DockStyle.Right; + parametersPanel.Location = new Point(658, 47); + parametersPanel.Margin = new Padding(4, 3, 4, 3); + parametersPanel.MinimumSize = new Size(116, 115); + parametersPanel.Name = "parametersPanel"; + parametersPanel.Size = new Size(233, 487); + parametersPanel.TabIndex = 3; // // menuStrip // - this.menuStrip.BackColor = System.Drawing.Color.White; - this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.fileToolStripMenuItem, - this.styleToolStripMenuItem}); - this.menuStrip.Location = new System.Drawing.Point(0, 0); - this.menuStrip.Name = "menuStrip"; - this.menuStrip.Size = new System.Drawing.Size(764, 24); - this.menuStrip.TabIndex = 5; - this.menuStrip.Text = "menuStrip1"; + menuStrip.BackColor = Color.White; + menuStrip.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem, styleToolStripMenuItem }); + menuStrip.Location = new Point(0, 0); + menuStrip.Name = "menuStrip"; + menuStrip.Padding = new Padding(7, 2, 0, 2); + menuStrip.Size = new Size(891, 24); + menuStrip.TabIndex = 5; + menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.openFileToolStripMenuItem, - this.saveToolStripMenuItem, - this.saveAsКакToolStripMenuItem, - this.toolStripSeparator2, - this.newToolStripMenuItem, - this.toolStripSeparator1, - this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(48, 20); - this.fileToolStripMenuItem.Text = "Файл"; + fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { openFileToolStripMenuItem, saveToolStripMenuItem, saveAsКакToolStripMenuItem, toolStripSeparator2, newToolStripMenuItem, toolStripSeparator1, exitToolStripMenuItem }); + fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + fileToolStripMenuItem.Size = new Size(48, 20); + fileToolStripMenuItem.Text = "Файл"; // // openFileToolStripMenuItem // - this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem"; - this.openFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.openFileToolStripMenuItem.Text = "Открыть"; - this.openFileToolStripMenuItem.Click += new System.EventHandler(this.openFileToolStripMenuItem_Click); + openFileToolStripMenuItem.Name = "openFileToolStripMenuItem"; + openFileToolStripMenuItem.Size = new Size(170, 22); + openFileToolStripMenuItem.Text = "Открыть"; + openFileToolStripMenuItem.Click += openFileToolStripMenuItem_Click; // // saveToolStripMenuItem // - this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.saveToolStripMenuItem.Text = "Сохранить"; - this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + saveToolStripMenuItem.Size = new Size(170, 22); + saveToolStripMenuItem.Text = "Сохранить"; + saveToolStripMenuItem.Click += saveToolStripMenuItem_Click; // // saveAsКакToolStripMenuItem // - this.saveAsКакToolStripMenuItem.Name = "saveAsКакToolStripMenuItem"; - this.saveAsКакToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.saveAsКакToolStripMenuItem.Text = "Сохранить как"; - this.saveAsКакToolStripMenuItem.Click += new System.EventHandler(this.saveAsКакToolStripMenuItem_Click); + saveAsКакToolStripMenuItem.Name = "saveAsКакToolStripMenuItem"; + saveAsКакToolStripMenuItem.Size = new Size(170, 22); + saveAsКакToolStripMenuItem.Text = "Сохранить как"; + saveAsКакToolStripMenuItem.Click += saveAsКакToolStripMenuItem_Click; // // toolStripSeparator2 // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); + toolStripSeparator2.Name = "toolStripSeparator2"; + toolStripSeparator2.Size = new Size(167, 6); // // newToolStripMenuItem // - this.newToolStripMenuItem.Name = "newToolStripMenuItem"; - this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.newToolStripMenuItem.Text = "Новый персонаж"; - this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); + newToolStripMenuItem.Name = "newToolStripMenuItem"; + newToolStripMenuItem.Size = new Size(170, 22); + newToolStripMenuItem.Text = "Новый персонаж"; + newToolStripMenuItem.Click += newToolStripMenuItem_Click; // // toolStripSeparator1 // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); + toolStripSeparator1.Name = "toolStripSeparator1"; + toolStripSeparator1.Size = new Size(167, 6); // // exitToolStripMenuItem // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.exitToolStripMenuItem.Text = "Выйти"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + exitToolStripMenuItem.Size = new Size(170, 22); + exitToolStripMenuItem.Text = "Выйти"; + exitToolStripMenuItem.Click += exitToolStripMenuItem_Click; // // styleToolStripMenuItem // - this.styleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.textToolStripMenuItem, - this.colorToolStripMenuItem}); - this.styleToolStripMenuItem.Name = "styleToolStripMenuItem"; - this.styleToolStripMenuItem.Size = new System.Drawing.Size(53, 20); - this.styleToolStripMenuItem.Text = "Стили"; + styleToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { textToolStripMenuItem, colorToolStripMenuItem }); + styleToolStripMenuItem.Name = "styleToolStripMenuItem"; + styleToolStripMenuItem.Size = new Size(53, 20); + styleToolStripMenuItem.Text = "Стили"; // // textToolStripMenuItem // - this.textToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.colorTextToolStripMenuItem, - this.styleTextToolStripMenuItem, - this.toolStripSeparator3, - this.defaultToolStripMenuItem}); - this.textToolStripMenuItem.Name = "textToolStripMenuItem"; - this.textToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.textToolStripMenuItem.Text = "Текст"; + textToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { colorTextToolStripMenuItem, styleTextToolStripMenuItem, toolStripSeparator3, defaultToolStripMenuItem }); + textToolStripMenuItem.Name = "textToolStripMenuItem"; + textToolStripMenuItem.Size = new Size(106, 22); + textToolStripMenuItem.Text = "Текст"; // // colorTextToolStripMenuItem // - this.colorTextToolStripMenuItem.Name = "colorTextToolStripMenuItem"; - this.colorTextToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.colorTextToolStripMenuItem.Text = "Цвет"; - this.colorTextToolStripMenuItem.Click += new System.EventHandler(this.colorTextToolStripMenuItem_Click); + colorTextToolStripMenuItem.Name = "colorTextToolStripMenuItem"; + colorTextToolStripMenuItem.Size = new Size(146, 22); + colorTextToolStripMenuItem.Text = "Цвет"; + colorTextToolStripMenuItem.Click += colorTextToolStripMenuItem_Click; // // styleTextToolStripMenuItem // - this.styleTextToolStripMenuItem.Name = "styleTextToolStripMenuItem"; - this.styleTextToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.styleTextToolStripMenuItem.Text = "Стиль"; - this.styleTextToolStripMenuItem.Click += new System.EventHandler(this.styleTextToolStripMenuItem_Click); - // - // colorToolStripMenuItem - // - this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.buttonPanelToolStripMenuItem, - this.parameterPanelToolStripMenuItem, - this.carPanelToolStripMenuItem, - this.top_downPanelToolStripMenuItem}); - this.colorToolStripMenuItem.Name = "colorToolStripMenuItem"; - this.colorToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.colorToolStripMenuItem.Text = "Цвета"; - // - // buttonPanelToolStripMenuItem - // - this.buttonPanelToolStripMenuItem.Name = "buttonPanelToolStripMenuItem"; - this.buttonPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22); - this.buttonPanelToolStripMenuItem.Text = "Левая панель"; - // - // parameterPanelToolStripMenuItem - // - this.parameterPanelToolStripMenuItem.Name = "parameterPanelToolStripMenuItem"; - this.parameterPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22); - this.parameterPanelToolStripMenuItem.Text = "Правая панель"; - // - // carPanelToolStripMenuItem - // - this.carPanelToolStripMenuItem.Name = "carPanelToolStripMenuItem"; - this.carPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22); - this.carPanelToolStripMenuItem.Text = "Центральная панель"; - // - // top_downPanelToolStripMenuItem - // - this.top_downPanelToolStripMenuItem.Name = "top_downPanelToolStripMenuItem"; - this.top_downPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22); - this.top_downPanelToolStripMenuItem.Text = "Верх/низ"; - // - // splitterLeft - // - this.splitterLeft.Location = new System.Drawing.Point(116, 44); - this.splitterLeft.Name = "splitterLeft"; - this.splitterLeft.Size = new System.Drawing.Size(5, 419); - this.splitterLeft.TabIndex = 6; - this.splitterLeft.TabStop = false; - // - // splitterRigth - // - this.splitterRigth.Dock = System.Windows.Forms.DockStyle.Right; - this.splitterRigth.Location = new System.Drawing.Point(559, 44); - this.splitterRigth.Name = "splitterRigth"; - this.splitterRigth.Size = new System.Drawing.Size(5, 419); - this.splitterRigth.TabIndex = 7; - this.splitterRigth.TabStop = false; - // - // carsPanel - // - this.carsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.carsPanel.Controls.Add(this.carsItems); - this.carsPanel.Dock = System.Windows.Forms.DockStyle.Fill; - this.carsPanel.Location = new System.Drawing.Point(121, 44); - this.carsPanel.Name = "carsPanel"; - this.carsPanel.Size = new System.Drawing.Size(438, 419); - this.carsPanel.TabIndex = 8; - // - // carsItems - // - this.carsItems.AutoScroll = true; - this.carsItems.Dock = System.Windows.Forms.DockStyle.Fill; - this.carsItems.Location = new System.Drawing.Point(0, 0); - this.carsItems.Name = "carsItems"; - this.carsItems.Size = new System.Drawing.Size(436, 417); - this.carsItems.TabIndex = 0; - // - // defaultToolStripMenuItem - // - this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem"; - this.defaultToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.defaultToolStripMenuItem.Text = "Стандартные"; - this.defaultToolStripMenuItem.Click += new System.EventHandler(this.defaultToolStripMenuItem_Click); + styleTextToolStripMenuItem.Name = "styleTextToolStripMenuItem"; + styleTextToolStripMenuItem.Size = new Size(146, 22); + styleTextToolStripMenuItem.Text = "Стиль"; + styleTextToolStripMenuItem.Click += styleTextToolStripMenuItem_Click; // // toolStripSeparator3 // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6); + toolStripSeparator3.Name = "toolStripSeparator3"; + toolStripSeparator3.Size = new Size(143, 6); + // + // defaultToolStripMenuItem + // + defaultToolStripMenuItem.Name = "defaultToolStripMenuItem"; + defaultToolStripMenuItem.Size = new Size(146, 22); + defaultToolStripMenuItem.Text = "Стандартные"; + defaultToolStripMenuItem.Click += defaultToolStripMenuItem_Click; + // + // colorToolStripMenuItem + // + colorToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { buttonPanelToolStripMenuItem, parameterPanelToolStripMenuItem, carPanelToolStripMenuItem, top_downPanelToolStripMenuItem }); + colorToolStripMenuItem.Name = "colorToolStripMenuItem"; + colorToolStripMenuItem.Size = new Size(106, 22); + colorToolStripMenuItem.Text = "Цвета"; + // + // buttonPanelToolStripMenuItem + // + buttonPanelToolStripMenuItem.Name = "buttonPanelToolStripMenuItem"; + buttonPanelToolStripMenuItem.Size = new Size(188, 22); + buttonPanelToolStripMenuItem.Text = "Левая панель"; + // + // parameterPanelToolStripMenuItem + // + parameterPanelToolStripMenuItem.Name = "parameterPanelToolStripMenuItem"; + parameterPanelToolStripMenuItem.Size = new Size(188, 22); + parameterPanelToolStripMenuItem.Text = "Правая панель"; + // + // carPanelToolStripMenuItem + // + carPanelToolStripMenuItem.Name = "carPanelToolStripMenuItem"; + carPanelToolStripMenuItem.Size = new Size(188, 22); + carPanelToolStripMenuItem.Text = "Центральная панель"; + // + // top_downPanelToolStripMenuItem + // + top_downPanelToolStripMenuItem.Name = "top_downPanelToolStripMenuItem"; + top_downPanelToolStripMenuItem.Size = new Size(188, 22); + top_downPanelToolStripMenuItem.Text = "Верх/низ"; + // + // splitterLeft + // + splitterLeft.Location = new Point(135, 47); + splitterLeft.Margin = new Padding(4, 3, 4, 3); + splitterLeft.Name = "splitterLeft"; + splitterLeft.Size = new Size(6, 487); + splitterLeft.TabIndex = 6; + splitterLeft.TabStop = false; + // + // splitterRigth + // + splitterRigth.Dock = DockStyle.Right; + splitterRigth.Location = new Point(652, 47); + splitterRigth.Margin = new Padding(4, 3, 4, 3); + splitterRigth.Name = "splitterRigth"; + splitterRigth.Size = new Size(6, 487); + splitterRigth.TabIndex = 7; + splitterRigth.TabStop = false; + // + // carsPanel + // + carsPanel.BorderStyle = BorderStyle.FixedSingle; + carsPanel.Controls.Add(carsItems); + carsPanel.Dock = DockStyle.Fill; + carsPanel.Location = new Point(141, 47); + carsPanel.Margin = new Padding(4, 3, 4, 3); + carsPanel.Name = "carsPanel"; + carsPanel.Size = new Size(511, 487); + carsPanel.TabIndex = 8; + // + // carsItems + // + carsItems.AutoScroll = true; + carsItems.Dock = DockStyle.Fill; + carsItems.Location = new Point(0, 0); + carsItems.Margin = new Padding(4, 3, 4, 3); + carsItems.Name = "carsItems"; + carsItems.Size = new Size(509, 485); + carsItems.TabIndex = 0; // // MainForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(764, 483); - this.Controls.Add(this.carsPanel); - this.Controls.Add(this.splitterRigth); - this.Controls.Add(this.splitterLeft); - this.Controls.Add(this.parametersPanel); - this.Controls.Add(this.buttonsPanel); - this.Controls.Add(this.panel2); - this.Controls.Add(this.panel1); - this.Controls.Add(this.menuStrip); - this.MainMenuStrip = this.menuStrip; - this.MinimumSize = new System.Drawing.Size(526, 365); - this.Name = "MainForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "null"; - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); - this.Load += new System.EventHandler(this.MainForm_Load); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.buttonsPanel.ResumeLayout(false); - this.buttonsPanel.PerformLayout(); - this.menuStrip.ResumeLayout(false); - this.menuStrip.PerformLayout(); - this.carsPanel.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleMode = AutoScaleMode.Font; + BackColor = Color.White; + ClientSize = new Size(891, 557); + Controls.Add(carsPanel); + Controls.Add(splitterRigth); + Controls.Add(splitterLeft); + Controls.Add(parametersPanel); + Controls.Add(buttonsPanel); + Controls.Add(panel2); + Controls.Add(panel1); + Controls.Add(menuStrip); + MainMenuStrip = menuStrip; + Margin = new Padding(4, 3, 4, 3); + MinimumSize = new Size(611, 415); + Name = "MainForm"; + StartPosition = FormStartPosition.CenterScreen; + Text = "null"; + FormClosing += MainForm_FormClosing; + Load += MainForm_Load; + panel1.ResumeLayout(false); + panel1.PerformLayout(); + buttonsPanel.ResumeLayout(false); + buttonsPanel.PerformLayout(); + menuStrip.ResumeLayout(false); + menuStrip.PerformLayout(); + carsPanel.ResumeLayout(false); + ResumeLayout(false); + PerformLayout(); } #endregion - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.Panel buttonsPanel; - private System.Windows.Forms.Panel parametersPanel; - private System.Windows.Forms.MenuStrip menuStrip; - private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem openFileToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem saveAsКакToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; - private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem styleToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem colorTextToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem styleTextToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem buttonPanelToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem parameterPanelToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem carPanelToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem top_downPanelToolStripMenuItem; - private System.Windows.Forms.Button addCar; - private System.Windows.Forms.Label addParametrLabel; - private System.Windows.Forms.Splitter splitterLeft; - private System.Windows.Forms.Splitter splitterRigth; - private System.Windows.Forms.Panel carsPanel; - private System.Windows.Forms.Button parserButton; - private System.Windows.Forms.CheckBox debugCheck; - private System.Windows.Forms.Button addParameter; - private System.Windows.Forms.FlowLayoutPanel carsItems; - private System.Windows.Forms.Button readJsonButton; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; - private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; - private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem; + private Panel panel1; + private Panel panel2; + private Panel buttonsPanel; + private Panel parametersPanel; + private MenuStrip menuStrip; + private ToolStripMenuItem fileToolStripMenuItem; + private ToolStripMenuItem openFileToolStripMenuItem; + private ToolStripMenuItem saveToolStripMenuItem; + private ToolStripMenuItem saveAsКакToolStripMenuItem; + private ToolStripSeparator toolStripSeparator1; + private ToolStripMenuItem exitToolStripMenuItem; + private ToolStripMenuItem styleToolStripMenuItem; + private ToolStripMenuItem textToolStripMenuItem; + private ToolStripMenuItem colorTextToolStripMenuItem; + private ToolStripMenuItem styleTextToolStripMenuItem; + private ToolStripMenuItem colorToolStripMenuItem; + private ToolStripMenuItem buttonPanelToolStripMenuItem; + private ToolStripMenuItem parameterPanelToolStripMenuItem; + private ToolStripMenuItem carPanelToolStripMenuItem; + private ToolStripMenuItem top_downPanelToolStripMenuItem; + private Button addCar; + private Label addParametrLabel; + private Splitter splitterLeft; + private Splitter splitterRigth; + private Panel carsPanel; + private Button parserButton; + private CheckBox debugCheck; + private Button addParameter; + private FlowLayoutPanel carsItems; + private Button readJsonButton; + private ToolStripSeparator toolStripSeparator2; + private ToolStripMenuItem newToolStripMenuItem; + private ToolStripSeparator toolStripSeparator3; + private ToolStripMenuItem defaultToolStripMenuItem; } } diff --git a/MainForm.cs b/MainForm.cs index 220654c..353a584 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -106,6 +106,7 @@ namespace GtaVUsersInfo foreach (CarControl car in cars) { + car.MenuStrip = new CarItemMenuStrip(addNewCar, editCar, deleteCar, car).Menu; carsItems.Controls.Add(car); } } @@ -187,7 +188,6 @@ namespace GtaVUsersInfo if (car.Name != null) { CarControl item = new CarControl(car); - item.MenuStrip = new CarItemMenuStrip(addNewCar, editCar, deleteCar, item).Menu; cars.Add(item); AllPanelCreate(); } @@ -281,7 +281,7 @@ namespace GtaVUsersInfo { parameter.Dock = DockStyle.Top; parameters.Add(parameter); - ParameterPanelCreate(); + AllPanelCreate(); } } @@ -318,7 +318,7 @@ namespace GtaVUsersInfo ) == DialogResult.Yes) { parameters.Remove(parameterControl); - ParameterPanelCreate(); + AllPanelCreate(); } } } diff --git a/MainForm.resx b/MainForm.resx index 9d84515..c17a880 100644 --- a/MainForm.resx +++ b/MainForm.resx @@ -1,24 +1,24 @@  - diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index 28b7a09..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// Общие сведения об этой сборке предоставляются следующим набором -// набора атрибутов. Измените значения этих атрибутов для изменения сведений, -// связанных со сборкой. -[assembly: AssemblyTitle("GtaVUsersInfo")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GtaVUsersInfo")] -[assembly: AssemblyCopyright("Copyright © 2024")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми -// для компонентов COM. Если необходимо обратиться к типу в этой сборке через -// COM, следует установить атрибут ComVisible в TRUE для этого типа. -[assembly: ComVisible(false)] - -// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM -[assembly: Guid("bfbe9b7b-a5e2-4dae-bc39-c675d0abbcce")] - -// Сведения о версии сборки состоят из указанных ниже четырех значений: -// -// Основной номер версии -// Дополнительный номер версии -// Номер сборки -// Редакция -// -// Можно задать все значения или принять номера сборки и редакции по умолчанию -// используя "*", как показано ниже: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs deleted file mode 100644 index 9d3009a..0000000 --- a/Properties/Resources.Designer.cs +++ /dev/null @@ -1,71 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программным средством. -// Версия среды выполнения: 4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильному поведению и будут утрачены, если -// код создан повторно. -// -//------------------------------------------------------------------------------ - -namespace GtaVUsersInfo.Properties -{ - - - /// - /// Класс ресурсов со строгим типом для поиска локализованных строк и пр. - /// - // Этот класс был автоматически создан при помощи StronglyTypedResourceBuilder - // класс с помощью таких средств, как ResGen или Visual Studio. - // Для добавления или удаления члена измените файл .ResX, а затем перезапустите ResGen - // с параметром /str или заново постройте свой VS-проект. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Возврат кэшированного экземпляра ResourceManager, используемого этим классом. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GtaVUsersInfo.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Переопределяет свойство CurrentUICulture текущего потока для всех - /// подстановки ресурсов с помощью этого класса ресурсов со строгим типом. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } -} diff --git a/Properties/Resources.resx b/Properties/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs deleted file mode 100644 index 48c7d06..0000000 --- a/Properties/Settings.Designer.cs +++ /dev/null @@ -1,30 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace GtaVUsersInfo.Properties -{ - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { - return defaultInstance; - } - } - } -} diff --git a/Properties/Settings.settings b/Properties/Settings.settings deleted file mode 100644 index 3964565..0000000 --- a/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/README.md b/README.md deleted file mode 100644 index 0c75790..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# GtaVUsersInfo - diff --git a/Resources.Designer.cs b/Resources.Designer.cs index 23a9d73..cc59242 100644 --- a/Resources.Designer.cs +++ b/Resources.Designer.cs @@ -22,7 +22,7 @@ namespace GtaVUsersInfo { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { + public class Resources { private static global::System.Resources.ResourceManager resourceMan; @@ -36,7 +36,7 @@ namespace GtaVUsersInfo { /// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { + public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GtaVUsersInfo.Resources", typeof(Resources).Assembly); @@ -51,7 +51,7 @@ namespace GtaVUsersInfo { /// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -63,7 +63,7 @@ namespace GtaVUsersInfo { /// /// Ищет локализованную строку, похожую на 204. /// - internal static string CarControlHeight { + public static string CarControlHeight { get { return ResourceManager.GetString("CarControlHeight", resourceCulture); } @@ -72,7 +72,7 @@ namespace GtaVUsersInfo { /// /// Ищет локализованную строку, похожую на 210. /// - internal static string CarControlWidth { + public static string CarControlWidth { get { return ResourceManager.GetString("CarControlWidth", resourceCulture); } @@ -81,7 +81,7 @@ namespace GtaVUsersInfo { /// /// Ищет локализованную строку, похожую на data/cars.json. /// - internal static string carJsonPath { + public static string carJsonPath { get { return ResourceManager.GetString("carJsonPath", resourceCulture); } @@ -90,7 +90,7 @@ namespace GtaVUsersInfo { /// /// Ищет локализованную строку, похожую на https://gtacars.net/. /// - internal static string carUrl { + public static string carUrl { get { return ResourceManager.GetString("carUrl", resourceCulture); } @@ -99,7 +99,7 @@ namespace GtaVUsersInfo { /// /// Ищет локализованную строку, похожую на data/fontsettings.json. /// - internal static string fontSettingsJsonPath { + public static string fontSettingsJsonPath { get { return ResourceManager.GetString("fontSettingsJsonPath", resourceCulture); } diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.deps.json b/bin/Debug/net7.0-windows/GtaVUsersInfo.deps.json new file mode 100644 index 0000000..d803d2e --- /dev/null +++ b/bin/Debug/net7.0-windows/GtaVUsersInfo.deps.json @@ -0,0 +1,117 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "GtaVUsersInfo/1.0.0": { + "dependencies": { + "HtmlAgilityPack": "1.11.67", + "Newtonsoft.Json": "13.0.3", + "Selenium.WebDriver": "4.25.0" + }, + "runtime": { + "GtaVUsersInfo.dll": {} + } + }, + "HtmlAgilityPack/1.11.67": { + "runtime": { + "lib/netstandard2.0/HtmlAgilityPack.dll": { + "assemblyVersion": "1.11.67.0", + "fileVersion": "1.11.67.0" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.3.27908" + } + } + }, + "Selenium.WebDriver/4.25.0": { + "dependencies": { + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.0/WebDriver.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.0.0.0" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { + "rid": "browser", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Text.Json/8.0.4": { + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } + } + } + } + }, + "libraries": { + "GtaVUsersInfo/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "HtmlAgilityPack/1.11.67": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==", + "path": "htmlagilitypack/1.11.67", + "hashPath": "htmlagilitypack.1.11.67.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "path": "newtonsoft.json/13.0.3", + "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + }, + "Selenium.WebDriver/4.25.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==", + "path": "selenium.webdriver/4.25.0", + "hashPath": "selenium.webdriver.4.25.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "path": "system.text.encodings.web/8.0.0", + "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" + }, + "System.Text.Json/8.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "path": "system.text.json/8.0.4", + "hashPath": "system.text.json.8.0.4.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.dll b/bin/Debug/net7.0-windows/GtaVUsersInfo.dll new file mode 100644 index 0000000..f0502a8 Binary files /dev/null and b/bin/Debug/net7.0-windows/GtaVUsersInfo.dll differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.exe b/bin/Debug/net7.0-windows/GtaVUsersInfo.exe new file mode 100644 index 0000000..37c2629 Binary files /dev/null and b/bin/Debug/net7.0-windows/GtaVUsersInfo.exe differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb b/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb new file mode 100644 index 0000000..649f21d Binary files /dev/null and b/bin/Debug/net7.0-windows/GtaVUsersInfo.pdb differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo.runtimeconfig.json b/bin/Debug/net7.0-windows/GtaVUsersInfo.runtimeconfig.json new file mode 100644 index 0000000..7b1a726 --- /dev/null +++ b/bin/Debug/net7.0-windows/GtaVUsersInfo.runtimeconfig.json @@ -0,0 +1,15 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "7.0.0" + } + ] + } +} \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo1.deps.json b/bin/Debug/net7.0-windows/GtaVUsersInfo1.deps.json new file mode 100644 index 0000000..c8281ad --- /dev/null +++ b/bin/Debug/net7.0-windows/GtaVUsersInfo1.deps.json @@ -0,0 +1,117 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "GtaVUsersInfo1/1.0.0": { + "dependencies": { + "HtmlAgilityPack": "1.11.67", + "Newtonsoft.Json": "13.0.3", + "Selenium.WebDriver": "4.25.0" + }, + "runtime": { + "GtaVUsersInfo1.dll": {} + } + }, + "HtmlAgilityPack/1.11.67": { + "runtime": { + "lib/netstandard2.0/HtmlAgilityPack.dll": { + "assemblyVersion": "1.11.67.0", + "fileVersion": "1.11.67.0" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.3.27908" + } + } + }, + "Selenium.WebDriver/4.25.0": { + "dependencies": { + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.0/WebDriver.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.0.0.0" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { + "rid": "browser", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Text.Json/8.0.4": { + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } + } + } + } + }, + "libraries": { + "GtaVUsersInfo1/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "HtmlAgilityPack/1.11.67": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==", + "path": "htmlagilitypack/1.11.67", + "hashPath": "htmlagilitypack.1.11.67.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "path": "newtonsoft.json/13.0.3", + "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + }, + "Selenium.WebDriver/4.25.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==", + "path": "selenium.webdriver/4.25.0", + "hashPath": "selenium.webdriver.4.25.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "path": "system.text.encodings.web/8.0.0", + "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" + }, + "System.Text.Json/8.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "path": "system.text.json/8.0.4", + "hashPath": "system.text.json.8.0.4.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo1.dll b/bin/Debug/net7.0-windows/GtaVUsersInfo1.dll new file mode 100644 index 0000000..02eb94d Binary files /dev/null and b/bin/Debug/net7.0-windows/GtaVUsersInfo1.dll differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo1.exe b/bin/Debug/net7.0-windows/GtaVUsersInfo1.exe new file mode 100644 index 0000000..5912781 Binary files /dev/null and b/bin/Debug/net7.0-windows/GtaVUsersInfo1.exe differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo1.pdb b/bin/Debug/net7.0-windows/GtaVUsersInfo1.pdb new file mode 100644 index 0000000..e7c512d Binary files /dev/null and b/bin/Debug/net7.0-windows/GtaVUsersInfo1.pdb differ diff --git a/bin/Debug/net7.0-windows/GtaVUsersInfo1.runtimeconfig.json b/bin/Debug/net7.0-windows/GtaVUsersInfo1.runtimeconfig.json new file mode 100644 index 0000000..7b1a726 --- /dev/null +++ b/bin/Debug/net7.0-windows/GtaVUsersInfo1.runtimeconfig.json @@ -0,0 +1,15 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "7.0.0" + } + ] + } +} \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/HtmlAgilityPack.dll b/bin/Debug/net7.0-windows/HtmlAgilityPack.dll new file mode 100644 index 0000000..affab03 Binary files /dev/null and b/bin/Debug/net7.0-windows/HtmlAgilityPack.dll differ diff --git a/bin/Debug/net7.0-windows/Newtonsoft.Json.dll b/bin/Debug/net7.0-windows/Newtonsoft.Json.dll new file mode 100644 index 0000000..d035c38 Binary files /dev/null and b/bin/Debug/net7.0-windows/Newtonsoft.Json.dll differ diff --git a/bin/Debug/net7.0-windows/System.Text.Encodings.Web.dll b/bin/Debug/net7.0-windows/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..6a4a116 Binary files /dev/null and b/bin/Debug/net7.0-windows/System.Text.Encodings.Web.dll differ diff --git a/bin/Debug/net7.0-windows/System.Text.Json.dll b/bin/Debug/net7.0-windows/System.Text.Json.dll new file mode 100644 index 0000000..3121f3a Binary files /dev/null and b/bin/Debug/net7.0-windows/System.Text.Json.dll differ diff --git a/bin/Debug/net7.0-windows/WebDriver.dll b/bin/Debug/net7.0-windows/WebDriver.dll new file mode 100644 index 0000000..793286d Binary files /dev/null and b/bin/Debug/net7.0-windows/WebDriver.dll differ diff --git a/bin/Debug/net7.0-windows/data/cars.json b/bin/Debug/net7.0-windows/data/cars.json new file mode 100644 index 0000000..5a01e09 --- /dev/null +++ b/bin/Debug/net7.0-windows/data/cars.json @@ -0,0 +1,7146 @@ +[ + { + "Name": "10F", + "Price": 1675000, + "Photo": "https://gtacars.net/images/8f6e51fd682edc73229fd8dd65c0f96d", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "tenf" + }, + { + "Name": "10F Widebody", + "Price": 575000, + "Photo": "https://gtacars.net/images/e2ddb5a37531af5af36ecf58c8ba78d2", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "tenf2" + }, + { + "Name": "190z", + "Price": 900000, + "Photo": "https://gtacars.net/images/15bdda7a7065a07747469a7adf3b9c90", + "Manufacturer": "Karin", + "Class": "Sports Classics", + "Model": "z190" + }, + { + "Name": "300R", + "Price": 2075000, + "Photo": "https://gtacars.net/images/8f496e077c688299c096e8d9a9359e66", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "r300" + }, + { + "Name": "811", + "Price": 1135000, + "Photo": "https://gtacars.net/images/a66803102a89831ef213b67f63d5efe3", + "Manufacturer": "Pfister", + "Class": "Supers", + "Model": "pfister811" + }, + { + "Name": "8F Drafter", + "Price": 718000, + "Photo": "https://gtacars.net/images/601ee8a8f5edfe8deb9fedb8ffef499f", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "drafter" + }, + { + "Name": "9F", + "Price": 120000, + "Photo": "https://gtacars.net/images/fc00d0c7b1a8eb0f3fd44e8de2d2a009", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "ninef" + }, + { + "Name": "9F Cabrio", + "Price": 130000, + "Photo": "https://gtacars.net/images/16aeceef84e24582df7e1c3ec6da2830", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "ninef2" + }, + { + "Name": "Adder", + "Price": 1000000, + "Photo": "https://gtacars.net/images/8866294c242a925d4e20170282a3fdfd", + "Manufacturer": "Truffade", + "Class": "Supers", + "Model": "adder" + }, + { + "Name": "Airport Bus", + "Price": 550000, + "Photo": "https://gtacars.net/images/772900f3390d37f68afe20dae8fe1f3f", + "Manufacturer": "Unknown", + "Class": "Service", + "Model": "airbus" + }, + { + "Name": "Airtug", + "Price": 0, + "Photo": "https://gtacars.net/images/740269ab434fee9aa4348c16a9a8cf79", + "Manufacturer": "HVY", + "Class": "Utility", + "Model": "airtug" + }, + { + "Name": "Akula", + "Price": 4500000, + "Photo": "https://gtacars.net/images/61c84446178ff3a3abb98c7fb970a189", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "akula" + }, + { + "Name": "Akuma", + "Price": 9000, + "Photo": "https://gtacars.net/images/39c76d9f98271dc1b45db2facbcfc543", + "Manufacturer": "Dinka", + "Class": "Motorcycles", + "Model": "akuma" + }, + { + "Name": "Aleutian", + "Price": 1835000, + "Photo": "https://gtacars.net/images/81d2ea5ec2884f957d3f9112ad6bfa4a", + "Manufacturer": "Vapid", + "Class": "SUVs", + "Model": "aleutian" + }, + { + "Name": "Alpha", + "Price": 150000, + "Photo": "https://gtacars.net/images/62681ede25ee721be4b9c46275522ae8", + "Manufacturer": "Albany", + "Class": "Sports", + "Model": "alpha" + }, + { + "Name": "Alpha-Z1", + "Price": 2121350, + "Photo": "https://gtacars.net/images/ae4c69123c621b577a5c5d653a83e412", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "alphaz1" + }, + { + "Name": "Ambulance", + "Price": 0, + "Photo": "https://gtacars.net/images/94a8b245117486b71822185f887e1ea9", + "Manufacturer": "Brute", + "Class": "Emergency", + "Model": "ambulance" + }, + { + "Name": "Annihilator", + "Price": 1825000, + "Photo": "https://gtacars.net/images/4bd05ea272f01ad20ee6c2d218bbb870", + "Manufacturer": "Western", + "Class": "Helicopters", + "Model": "annihilator" + }, + { + "Name": "Annihilator Stealth", + "Price": 3870000, + "Photo": "https://gtacars.net/images/bab9e3a8d86f62b34d88242c843732ba", + "Manufacturer": "Western", + "Class": "Helicopters", + "Model": "annihilator2" + }, + { + "Name": "Anti-Aircraft Trailer", + "Price": 1862000, + "Photo": "https://gtacars.net/images/2afa37477c3f7ab2547bc5347c93e50b", + "Manufacturer": "Vom Feuer", + "Class": "Military", + "Model": "trailersmall2" + }, + { + "Name": "APC", + "Price": 3092250, + "Photo": "https://gtacars.net/images/952b3e73a82ace827862a9a619ed3de1", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "apc" + }, + { + "Name": "Apocalypse Bruiser", + "Price": 1609000, + "Photo": "https://gtacars.net/images/ac33100972fe9bf7d02f6b545f3746e0", + "Manufacturer": "Benefactor", + "Class": "Off-Road", + "Model": "bruiser" + }, + { + "Name": "Apocalypse Brutus", + "Price": 2666650, + "Photo": "https://gtacars.net/images/ecdd642de27031a7f74598fd25799f47", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "brutus" + }, + { + "Name": "Apocalypse Cerberus", + "Price": 3870300, + "Photo": "https://gtacars.net/images/bee676279fcc55468264f892c395ed10", + "Manufacturer": "MTL", + "Class": "Commercial", + "Model": "cerberus" + }, + { + "Name": "Apocalypse Deathbike", + "Price": 1269000, + "Photo": "https://gtacars.net/images/44bafb89350295477ce3dd61b78af242", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "deathbike" + }, + { + "Name": "Apocalypse Dominator", + "Price": 1132000, + "Photo": "https://gtacars.net/images/4f1e7c2beb12527f8a8a1184afbd0a2d", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator4" + }, + { + "Name": "Apocalypse Impaler", + "Price": 1209500, + "Photo": "https://gtacars.net/images/e1776a650d750783fae1a5e16546f0a8", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "impaler2" + }, + { + "Name": "Apocalypse Imperator", + "Price": 2284940, + "Photo": "https://gtacars.net/images/5d9b3e61a8e6896807ef83462caf58e4", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "imperator" + }, + { + "Name": "Apocalypse Issi", + "Price": 1089000, + "Photo": "https://gtacars.net/images/fa8d53854e9d54c5518338e266a4dfb3", + "Manufacturer": "Weeny", + "Class": "Compacts", + "Model": "issi4" + }, + { + "Name": "Apocalypse Sasquatch", + "Price": 1530875, + "Photo": "https://gtacars.net/images/5ccc0146b06f38222ce5b2ba0633ab45", + "Manufacturer": "Bravado", + "Class": "Off-Road", + "Model": "monster3" + }, + { + "Name": "Apocalypse Scarab", + "Price": 3076290, + "Photo": "https://gtacars.net/images/7fa13dd53ee55c44b043fc856145bcf5", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "scarab" + }, + { + "Name": "Apocalypse Slamvan", + "Price": 1321875, + "Photo": "https://gtacars.net/images/31e5ad7f24b93700e2986d1cafd0136a", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "slamvan4" + }, + { + "Name": "Apocalypse ZR380", + "Price": 2138640, + "Photo": "https://gtacars.net/images/81c9075cdfd8f3c57e905241f95cb008", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "zr380" + }, + { + "Name": "Arbiter GT", + "Price": 0, + "Photo": "https://gtacars.net/images/591641ad6c3e7e1a30732ec37d9cc4e6", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "arbitergt_hsw" + }, + { + "Name": "Arbiter GT", + "Price": 0, + "Photo": "https://gtacars.net/images/c904b40c035a0f92bc58ef3616e627d1", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "arbitergt" + }, + { + "Name": "Ardent", + "Price": 1150000, + "Photo": "https://gtacars.net/images/fa33bdf21afb3b2e625847474143978c", + "Manufacturer": "Ocelot", + "Class": "Sports Classics", + "Model": "ardent" + }, + { + "Name": "Armored Boxville", + "Price": 1300000, + "Photo": "https://gtacars.net/images/cd1fc8cba1da6436a17901cc0d9f3773", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "boxville5" + }, + { + "Name": "Army Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/a3dc00a7254fb80db4a0c67caf6c221f", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "armytrailer2" + }, + { + "Name": "Army Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/58eac032fce0597282c36ac0636ec258", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "armytrailer" + }, + { + "Name": "Army Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/21b2f2cc268d0e6bc41459d41d323e00", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "armytanker" + }, + { + "Name": "No name officially", + "Price": 0, + "Photo": "https://gtacars.net/images/c7fc68984be4275a73ec571221d36bd9", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "freighttrailer" + }, + { + "Name": "Asbo", + "Price": 408000, + "Photo": "https://gtacars.net/images/0ca2dace06a3cd04d29fe958adc4da28", + "Manufacturer": "Maxwell", + "Class": "Compacts", + "Model": "asbo" + }, + { + "Name": "Asea", + "Price": 0, + "Photo": "https://gtacars.net/images/d92a54cd39dd767f133ec986ba6699a1", + "Manufacturer": "Declasse", + "Class": "Sedans", + "Model": "asea2" + }, + { + "Name": "Asea", + "Price": 12000, + "Photo": "https://gtacars.net/images/9be5429b46e633feaed1d00d2bed6aa6", + "Manufacturer": "Declasse", + "Class": "Sedans", + "Model": "asea" + }, + { + "Name": "Asterope", + "Price": 26000, + "Photo": "https://gtacars.net/images/328761ce2a0d435e71b133d4413d6f61", + "Manufacturer": "Karin", + "Class": "Sedans", + "Model": "asterope" + }, + { + "Name": "Asterope GZ", + "Price": 459000, + "Photo": "https://gtacars.net/images/30da2ecd7b864e97d1b13be93c362c74", + "Manufacturer": "Karin", + "Class": "Sedans", + "Model": "asterope2" + }, + { + "Name": "Astron", + "Price": 1580000, + "Photo": "https://gtacars.net/images/6bcd16c0bdae988298c6365b96830cb7", + "Manufacturer": "Pfister", + "Class": "SUVs", + "Model": "astron" + }, + { + "Name": "Astron Custom", + "Price": 0, + "Photo": "https://gtacars.net/images/1c32ad21551d9e4519bfbc668b9a4a7f", + "Manufacturer": "Pfister", + "Class": "SUVs", + "Model": "astron2_hsw" + }, + { + "Name": "Astron Custom", + "Price": 0, + "Photo": "https://gtacars.net/images/8d1eefc7c56a31a1ebb0b1481fec40cb", + "Manufacturer": "Pfister", + "Class": "SUVs", + "Model": "astron2" + }, + { + "Name": "Atomic Blimp", + "Price": 0, + "Photo": "https://gtacars.net/images/19cfadb04a38cbfc0a6614a2b0c8d637", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "blimp" + }, + { + "Name": "Autarch", + "Price": 1955000, + "Photo": "https://gtacars.net/images/213dc2b50d169485c92cff56abc7b58d", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "autarch" + }, + { + "Name": "Avarus", + "Price": 116000, + "Photo": "https://gtacars.net/images/82ce2ae3ed51e44507a95f5ac9549bcc", + "Manufacturer": "LCC", + "Class": "Motorcycles", + "Model": "avarus" + }, + { + "Name": "Avenger", + "Price": 0, + "Photo": "https://gtacars.net/images/f03007d9d7f646b82e0d02deebb9790f", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "avenger2" + }, + { + "Name": "Avenger", + "Price": 0, + "Photo": "https://gtacars.net/images/fdeea7fd141ad36427ff16eddd80c9d8", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "avenger3" + }, + { + "Name": "Avenger", + "Price": 0, + "Photo": "https://gtacars.net/images/f03007d9d7f646b82e0d02deebb9790f", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "avenger4" + }, + { + "Name": "Avenger", + "Price": 3450000, + "Photo": "https://gtacars.net/images/fdeea7fd141ad36427ff16eddd80c9d8", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "avenger" + }, + { + "Name": "Avisa", + "Price": 1545000, + "Photo": "https://gtacars.net/images/d754683900535815aa2c077a10bf5bd3", + "Manufacturer": "Kraken", + "Class": "Boats", + "Model": "avisa" + }, + { + "Name": "B-11 Strikeforce", + "Price": 3800000, + "Photo": "https://gtacars.net/images/e9388c9d70322c911da7d6cb84a7130e", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "strikeforce" + }, + { + "Name": "Bagger", + "Price": 16000, + "Photo": "https://gtacars.net/images/f9d21aeb604cf6920b86bbc0c9d5b4a1", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "bagger" + }, + { + "Name": "Baletrailer", + "Price": 0, + "Photo": "https://gtacars.net/images/03f43945355db00f8e331ac04a44e089", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "baletrailer" + }, + { + "Name": "Baller", + "Price": 90000, + "Photo": "https://gtacars.net/images/278af6a6c5f5552addac0d1f2fc0c57f", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller2" + }, + { + "Name": "Baller", + "Price": 0, + "Photo": "https://gtacars.net/images/65e4c38734a1b5ac24c57e70b31324bf", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller" + }, + { + "Name": "Baller LE", + "Price": 149000, + "Photo": "https://gtacars.net/images/a741005c3dc6beec2bc6790c73999577", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller3" + }, + { + "Name": "Baller LE (Armored)", + "Price": 374000, + "Photo": "https://gtacars.net/images/7acbba634c22b82f2f6c09b4cb5f1e19", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller5" + }, + { + "Name": "Baller LE LWB", + "Price": 247000, + "Photo": "https://gtacars.net/images/2e15c3d7dac609282eecdd603f243768", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller4" + }, + { + "Name": "Baller LE LWB (Armored)", + "Price": 513000, + "Photo": "https://gtacars.net/images/d41241731ceab139247faf249892b64d", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller6" + }, + { + "Name": "Baller ST", + "Price": 890000, + "Photo": "https://gtacars.net/images/136b1591019513983e514c99c3c1527c", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller7" + }, + { + "Name": "Baller ST-D", + "Price": 1715000, + "Photo": "https://gtacars.net/images/f5bc006d1a0147ebff8fa587b7a705ad", + "Manufacturer": "Gallivanter", + "Class": "SUVs", + "Model": "baller8" + }, + { + "Name": "Banshee", + "Price": 0, + "Photo": "https://gtacars.net/images/766739d35cf601d66f677ec01a847c37", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "banshee_hsw" + }, + { + "Name": "Banshee", + "Price": 126000, + "Photo": "https://gtacars.net/images/053ab32dabea586fa2864208453b8a6e", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "banshee" + }, + { + "Name": "Banshee 900R", + "Price": 565000, + "Photo": "https://gtacars.net/images/b1e75246a5c90766c266cbd00fe7b651", + "Manufacturer": "Bravado", + "Class": "Supers", + "Model": "banshee2" + }, + { + "Name": "Barracks", + "Price": 0, + "Photo": "https://gtacars.net/images/189be9a4c662fc3a4a09c9279d79123e", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "barracks3" + }, + { + "Name": "Barracks", + "Price": 450000, + "Photo": "https://gtacars.net/images/56216277c2ed095c66b43fa5ae183d06", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "barracks" + }, + { + "Name": "Barracks Semi", + "Price": 0, + "Photo": "https://gtacars.net/images/8d40b7e4e0d96837a64b891f659c66a2", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "barracks2" + }, + { + "Name": "Barrage", + "Price": 2121350, + "Photo": "https://gtacars.net/images/7395a061a51cc7c05ef5cbc4581886ae", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "barrage" + }, + { + "Name": "Bati 801", + "Price": 15000, + "Photo": "https://gtacars.net/images/4d18e6b30e8ad542c24bd5f6ae60aed9", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "bati" + }, + { + "Name": "Bati 801RR", + "Price": 15000, + "Photo": "https://gtacars.net/images/2d719b787719bafd374c5c0092a42b52", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "bati2" + }, + { + "Name": "Beater Dukes", + "Price": 378000, + "Photo": "https://gtacars.net/images/5bb4475e7d27897d73b21ce337173080", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "dukes3" + }, + { + "Name": "BeeJay XL", + "Price": 27000, + "Photo": "https://gtacars.net/images/944181b2fd91e42102f696858bc8c66f", + "Manufacturer": "Karin", + "Class": "SUVs", + "Model": "bjxl" + }, + { + "Name": "Benson", + "Price": 0, + "Photo": "https://gtacars.net/images/27aecbc4a7453a1be3f7141443dfa5b9", + "Manufacturer": "Vapid", + "Class": "Commercial", + "Model": "benson" + }, + { + "Name": "Benson (Cluckin' Bell)", + "Price": 685000, + "Photo": "https://gtacars.net/images/32c6cb8466b05b53ba177943f5aeb0cd", + "Manufacturer": "Vapid", + "Class": "Commercial", + "Model": "benson2" + }, + { + "Name": "Besra", + "Price": 1150000, + "Photo": "https://gtacars.net/images/6e734b56ada64b4dbfa9a7a8052069b8", + "Manufacturer": "Western", + "Class": "Planes", + "Model": "besra" + }, + { + "Name": "Bestia GTS", + "Price": 610000, + "Photo": "https://gtacars.net/images/62d53d00a10958e05016ff1f9ce9eef6", + "Manufacturer": "Grotti", + "Class": "Sports", + "Model": "bestiagts" + }, + { + "Name": "BF400", + "Price": 95000, + "Photo": "https://gtacars.net/images/f9d9fd33166da0ea09aded035d0f00df", + "Manufacturer": "Nagasaki", + "Class": "Motorcycles", + "Model": "bf400" + }, + { + "Name": "Biff", + "Price": 0, + "Photo": "https://gtacars.net/images/6cca16a6f49dabef2fdf72033bf9fed4", + "Manufacturer": "HVY", + "Class": "Commercial", + "Model": "biff" + }, + { + "Name": "Bifta", + "Price": 75000, + "Photo": "https://gtacars.net/images/ad68bc9c1e568e851687700bd9f3fdc3", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "bifta" + }, + { + "Name": "Bison", + "Price": 0, + "Photo": "https://gtacars.net/images/564ff0ae775f1b1ee524bb67463e4ae8", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "bison2" + }, + { + "Name": "Bison", + "Price": 0, + "Photo": "https://gtacars.net/images/b078174ebf63c05122e805474a6b7e1d", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "bison3" + }, + { + "Name": "Bison", + "Price": 30000, + "Photo": "https://gtacars.net/images/05a0dd1613162ba9bad31b3bb5e87d78", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "bison" + }, + { + "Name": "Blade", + "Price": 160000, + "Photo": "https://gtacars.net/images/c388adc678417c5eaf4f82297defc40b", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "blade" + }, + { + "Name": "Blazer", + "Price": 8000, + "Photo": "https://gtacars.net/images/13225dc1a5c96e4de2caa698e948cdd9", + "Manufacturer": "Nagasaki", + "Class": "Off-Road", + "Model": "blazer" + }, + { + "Name": "Blazer Aqua", + "Price": 1755600, + "Photo": "https://gtacars.net/images/899213b08f194e8a4025955dffbe2a2d", + "Manufacturer": "Nagasaki", + "Class": "Off-Road", + "Model": "blazer5" + }, + { + "Name": "Blazer Lifeguard", + "Price": 62000, + "Photo": "https://gtacars.net/images/33aa66942fe192c2586d80cf064089de", + "Manufacturer": "Nagasaki", + "Class": "Off-Road", + "Model": "blazer2" + }, + { + "Name": "Blimp", + "Price": 1190350, + "Photo": "https://gtacars.net/images/c721c5d81bdefecb1c54b11a26de70fb", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "blimp3" + }, + { + "Name": "Blista", + "Price": 0, + "Photo": "https://gtacars.net/images/e94f04c927133e192192dd561845555f", + "Manufacturer": "Dinka", + "Class": "Compacts", + "Model": "blista" + }, + { + "Name": "Blista Compact", + "Price": 42000, + "Photo": "https://gtacars.net/images/0878123b7e4b738095544d2ada436f5b", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "blista2" + }, + { + "Name": "Blista Kanjo", + "Price": 580000, + "Photo": "https://gtacars.net/images/0e512a64cccb8adec297578b3e7feaa9", + "Manufacturer": "Dinka", + "Class": "Compacts", + "Model": "kanjo" + }, + { + "Name": "BMX", + "Price": 800, + "Photo": "https://gtacars.net/images/4596bd7f7aab3d7e1d537ea929b239e4", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "bmx" + }, + { + "Name": "Boat Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/3b19e72491742c0bf6a165aad18ae660", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "boattrailer2" + }, + { + "Name": "Boat Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/6d3b2dd7a3eea1e23a5898b8010ddf9e", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "boattrailer3" + }, + { + "Name": "Boat Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/c2b730032435c689a8d439362766a318", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "boattrailer" + }, + { + "Name": "Bobcat XL", + "Price": 23000, + "Photo": "https://gtacars.net/images/7d8f2930b52a9b3df8e5f5092b08b3a0", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "bobcatxl" + }, + { + "Name": "Bodhi", + "Price": 25000, + "Photo": "https://gtacars.net/images/85c92233f9331f58ef2f1f7b407cd373", + "Manufacturer": "Canis", + "Class": "Off-Road", + "Model": "bodhi2" + }, + { + "Name": "Boor", + "Price": 1280000, + "Photo": "https://gtacars.net/images/0cdbb3b401c8eeb762b14e67d9fe9e4a", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "boor" + }, + { + "Name": "Boxville", + "Price": 0, + "Photo": "https://gtacars.net/images/6672aa31ce601ff35a86cda4872661dc", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "boxville2" + }, + { + "Name": "Boxville", + "Price": 0, + "Photo": "https://gtacars.net/images/2681adb1a4d75f65fd89a49cc77ab984", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "boxville3" + }, + { + "Name": "Boxville", + "Price": 398000, + "Photo": "https://gtacars.net/images/cadf5df78098b677cc6589465822c972", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "boxville" + }, + { + "Name": "Boxville", + "Price": 59850, + "Photo": "https://gtacars.net/images/fc5f51d0a1f65f2b7af39bae945dc3be", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "boxville4" + }, + { + "Name": "Boxville (LSDS)", + "Price": 475000, + "Photo": "https://gtacars.net/images/d554f9c5530fb05a3e7b5ad5a648491b", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "boxville6" + }, + { + "Name": "BR8", + "Price": 3400000, + "Photo": "https://gtacars.net/images/ee0991a83cca4c5e9ce089f6231d4022", + "Manufacturer": "Benefactor", + "Class": "Open Wheel", + "Model": "openwheel1" + }, + { + "Name": "Brawler", + "Price": 715000, + "Photo": "https://gtacars.net/images/0f0648dbc86a72df60deb5528166cf47", + "Manufacturer": "Coil", + "Class": "Off-Road", + "Model": "brawler" + }, + { + "Name": "Brickade", + "Price": 555000, + "Photo": "https://gtacars.net/images/ae48102f17a2fedcd84616cb85c25111", + "Manufacturer": "MTL", + "Class": "Service", + "Model": "brickade" + }, + { + "Name": "Brickade 6x6", + "Price": 1450000, + "Photo": "https://gtacars.net/images/ed021cd012852efaa0aa931d951b0a09", + "Manufacturer": "MTL", + "Class": "Service", + "Model": "brickade2" + }, + { + "Name": "Brigham", + "Price": 1499000, + "Photo": "https://gtacars.net/images/81029c1e7e9a2cbf7c87bec78bb0035d", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "brigham" + }, + { + "Name": "Brioso 300", + "Price": 610000, + "Photo": "https://gtacars.net/images/ec04a2f81196dfc9dcc10e517630f5f8", + "Manufacturer": "Grotti", + "Class": "Compacts", + "Model": "brioso2" + }, + { + "Name": "Brioso 300 Widebody", + "Price": 585000, + "Photo": "https://gtacars.net/images/d07166a4ebe51d2479fcca99c1fe5cb7", + "Manufacturer": "Grotti", + "Class": "Compacts", + "Model": "brioso3" + }, + { + "Name": "Brioso R/A", + "Price": 0, + "Photo": "https://gtacars.net/images/6073cafdaa3bfcbdd1bbc5d710abe4ee", + "Manufacturer": "Grotti", + "Class": "Compacts", + "Model": "brioso_hsw" + }, + { + "Name": "Brioso R/A", + "Price": 155000, + "Photo": "https://gtacars.net/images/0790d11d8bcac8828f34d5ebd8e23ce2", + "Manufacturer": "Grotti", + "Class": "Compacts", + "Model": "brioso" + }, + { + "Name": "Broadway", + "Price": 925000, + "Photo": "https://gtacars.net/images/20c30c03750a32dffc9a3cec5a5bb9d3", + "Manufacturer": "Classique", + "Class": "Muscle", + "Model": "broadway" + }, + { + "Name": "Buccaneer", + "Price": 29000, + "Photo": "https://gtacars.net/images/c7937175856209978d455b86e62574b8", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "buccaneer" + }, + { + "Name": "Buccaneer Custom", + "Price": 390000, + "Photo": "https://gtacars.net/images/5477c210f54f26c6337ce787be48043e", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "buccaneer2" + }, + { + "Name": "Buffalo", + "Price": 35000, + "Photo": "https://gtacars.net/images/645819058f3bc44c42224cdc675ca178", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "buffalo" + }, + { + "Name": "Buffalo EVX", + "Price": 0, + "Photo": "https://gtacars.net/images/2e663fb1e8bdf130ba0b5c0b623102ce", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "buffalo5_hsw" + }, + { + "Name": "Buffalo EVX", + "Price": 2140000, + "Photo": "https://gtacars.net/images/c956cfa00fa033cd9fc792ee2cf89fb5", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "buffalo5" + }, + { + "Name": "Buffalo S", + "Price": 96000, + "Photo": "https://gtacars.net/images/572fde59aab87e66ae36fd92a3e5cb9a", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "buffalo2" + }, + { + "Name": "Buffalo STX", + "Price": 2150000, + "Photo": "https://gtacars.net/images/40971556f6679d95a508e5928e3e3cca", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "buffalo4" + }, + { + "Name": "Bugstars Burrito", + "Price": 598500, + "Photo": "https://gtacars.net/images/56312b42c5e9ad1597120655db27a868", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "burrito2" + }, + { + "Name": "Bullet", + "Price": 155000, + "Photo": "https://gtacars.net/images/288057fc7869f5f9d344292a1a00c419", + "Manufacturer": "Vapid", + "Class": "Supers", + "Model": "bullet" + }, + { + "Name": "Burger Shot Stallion", + "Price": 277000, + "Photo": "https://gtacars.net/images/8c8a48330a2e4330d4b026590919bd6b", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "stalion2" + }, + { + "Name": "Burrito", + "Price": 0, + "Photo": "https://gtacars.net/images/fd81bcd18ef175673d9e95374e3f7dc4", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "burrito3" + }, + { + "Name": "Burrito", + "Price": 0, + "Photo": "https://gtacars.net/images/db6f4daf3bf83346d2edc2a478626914", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "burrito" + }, + { + "Name": "Burrito", + "Price": 0, + "Photo": "https://gtacars.net/images/fa129b735622f8a3ba2b97a68b781cf1", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "burrito4" + }, + { + "Name": "Burrito", + "Price": 0, + "Photo": "https://gtacars.net/images/622542c92344e01797acded396a35355", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "burrito5" + }, + { + "Name": "Burrito (Bail Enforcement)", + "Price": 0, + "Photo": "https://gtacars.net/images/5c716f6ffe91f438209be53f0ccdbc1b", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "policet3" + }, + { + "Name": "Bus", + "Price": 500000, + "Photo": "https://gtacars.net/images/29f41c187f71840d7614d5b0a6c22071", + "Manufacturer": "Unknown", + "Class": "Service", + "Model": "bus" + }, + { + "Name": "Buzzard", + "Price": 0, + "Photo": "https://gtacars.net/images/87f3ab97371e52ec188b9ed5ce71b785", + "Manufacturer": "Nagasaki", + "Class": "Helicopters", + "Model": "buzzard2" + }, + { + "Name": "Buzzard Attack Chopper", + "Price": 1750000, + "Photo": "https://gtacars.net/images/22e85c2b7cecd5715ecf74ec33804753", + "Manufacturer": "Nagasaki", + "Class": "Helicopters", + "Model": "buzzard" + }, + { + "Name": "Cable Car", + "Price": 0, + "Photo": "https://gtacars.net/images/f955a7f64613866514a156d05faa1bbf", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "cablecar" + }, + { + "Name": "Caddy", + "Price": 120000, + "Photo": "https://gtacars.net/images/221c103aae10881a2c56a540758a6f99", + "Manufacturer": "Nagasaki", + "Class": "Utility", + "Model": "caddy3" + }, + { + "Name": "Caddy", + "Price": 85000, + "Photo": "https://gtacars.net/images/5951fd3c2ced06e512439d7317d91390", + "Manufacturer": "Nagasaki", + "Class": "Utility", + "Model": "caddy2" + }, + { + "Name": "Caddy", + "Price": 0, + "Photo": "https://gtacars.net/images/2b2f2515201f536ed829386183d21652", + "Manufacturer": "Nagasaki", + "Class": "Utility", + "Model": "caddy" + }, + { + "Name": "Calico GTF", + "Price": 1995000, + "Photo": "https://gtacars.net/images/0aafb25d151cb3a76fbbccc259b81be1", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "calico" + }, + { + "Name": "Camper", + "Price": 0, + "Photo": "https://gtacars.net/images/23827338f2e3d806e3c541593e965a40", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "camper" + }, + { + "Name": "Caracara", + "Price": 1775000, + "Photo": "https://gtacars.net/images/801c73b5ac35aeb7834071ddcdd2cd0b", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "caracara" + }, + { + "Name": "Caracara 4x4", + "Price": 875000, + "Photo": "https://gtacars.net/images/6347430b71f6c3e042efb1eb11991e32", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "caracara2" + }, + { + "Name": "Carbon RS", + "Price": 40000, + "Photo": "https://gtacars.net/images/dcf9bd7aaab76670935d319b09b0daad", + "Manufacturer": "Nagasaki", + "Class": "Motorcycles", + "Model": "carbonrs" + }, + { + "Name": "Carbonizzare", + "Price": 195000, + "Photo": "https://gtacars.net/images/81911488704264e57446a88f9bd5854d", + "Manufacturer": "Grotti", + "Class": "Sports", + "Model": "carbonizzare" + }, + { + "Name": "Cargo Plane", + "Price": 0, + "Photo": "https://gtacars.net/images/da8c1021e373565e5b63489135499394", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "cargoplane2" + }, + { + "Name": "Cargo Plane", + "Price": 0, + "Photo": "https://gtacars.net/images/da8c1021e373565e5b63489135499394", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "cargoplane" + }, + { + "Name": "Cargobob", + "Price": 0, + "Photo": "https://gtacars.net/images/b2a6dd088e9c840df01d57fce8899f08", + "Manufacturer": "Western", + "Class": "Helicopters", + "Model": "cargobob4" + }, + { + "Name": "Cargobob", + "Price": 1995000, + "Photo": "https://gtacars.net/images/fbc8294530986afecf0fec2ba2abd288", + "Manufacturer": "Western", + "Class": "Helicopters", + "Model": "cargobob2" + }, + { + "Name": "Cargobob", + "Price": 0, + "Photo": "https://gtacars.net/images/0fc4a632fcfef978e405ffac6f84ad0f", + "Manufacturer": "Western", + "Class": "Helicopters", + "Model": "cargobob3" + }, + { + "Name": "Cargobob", + "Price": 1790000, + "Photo": "https://gtacars.net/images/14511ec7bd341fc6f26664a0a035bf9a", + "Manufacturer": "Western", + "Class": "Helicopters", + "Model": "cargobob" + }, + { + "Name": "Casco", + "Price": 904400, + "Photo": "https://gtacars.net/images/cffbfa1e7ebbd8158548852444d3155f", + "Manufacturer": "Lampadati", + "Class": "Sports Classics", + "Model": "casco" + }, + { + "Name": "Castigator", + "Price": 1650000, + "Photo": "https://gtacars.net/images/b202714714d019d5e60540743fba9bcc", + "Manufacturer": "Canis", + "Class": "SUVs", + "Model": "castigator" + }, + { + "Name": "Cavalcade", + "Price": 70000, + "Photo": "https://gtacars.net/images/e3f73d947262f9964d40a001d2b620d6", + "Manufacturer": "Albany", + "Class": "SUVs", + "Model": "cavalcade2" + }, + { + "Name": "Cavalcade", + "Price": 60000, + "Photo": "https://gtacars.net/images/eb7390497f11e649c1a4178c033bef6b", + "Manufacturer": "Albany", + "Class": "SUVs", + "Model": "cavalcade" + }, + { + "Name": "Cavalcade XL", + "Price": 1665000, + "Photo": "https://gtacars.net/images/c69269f1585872b2530c8eb1a7b4ee22", + "Manufacturer": "Albany", + "Class": "SUVs", + "Model": "cavalcade3" + }, + { + "Name": "Champion", + "Price": 3750000, + "Photo": "https://gtacars.net/images/158bb4a74e98a84fde2867442be9f626", + "Manufacturer": "Dewbauchee", + "Class": "Supers", + "Model": "champion" + }, + { + "Name": "Cheburek", + "Price": 145000, + "Photo": "https://gtacars.net/images/ffa5abdb48c00d0b715e203fd5970110", + "Manufacturer": "RUNE", + "Class": "Sports Classics", + "Model": "cheburek" + }, + { + "Name": "Cheetah", + "Price": 650000, + "Photo": "https://gtacars.net/images/9bf4d9bcf46b953bb655afbffd5645fb", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "cheetah" + }, + { + "Name": "Cheetah Classic", + "Price": 865000, + "Photo": "https://gtacars.net/images/ba4ba835632f6768a67a7726a620974b", + "Manufacturer": "Grotti", + "Class": "Sports Classics", + "Model": "cheetah2" + }, + { + "Name": "Chernobog", + "Price": 1500000, + "Photo": "https://gtacars.net/images/ca176fc25b6a244567f029f5abe6dfdb", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "chernobog" + }, + { + "Name": "Chimera", + "Price": 210000, + "Photo": "https://gtacars.net/images/4de643f0e6f9014a21c016034dbce4d8", + "Manufacturer": "Nagasaki", + "Class": "Motorcycles", + "Model": "chimera" + }, + { + "Name": "Chino", + "Price": 225000, + "Photo": "https://gtacars.net/images/0b89ebbc0c4ffdfe457a704fbd63bb79", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "chino" + }, + { + "Name": "Chino Custom", + "Price": 180000, + "Photo": "https://gtacars.net/images/428cfe3d41a8b440cc9570abfca83c71", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "chino2" + }, + { + "Name": "Cinquemila", + "Price": 1740000, + "Photo": "https://gtacars.net/images/38a6933cd02a4b767aabced7f0ba6ea1", + "Manufacturer": "Lampadati", + "Class": "Sedans", + "Model": "cinquemila" + }, + { + "Name": "Cliffhanger", + "Price": 225000, + "Photo": "https://gtacars.net/images/9e4b5372d911d4024e1768cc89449699", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "cliffhanger" + }, + { + "Name": "Clique", + "Price": 909000, + "Photo": "https://gtacars.net/images/1ac4fda47f628764d839441c98c20a2a", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "clique" + }, + { + "Name": "Clique Wagon", + "Price": 1205000, + "Photo": "https://gtacars.net/images/63bae8969e9380dd1d716c1919ee218c", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "clique2" + }, + { + "Name": "Clown Van", + "Price": 0, + "Photo": "https://gtacars.net/images/ec5f52cf9f1a10bde9e5aa3a4e533570", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "speedo2" + }, + { + "Name": "Club", + "Price": 1280000, + "Photo": "https://gtacars.net/images/6adca2931c8e034e62323194585ed517", + "Manufacturer": "BF", + "Class": "Compacts", + "Model": "club" + }, + { + "Name": "Cognoscenti", + "Price": 254000, + "Photo": "https://gtacars.net/images/773bd6df467035a068a47c54dd09b7b6", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "cognoscenti" + }, + { + "Name": "Cognoscenti 55", + "Price": 154000, + "Photo": "https://gtacars.net/images/611906dbe0c5dcb22c5be93143145d5f", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "cog55" + }, + { + "Name": "Cognoscenti 55 (Armored)", + "Price": 396000, + "Photo": "https://gtacars.net/images/cd13f981f8067c05ab2335f530181b11", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "cog552" + }, + { + "Name": "Cognoscenti (Armored)", + "Price": 558000, + "Photo": "https://gtacars.net/images/fc9fb12754fee43da3562a80ca38b9ce", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "cognoscenti2" + }, + { + "Name": "Cognoscenti Cabrio", + "Price": 185000, + "Photo": "https://gtacars.net/images/7bed5d864cec77c54c6c8956b8698765", + "Manufacturer": "Enus", + "Class": "Coupes", + "Model": "cogcabrio" + }, + { + "Name": "Comet", + "Price": 100000, + "Photo": "https://gtacars.net/images/344d2921d59ac99df594e720bb946a37", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "comet2" + }, + { + "Name": "Comet Retro Custom", + "Price": 645000, + "Photo": "https://gtacars.net/images/ddeb20a2b62fd2d2d7e45805a6aa6375", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "comet3" + }, + { + "Name": "Comet S2", + "Price": 1878000, + "Photo": "https://gtacars.net/images/0f83212470f25aae97a236f2161cfd03", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "comet6" + }, + { + "Name": "Comet S2 Cabrio", + "Price": 1797000, + "Photo": "https://gtacars.net/images/fea4da7b31358eeea1b133987ca81765", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "comet7" + }, + { + "Name": "Comet Safari", + "Price": 710000, + "Photo": "https://gtacars.net/images/3327020704521d694ea57d70f35fcb35", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "comet4" + }, + { + "Name": "Comet SR", + "Price": 1145000, + "Photo": "https://gtacars.net/images/f20a7fe3c03e55aa6ac04c0db2a1fc90", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "comet5" + }, + { + "Name": "Conada", + "Price": 2450000, + "Photo": "https://gtacars.net/images/fcc66ac3ef3b9011eee5f507c301c5b0", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "conada" + }, + { + "Name": "Contender", + "Price": 250000, + "Photo": "https://gtacars.net/images/7150a137febf57dca421fe4c035131df", + "Manufacturer": "Vapid", + "Class": "SUVs", + "Model": "contender" + }, + { + "Name": "Coquette", + "Price": 138000, + "Photo": "https://gtacars.net/images/24b8bdaf1db2cf3d88fbacf163dbfd3e", + "Manufacturer": "Invetero", + "Class": "Sports", + "Model": "coquette" + }, + { + "Name": "Coquette BlackFin", + "Price": 695000, + "Photo": "https://gtacars.net/images/1b636d1a6fefa5831f8da41480d97c6a", + "Manufacturer": "Invetero", + "Class": "Muscle", + "Model": "coquette3" + }, + { + "Name": "Coquette Classic", + "Price": 665000, + "Photo": "https://gtacars.net/images/e1b1dd3201de4a8e9158924398988a1c", + "Manufacturer": "Invetero", + "Class": "Sports Classics", + "Model": "coquette2" + }, + { + "Name": "Coquette D1", + "Price": 1500000, + "Photo": "https://gtacars.net/images/0725c1cffd8a581eb9a738a7b51cde8d", + "Manufacturer": "Invetero", + "Class": "Sports Classics", + "Model": "coquette5" + }, + { + "Name": "Coquette D10", + "Price": 1510000, + "Photo": "https://gtacars.net/images/4ef2f283a9428d1f3641e76c0307a043", + "Manufacturer": "Invetero", + "Class": "Sports", + "Model": "coquette4" + }, + { + "Name": "Corsita", + "Price": 1795000, + "Photo": "https://gtacars.net/images/1d4ec83f0958af6288ff16197aa627b5", + "Manufacturer": "Lampadati", + "Class": "Sports", + "Model": "corsita" + }, + { + "Name": "Cruiser", + "Price": 800, + "Photo": "https://gtacars.net/images/9ba8ac906e802139d944306a9b93c9f1", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "cruiser" + }, + { + "Name": "Crusader", + "Price": 225000, + "Photo": "https://gtacars.net/images/b45fda98c0bb5d108f39b3fe6339d125", + "Manufacturer": "Canis", + "Class": "Military", + "Model": "crusader" + }, + { + "Name": "Cuban 800", + "Price": 240000, + "Photo": "https://gtacars.net/images/bc4275e5138d4a8cd670314ee9137299", + "Manufacturer": "Western", + "Class": "Planes", + "Model": "cuban800" + }, + { + "Name": "Cutter", + "Price": 0, + "Photo": "https://gtacars.net/images/f35d29e6252fbb3a7dab52bf70820c78", + "Manufacturer": "HVY", + "Class": "Industrial", + "Model": "cutter" + }, + { + "Name": "Cyclone", + "Price": 1890000, + "Photo": "https://gtacars.net/images/8e9cb4636ac4e2aa21632164fe32acae", + "Manufacturer": "Coil", + "Class": "Supers", + "Model": "cyclone" + }, + { + "Name": "Cyclone II", + "Price": 0, + "Photo": "https://gtacars.net/images/f5df52aacfaf4a836c7239bdc6a29e64", + "Manufacturer": "Coil", + "Class": "Supers", + "Model": "cyclone2_hsw" + }, + { + "Name": "Cyclone II", + "Price": 0, + "Photo": "https://gtacars.net/images/72caba7a2fa5a3d5d242416d70abff9a", + "Manufacturer": "Coil", + "Class": "Supers", + "Model": "cyclone2" + }, + { + "Name": "Cypher", + "Price": 200000, + "Photo": "https://gtacars.net/images/e994d2238d5211a4f8cf5f2e5ff686b8", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "driftcypher" + }, + { + "Name": "Cypher", + "Price": 1550000, + "Photo": "https://gtacars.net/images/e994d2238d5211a4f8cf5f2e5ff686b8", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "cypher" + }, + { + "Name": "Daemon", + "Price": 0, + "Photo": "https://gtacars.net/images/6d88616a80d8f359d4fa92bfbaa14a79", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "daemon" + }, + { + "Name": "Daemon", + "Price": 145000, + "Photo": "https://gtacars.net/images/7db85df3a18dde52e8dfc3ca6c4b9829", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "daemon2" + }, + { + "Name": "Dashound", + "Price": 525000, + "Photo": "https://gtacars.net/images/3517b96ca7926db92aa0a6563f84c1bf", + "Manufacturer": "Unknown", + "Class": "Service", + "Model": "coach" + }, + { + "Name": "Defiler", + "Price": 412000, + "Photo": "https://gtacars.net/images/ca229f1a1721be755f28be2f94142472", + "Manufacturer": "Shitzu", + "Class": "Motorcycles", + "Model": "defiler" + }, + { + "Name": "Deity", + "Price": 1845000, + "Photo": "https://gtacars.net/images/1bf58b80e3657c282c9dc50c08736040", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "deity" + }, + { + "Name": "Deluxo", + "Price": 5750000, + "Photo": "https://gtacars.net/images/866556a1908dc4c93bbf3ace3e5c411c", + "Manufacturer": "Imponte", + "Class": "Sports Classics", + "Model": "deluxo" + }, + { + "Name": "Desert Raid", + "Price": 695000, + "Photo": "https://gtacars.net/images/427f39ce788760faf7a30bd0ef5f608f", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "trophytruck2" + }, + { + "Name": "Deveste Eight", + "Price": 0, + "Photo": "https://gtacars.net/images/45315f78a23d62a4a6e6e4d409d8ffc1", + "Manufacturer": "Principe", + "Class": "Supers", + "Model": "deveste_hsw" + }, + { + "Name": "Deveste Eight", + "Price": 1795000, + "Photo": "https://gtacars.net/images/c9817dfaeb9e8162cabbfcb98242814d", + "Manufacturer": "Principe", + "Class": "Supers", + "Model": "deveste" + }, + { + "Name": "Deviant", + "Price": 512000, + "Photo": "https://gtacars.net/images/cf659aef537592b0a21e6d61b269ca64", + "Manufacturer": "Schyster", + "Class": "Muscle", + "Model": "deviant" + }, + { + "Name": "Diabolus", + "Price": 169000, + "Photo": "https://gtacars.net/images/757ad6ec2eb8dc3a46398cc6eb943a09", + "Manufacturer": "Principe", + "Class": "Motorcycles", + "Model": "diablous" + }, + { + "Name": "Diabolus Custom", + "Price": 245000, + "Photo": "https://gtacars.net/images/1688aeb81e99ade197be07139d58e99d", + "Manufacturer": "Principe", + "Class": "Motorcycles", + "Model": "diablous2" + }, + { + "Name": "Dilettante", + "Price": 0, + "Photo": "https://gtacars.net/images/6b4ef0579ef4d0e2dd8550270ad03df1", + "Manufacturer": "Karin", + "Class": "Compacts", + "Model": "dilettante2" + }, + { + "Name": "Dilettante", + "Price": 25000, + "Photo": "https://gtacars.net/images/9f7a3651b408c544c3ce7c9250772503", + "Manufacturer": "Karin", + "Class": "Compacts", + "Model": "dilettante" + }, + { + "Name": "Dinghy", + "Price": 0, + "Photo": "https://gtacars.net/images/b995155228a4b37234a0487cc12d0b2e", + "Manufacturer": "Nagasaki", + "Class": "Boats", + "Model": "dinghy2" + }, + { + "Name": "Dinghy", + "Price": 0, + "Photo": "https://gtacars.net/images/0106a70bfb24aa21faba433a1d9efd32", + "Manufacturer": "Nagasaki", + "Class": "Boats", + "Model": "dinghy" + }, + { + "Name": "Dinghy", + "Price": 166250, + "Photo": "https://gtacars.net/images/0106a70bfb24aa21faba433a1d9efd32", + "Manufacturer": "Nagasaki", + "Class": "Boats", + "Model": "dinghy3" + }, + { + "Name": "Dinghy", + "Price": 0, + "Photo": "https://gtacars.net/images/790543181113d11833ba44014207442a", + "Manufacturer": "Nagasaki", + "Class": "Boats", + "Model": "dinghy4" + }, + { + "Name": "Dock Handler", + "Price": 0, + "Photo": "https://gtacars.net/images/c035dbfa270483e4f35ba7df256029d6", + "Manufacturer": "HVY", + "Class": "Industrial", + "Model": "handler" + }, + { + "Name": "No name officially", + "Price": 0, + "Photo": "https://gtacars.net/images/1ddd013cffe6b9fa9d91e953fade5bae", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "docktrailer" + }, + { + "Name": "Docktug", + "Price": 0, + "Photo": "https://gtacars.net/images/3c799be7dd87826c3aa9b49d87dc0f53", + "Manufacturer": "HVY", + "Class": "Utility", + "Model": "docktug" + }, + { + "Name": "Dodo", + "Price": 500000, + "Photo": "https://gtacars.net/images/7c7a7664f82499e961b5bcd312f14e6d", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "dodo" + }, + { + "Name": "Dominator", + "Price": 35000, + "Photo": "https://gtacars.net/images/b2f7e36dd4f86575c7cd35738d385fc1", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator" + }, + { + "Name": "Dominator ASP", + "Price": 1775000, + "Photo": "https://gtacars.net/images/f3c52e761ff8f2492d62dd873dfaee76", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator7" + }, + { + "Name": "Dominator FX", + "Price": 1550000, + "Photo": "https://gtacars.net/images/81c2c27093c1b7b176ca588e062c0e34", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator10" + }, + { + "Name": "Dominator FX Interceptor", + "Price": 4950000, + "Photo": "https://gtacars.net/images/3e797bb2faf1d2a24008019e400525a8", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "poldominator10" + }, + { + "Name": "Dominator GT", + "Price": 2195000, + "Photo": "https://gtacars.net/images/3a12e40370a4953b500db923da62fcaf", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator9" + }, + { + "Name": "Dominator GTT", + "Price": 1220000, + "Photo": "https://gtacars.net/images/a5ad50c571d38a1d917f67ce5e4cbbb9", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator8" + }, + { + "Name": "Dominator GTX", + "Price": 725000, + "Photo": "https://gtacars.net/images/9d0be641faeb67579fb05f473b1fcbf7", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator3" + }, + { + "Name": "Dorado", + "Price": 1375000, + "Photo": "https://gtacars.net/images/dba533a6e2fb26e60d7031b694eef5bb", + "Manufacturer": "Bravado", + "Class": "SUVs", + "Model": "dorado" + }, + { + "Name": "Dorado Cruiser", + "Price": 5005000, + "Photo": "https://gtacars.net/images/74e54fec0e69a5b3e20f969226d84ef5", + "Manufacturer": "Bravado", + "Class": "Emergency", + "Model": "poldorado" + }, + { + "Name": "Double-T", + "Price": 12000, + "Photo": "https://gtacars.net/images/389fcc1d7919c02d204d768234e67c34", + "Manufacturer": "Dinka", + "Class": "Motorcycles", + "Model": "double" + }, + { + "Name": "Dozer", + "Price": 0, + "Photo": "https://gtacars.net/images/b44b54ff01898da573bc4eef721a539b", + "Manufacturer": "HVY", + "Class": "Industrial", + "Model": "bulldozer" + }, + { + "Name": "DR1", + "Price": 2997000, + "Photo": "https://gtacars.net/images/da03f067ec82cec7566e642d69921959", + "Manufacturer": "Declasse", + "Class": "Open Wheel", + "Model": "openwheel2" + }, + { + "Name": "Draugur", + "Price": 1870000, + "Photo": "https://gtacars.net/images/a0ec86fa61a4e94938fa562d0fa7fbb6", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "draugur" + }, + { + "Name": "Drift Tampa", + "Price": 200000, + "Photo": "https://gtacars.net/images/85e7b7cc046f87b74f9ce81c1a881ca9", + "Manufacturer": "Declasse", + "Class": "Sports", + "Model": "drifttampa" + }, + { + "Name": "Drift Tampa", + "Price": 995000, + "Photo": "https://gtacars.net/images/85e7b7cc046f87b74f9ce81c1a881ca9", + "Manufacturer": "Declasse", + "Class": "Sports", + "Model": "tampa2" + }, + { + "Name": "Drift Yosemite", + "Price": 200000, + "Photo": "https://gtacars.net/images/4b90410d551ca25e40cc214ffd3e798c", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "driftyosemite" + }, + { + "Name": "Drift Yosemite", + "Price": 1308000, + "Photo": "https://gtacars.net/images/4b90410d551ca25e40cc214ffd3e798c", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "yosemite2" + }, + { + "Name": "Dubsta", + "Price": 0, + "Photo": "https://gtacars.net/images/fcfedf59b2b63ea2705381a75d8ce7c8", + "Manufacturer": "Benefactor", + "Class": "SUVs", + "Model": "dubsta2" + }, + { + "Name": "Dubsta", + "Price": 0, + "Photo": "https://gtacars.net/images/226d92eaf904cbfa1059e6e6630a1cd0", + "Manufacturer": "Benefactor", + "Class": "SUVs", + "Model": "dubsta" + }, + { + "Name": "Dubsta 6x6", + "Price": 249000, + "Photo": "https://gtacars.net/images/987e25a46ea5431b02e9156778b7f04b", + "Manufacturer": "Benefactor", + "Class": "Off-Road", + "Model": "dubsta3" + }, + { + "Name": "Duke O'Death", + "Price": 665000, + "Photo": "https://gtacars.net/images/0b86a31685b5dc74513b4026edf5e326", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "dukes2" + }, + { + "Name": "Dukes", + "Price": 62000, + "Photo": "https://gtacars.net/images/cb06e0bbcf9a6d7760908cf30307500c", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "dukes" + }, + { + "Name": "Dump", + "Price": 1000000, + "Photo": "https://gtacars.net/images/a21b8d64f25f5a4e64446dafa07cfb91", + "Manufacturer": "HVY", + "Class": "Industrial", + "Model": "dump" + }, + { + "Name": "Dune", + "Price": 1385000, + "Photo": "https://gtacars.net/images/21ff8f2cea387e9cb269c1f30d4ce3f2", + "Manufacturer": "MTL", + "Class": "Service", + "Model": "rallytruck" + }, + { + "Name": "Dune Buggy", + "Price": 20000, + "Photo": "https://gtacars.net/images/b82b384f9f72c15da475e99f87495114", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "dune" + }, + { + "Name": "Dune FAV", + "Price": 1130500, + "Photo": "https://gtacars.net/images/1a0da48485d0d9da05debb38bdb4ef61", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "dune3" + }, + { + "Name": "Duneloader", + "Price": 0, + "Photo": "https://gtacars.net/images/245c1c82a82c476de81d232527ff05c4", + "Manufacturer": "Bravado", + "Class": "Off-Road", + "Model": "dloader" + }, + { + "Name": "Duster", + "Price": 275000, + "Photo": "https://gtacars.net/images/471d3f292ef21a4ca912f423749eb519", + "Manufacturer": "Western", + "Class": "Planes", + "Model": "duster" + }, + { + "Name": "Dynasty", + "Price": 450000, + "Photo": "https://gtacars.net/images/8e48457eb42799c288bd252e6d466877", + "Manufacturer": "Weeny", + "Class": "Sports Classics", + "Model": "dynasty" + }, + { + "Name": "Elegy Retro Custom", + "Price": 904000, + "Photo": "https://gtacars.net/images/ecac7651b94091e083e5068e03264843", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "elegy" + }, + { + "Name": "Elegy RH8", + "Price": 95000, + "Photo": "https://gtacars.net/images/306c15592e7dfd0d9ce73f85d0cd432a", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "elegy2" + }, + { + "Name": "Ellie", + "Price": 565000, + "Photo": "https://gtacars.net/images/946b18f32360e987433c4ef21bb6a3e2", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "ellie" + }, + { + "Name": "Emerus", + "Price": 2750000, + "Photo": "https://gtacars.net/images/a9fb410a0ba8cdf728f25d293e37ecd5", + "Manufacturer": "Progen", + "Class": "Supers", + "Model": "emerus" + }, + { + "Name": "Emperor", + "Price": 0, + "Photo": "https://gtacars.net/images/055d29095e6e30c708c581661751798d", + "Manufacturer": "Albany", + "Class": "Sedans", + "Model": "emperor2" + }, + { + "Name": "Emperor", + "Price": 0, + "Photo": "https://gtacars.net/images/5ac448106ab3924a67e13fbec5a78666", + "Manufacturer": "Albany", + "Class": "Sedans", + "Model": "emperor3" + }, + { + "Name": "Emperor", + "Price": 0, + "Photo": "https://gtacars.net/images/43b36f2b1c192dc1b13a727fb365ba4a", + "Manufacturer": "Albany", + "Class": "Sedans", + "Model": "emperor" + }, + { + "Name": "Endurex Race Bike", + "Price": 10000, + "Photo": "https://gtacars.net/images/974e78da5a4d5dfb3769029bc4c6c0d9", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "tribike2" + }, + { + "Name": "Enduro", + "Price": 48000, + "Photo": "https://gtacars.net/images/f2d2741969000e6bda655a8fefa86930", + "Manufacturer": "Dinka", + "Class": "Motorcycles", + "Model": "enduro" + }, + { + "Name": "Entity MT", + "Price": 0, + "Photo": "https://gtacars.net/images/c1eb9a1fd07e4ee7977b6f64e56dc408", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "entity3_hsw" + }, + { + "Name": "Entity MT", + "Price": 2355000, + "Photo": "https://gtacars.net/images/032eef3c73441b795f58763333a539dd", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "entity3" + }, + { + "Name": "Entity XF", + "Price": 795000, + "Photo": "https://gtacars.net/images/82f09e0204cad64f01ff3c2b3ca8b280", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "entityxf" + }, + { + "Name": "Entity XXR", + "Price": 2305000, + "Photo": "https://gtacars.net/images/e9195ad077bd55e4b21de7d93002cd0c", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "entity2" + }, + { + "Name": "Envisage", + "Price": 2472000, + "Photo": "https://gtacars.net/images/f9adea215b946a3d52ce3d4f9d6c0660", + "Manufacturer": "Bollokan", + "Class": "Sports", + "Model": "envisage" + }, + { + "Name": "Esskey", + "Price": 264000, + "Photo": "https://gtacars.net/images/8cfcc847bd7044a7d19dae8bb031c627", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "esskey" + }, + { + "Name": "ETR1", + "Price": 1995000, + "Photo": "https://gtacars.net/images/ed9d0d568994d9e9022ad0534909f01e", + "Manufacturer": "Emperor", + "Class": "Supers", + "Model": "sheava" + }, + { + "Name": "Eudora", + "Price": 1250000, + "Photo": "https://gtacars.net/images/104bb878b056baf1e88a7abca0e8066e", + "Manufacturer": "Willard", + "Class": "Muscle", + "Model": "eudora" + }, + { + "Name": "Euros", + "Price": 200000, + "Photo": "https://gtacars.net/images/71705592df5c0d18855809f0d074ab7c", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "drifteuros" + }, + { + "Name": "Euros", + "Price": 1800000, + "Photo": "https://gtacars.net/images/71705592df5c0d18855809f0d074ab7c", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "euros" + }, + { + "Name": "Euros X32", + "Price": 0, + "Photo": "https://gtacars.net/images/96509f11ad779e808adc8b2cd97ed4d2", + "Manufacturer": "Annis", + "Class": "Coupes", + "Model": "eurosx32_hsw" + }, + { + "Name": "Euros X32", + "Price": 1499000, + "Photo": "https://gtacars.net/images/c7e1746df0c587a96ebf5905dfeb15d4", + "Manufacturer": "Annis", + "Class": "Coupes", + "Model": "eurosx32" + }, + { + "Name": "Everon", + "Price": 1475000, + "Photo": "https://gtacars.net/images/3fbeb3dfd3cc418ad89d898f1497628e", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "everon" + }, + { + "Name": "Exemplar", + "Price": 205000, + "Photo": "https://gtacars.net/images/f7c531248fea1e37eba6cc93d7345715", + "Manufacturer": "Dewbauchee", + "Class": "Coupes", + "Model": "exemplar" + }, + { + "Name": "F-160 Raiju", + "Price": 6855000, + "Photo": "https://gtacars.net/images/a4191ee48011e35aab4cb0ec966da5a1", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "raiju" + }, + { + "Name": "F620", + "Price": 80000, + "Photo": "https://gtacars.net/images/1e4634da4835956e450fa3cdbd5d0d85", + "Manufacturer": "Ocelot", + "Class": "Coupes", + "Model": "f620" + }, + { + "Name": "Faction", + "Price": 36000, + "Photo": "https://gtacars.net/images/d26a512e3798b7ac017cdea5caf9f849", + "Manufacturer": "Willard", + "Class": "Muscle", + "Model": "faction" + }, + { + "Name": "Faction Custom", + "Price": 335000, + "Photo": "https://gtacars.net/images/1ee0059ce9c665f727f5ba2c5d73a7e2", + "Manufacturer": "Willard", + "Class": "Muscle", + "Model": "faction2" + }, + { + "Name": "Faction Custom Donk", + "Price": 695000, + "Photo": "https://gtacars.net/images/a4bd70d532bffb8f23e6a2c0407525dc", + "Manufacturer": "Willard", + "Class": "Muscle", + "Model": "faction3" + }, + { + "Name": "Fagaloa", + "Price": 335000, + "Photo": "https://gtacars.net/images/f266a9befaec2e78e8c19aed07ea9662", + "Manufacturer": "Vulcar", + "Class": "Sports Classics", + "Model": "fagaloa" + }, + { + "Name": "Faggio", + "Price": 5000, + "Photo": "https://gtacars.net/images/490d53928ed54a3b2c656681ab98159c", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "faggio2" + }, + { + "Name": "Faggio Mod", + "Price": 55000, + "Photo": "https://gtacars.net/images/e41dc1c0ffe80722833980303c2b1f6c", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "faggio3" + }, + { + "Name": "Faggio Sport", + "Price": 47500, + "Photo": "https://gtacars.net/images/4e9d4b550889326ab411e4a631566987", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "faggio" + }, + { + "Name": "FCR 1000", + "Price": 135000, + "Photo": "https://gtacars.net/images/a88e4cdff2b75f31ef3d44c3090babe9", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "fcr" + }, + { + "Name": "FCR 1000 Custom", + "Price": 196000, + "Photo": "https://gtacars.net/images/52ba3127b052024e1bf4a9e5407e19be", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "fcr2" + }, + { + "Name": "Felon", + "Price": 90000, + "Photo": "https://gtacars.net/images/a7a298c3d9942c50d23de135e388ff8d", + "Manufacturer": "Lampadati", + "Class": "Coupes", + "Model": "felon" + }, + { + "Name": "Felon GT", + "Price": 95000, + "Photo": "https://gtacars.net/images/4760dcdeb96e5ee763061bf29d9ee831", + "Manufacturer": "Lampadati", + "Class": "Coupes", + "Model": "felon2" + }, + { + "Name": "Feltzer", + "Price": 145000, + "Photo": "https://gtacars.net/images/f758e8ef10273636c830d7aed8305333", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "feltzer2" + }, + { + "Name": "Festival Bus", + "Price": 1842050, + "Photo": "https://gtacars.net/images/5e478820e8dd7a202a53be16ca140f0b", + "Manufacturer": "Vapid", + "Class": "Service", + "Model": "pbus2" + }, + { + "Name": "FH-1 Hunter", + "Price": 4123000, + "Photo": "https://gtacars.net/images/06ad055fbaa6c3d7fa38e9e599284359", + "Manufacturer": "Unknown", + "Class": "Helicopters", + "Model": "hunter" + }, + { + "Name": "FIB", + "Price": 0, + "Photo": "https://gtacars.net/images/de1aa6fdcddc2ae0cc947585e2b4f754", + "Manufacturer": "Bravado", + "Class": "Emergency", + "Model": "fbi" + }, + { + "Name": "FIB", + "Price": 0, + "Photo": "https://gtacars.net/images/fae6046cfb2e77ce08e29269a455e399", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "fbi2" + }, + { + "Name": "Fieldmaster", + "Price": 0, + "Photo": "https://gtacars.net/images/5ed921ab6d6f4a1e3fa3b4e1090ae864", + "Manufacturer": "Stanley", + "Class": "Utility", + "Model": "tractor3" + }, + { + "Name": "Fieldmaster", + "Price": 0, + "Photo": "https://gtacars.net/images/8f6a49f95046e5f8c69c87d782aa0f11", + "Manufacturer": "Stanley", + "Class": "Utility", + "Model": "tractor2" + }, + { + "Name": "Fire Truck", + "Price": 3295000, + "Photo": "https://gtacars.net/images/16c2a611c3bbc64b7d4c2a64fb60f5e7", + "Manufacturer": "MTL", + "Class": "Emergency", + "Model": "firetruk" + }, + { + "Name": "Fixter", + "Price": 0, + "Photo": "https://gtacars.net/images/d68a6db35a1b6cafd73aa6d16fdf59c6", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "fixter" + }, + { + "Name": "Flash GT", + "Price": 1675000, + "Photo": "https://gtacars.net/images/db47f6a8d9d26d951f361cbaa2536d56", + "Manufacturer": "Vapid", + "Class": "Sports", + "Model": "flashgt" + }, + { + "Name": "Flatbed", + "Price": 0, + "Photo": "https://gtacars.net/images/85558506293188d55312324ddde0ed45", + "Manufacturer": "MTL", + "Class": "Industrial", + "Model": "flatbed" + }, + { + "Name": "FMJ", + "Price": 1750000, + "Photo": "https://gtacars.net/images/62ecea12bb863e78984b1b977f85fe4a", + "Manufacturer": "Vapid", + "Class": "Supers", + "Model": "fmj" + }, + { + "Name": "Forklift", + "Price": 0, + "Photo": "https://gtacars.net/images/0a7b2defc41a24e5f0df76dccc1b445f", + "Manufacturer": "HVY", + "Class": "Utility", + "Model": "forklift" + }, + { + "Name": "FQ 2", + "Price": 50000, + "Photo": "https://gtacars.net/images/b6e97c11915fa6ac1a4fb5ea452c7e61", + "Manufacturer": "Fathom", + "Class": "SUVs", + "Model": "fq2" + }, + { + "Name": "FR36", + "Price": 200000, + "Photo": "https://gtacars.net/images/4331afdcb99c1c02a6c0d467669b735f", + "Manufacturer": "Fathom", + "Class": "Coupes", + "Model": "driftfr36" + }, + { + "Name": "FR36", + "Price": 1610000, + "Photo": "https://gtacars.net/images/4331afdcb99c1c02a6c0d467669b735f", + "Manufacturer": "Fathom", + "Class": "Coupes", + "Model": "fr36" + }, + { + "Name": "Fränken Stange", + "Price": 550000, + "Photo": "https://gtacars.net/images/3fc92bfee5c7c893c9eeb86adf284b73", + "Manufacturer": "Albany", + "Class": "Sports Classics", + "Model": "btype2" + }, + { + "Name": "Freecrawler", + "Price": 597000, + "Photo": "https://gtacars.net/images/d2b06da4b80a44b510c52c947ba11be0", + "Manufacturer": "Canis", + "Class": "Off-Road", + "Model": "freecrawler" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/9d9cf8b42d99b197f4d7c28df21bb35e", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freight2" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/e6bdc12d8509dda8f59ae9a7e7f64d5e", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freightcar" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/12487c3581314f7ecbf88fd2d4f8d3d3", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freightcar2" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/441927fe1d1d005ea55a1ecf81e2a6ba", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freightgrain" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/1afb3d5bf752a66a08a440607547de35", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freightcont2" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/b6780ec0a94c0b482710bab7b2c160de", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freight" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/2adc61ab26ec5a0e917d06e8b7bd1834", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "freightcont1" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/d404e3bbbfd53c596f4d73c661dafd43", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "tankercar" + }, + { + "Name": "Freight Train", + "Price": 0, + "Photo": "https://gtacars.net/images/df9019968805c09ef7d7106df285e040", + "Manufacturer": "Unknown", + "Class": "Trains", + "Model": "metrotrain" + }, + { + "Name": "Frogger", + "Price": 0, + "Photo": "https://gtacars.net/images/a51111abc5845ab5fec39346894d0f87", + "Manufacturer": "Maibatsu", + "Class": "Helicopters", + "Model": "frogger2" + }, + { + "Name": "Frogger", + "Price": 1300000, + "Photo": "https://gtacars.net/images/e047016256b5a225d051aeb962d52581", + "Manufacturer": "Maibatsu", + "Class": "Helicopters", + "Model": "frogger" + }, + { + "Name": "Fugitive", + "Price": 24000, + "Photo": "https://gtacars.net/images/898ee5123da9595ef2c8a10fbbffb26e", + "Manufacturer": "Cheval", + "Class": "Sedans", + "Model": "fugitive" + }, + { + "Name": "Furia", + "Price": 2740000, + "Photo": "https://gtacars.net/images/248ef8231feb8c7daeeb30d4754bc4eb", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "furia" + }, + { + "Name": "Furore GT", + "Price": 448000, + "Photo": "https://gtacars.net/images/42775b3635375597405696ff660951bb", + "Manufacturer": "Lampadati", + "Class": "Sports", + "Model": "furoregt" + }, + { + "Name": "Fusilade", + "Price": 36000, + "Photo": "https://gtacars.net/images/5881299dbb093221d05c7e586299947a", + "Manufacturer": "Schyster", + "Class": "Sports", + "Model": "fusilade" + }, + { + "Name": "Futo", + "Price": 9000, + "Photo": "https://gtacars.net/images/8f09ecdb4bf6c5c1a64e10a8d9c92456", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "futo" + }, + { + "Name": "Futo GTX", + "Price": 200000, + "Photo": "https://gtacars.net/images/7f1f6dd2259bfeac5f5b85c6ec008d01", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "driftfuto" + }, + { + "Name": "Futo GTX", + "Price": 1590000, + "Photo": "https://gtacars.net/images/7f1f6dd2259bfeac5f5b85c6ec008d01", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "futo2" + }, + { + "Name": "Future Shock Bruiser", + "Price": 1609000, + "Photo": "https://gtacars.net/images/ac33100972fe9bf7d02f6b545f3746e0", + "Manufacturer": "Benefactor", + "Class": "Off-Road", + "Model": "bruiser2" + }, + { + "Name": "Future Shock Brutus", + "Price": 2666650, + "Photo": "https://gtacars.net/images/ecdd642de27031a7f74598fd25799f47", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "brutus2" + }, + { + "Name": "Future Shock Cerberus", + "Price": 3870300, + "Photo": "https://gtacars.net/images/bee676279fcc55468264f892c395ed10", + "Manufacturer": "MTL", + "Class": "Commercial", + "Model": "cerberus2" + }, + { + "Name": "Future Shock Deathbike", + "Price": 1269000, + "Photo": "https://gtacars.net/images/44bafb89350295477ce3dd61b78af242", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "deathbike2" + }, + { + "Name": "Future Shock Dominator", + "Price": 1132000, + "Photo": "https://gtacars.net/images/4f1e7c2beb12527f8a8a1184afbd0a2d", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator5" + }, + { + "Name": "Future Shock Impaler", + "Price": 1209500, + "Photo": "https://gtacars.net/images/e1776a650d750783fae1a5e16546f0a8", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "impaler3" + }, + { + "Name": "Future Shock Imperator", + "Price": 2284940, + "Photo": "https://gtacars.net/images/5d9b3e61a8e6896807ef83462caf58e4", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "imperator2" + }, + { + "Name": "Future Shock Issi", + "Price": 1089000, + "Photo": "https://gtacars.net/images/fa8d53854e9d54c5518338e266a4dfb3", + "Manufacturer": "Weeny", + "Class": "Compacts", + "Model": "issi5" + }, + { + "Name": "Future Shock Sasquatch", + "Price": 1530875, + "Photo": "https://gtacars.net/images/5ccc0146b06f38222ce5b2ba0633ab45", + "Manufacturer": "Bravado", + "Class": "Off-Road", + "Model": "monster4" + }, + { + "Name": "Future Shock Scarab", + "Price": 3076290, + "Photo": "https://gtacars.net/images/7fa13dd53ee55c44b043fc856145bcf5", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "scarab2" + }, + { + "Name": "Future Shock Slamvan", + "Price": 1321875, + "Photo": "https://gtacars.net/images/31e5ad7f24b93700e2986d1cafd0136a", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "slamvan5" + }, + { + "Name": "Future Shock ZR380", + "Price": 2138640, + "Photo": "https://gtacars.net/images/81c9075cdfd8f3c57e905241f95cb008", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "zr3802" + }, + { + "Name": "Gang Burrito", + "Price": 0, + "Photo": "https://gtacars.net/images/30b96e6bbf8cbb61cf5327ffa00dbd66", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "gburrito" + }, + { + "Name": "Gang Burrito", + "Price": 86450, + "Photo": "https://gtacars.net/images/67d0234c8ad16f6845f594bc1c924761", + "Manufacturer": "Declasse", + "Class": "Vans", + "Model": "gburrito2" + }, + { + "Name": "Gargoyle", + "Price": 120000, + "Photo": "https://gtacars.net/images/edcb569b63d70194852303b20845d76d", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "gargoyle" + }, + { + "Name": "Gauntlet", + "Price": 32000, + "Photo": "https://gtacars.net/images/a83f21bac1fedb428b4180594984f271", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "gauntlet" + }, + { + "Name": "Gauntlet Classic", + "Price": 615000, + "Photo": "https://gtacars.net/images/773ee32e8ea693da3dc647182f4255d6", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "gauntlet3" + }, + { + "Name": "Gauntlet Classic Custom", + "Price": 815000, + "Photo": "https://gtacars.net/images/f9eca43cace77bd24d6d02392cc2fcf6", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "gauntlet5" + }, + { + "Name": "Gauntlet Hellfire", + "Price": 745000, + "Photo": "https://gtacars.net/images/ede307a542416908f1d6c5eb33bef6fc", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "gauntlet4" + }, + { + "Name": "Gauntlet Interceptor", + "Price": 5420000, + "Photo": "https://gtacars.net/images/4e1d27652d5df053e97095ac92401dee", + "Manufacturer": "Bravado", + "Class": "Emergency", + "Model": "polgauntlet" + }, + { + "Name": "GB200", + "Price": 940000, + "Photo": "https://gtacars.net/images/aa94af09150a58daf5d486fb7bc6030c", + "Manufacturer": "Vapid", + "Class": "Sports", + "Model": "gb200" + }, + { + "Name": "Glendale", + "Price": 200000, + "Photo": "https://gtacars.net/images/b6df4a6d5f26cc1463ed0c230d808ca2", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "glendale" + }, + { + "Name": "Glendale Custom", + "Price": 520000, + "Photo": "https://gtacars.net/images/0d6e3ec9a1c94d03327c553f7185c1e7", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "glendale2" + }, + { + "Name": "Go Go Monkey Blista", + "Price": 0, + "Photo": "https://gtacars.net/images/9ab1d09a5d04ada6fd70d168a3c8d2db", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "blista3" + }, + { + "Name": "GP1", + "Price": 1260000, + "Photo": "https://gtacars.net/images/cf0a6050551426fee4fd7d4c95fba829", + "Manufacturer": "Progen", + "Class": "Supers", + "Model": "gp1" + }, + { + "Name": "Graintrailer", + "Price": 0, + "Photo": "https://gtacars.net/images/3977dfe28bcf138658a72da9d840d710", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "graintrailer" + }, + { + "Name": "Granger", + "Price": 35000, + "Photo": "https://gtacars.net/images/003630b979c6b59912b3964ff068ba44", + "Manufacturer": "Declasse", + "Class": "SUVs", + "Model": "granger" + }, + { + "Name": "Granger 3600LX", + "Price": 2000000, + "Photo": "https://gtacars.net/images/b2f450a8d97e35fd5bbbd6f03c0d93f4", + "Manufacturer": "Declasse", + "Class": "SUVs", + "Model": "granger2" + }, + { + "Name": "Greenwood", + "Price": 1465000, + "Photo": "https://gtacars.net/images/b12cab5048c264e7193a3f1ea2663928", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "greenwood" + }, + { + "Name": "Greenwood Cruiser", + "Price": 4910000, + "Photo": "https://gtacars.net/images/6f69fd9cc8586140a62e29e205b810c8", + "Manufacturer": "Bravado", + "Class": "Emergency", + "Model": "polgreenwood" + }, + { + "Name": "Gresley", + "Price": 29000, + "Photo": "https://gtacars.net/images/5b8f065d32a4fbcd4895aa06406726c6", + "Manufacturer": "Bravado", + "Class": "SUVs", + "Model": "gresley" + }, + { + "Name": "Growler", + "Price": 1627000, + "Photo": "https://gtacars.net/images/6b06c411ec28d9fa5840a7a49c32e36e", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "growler" + }, + { + "Name": "GT500", + "Price": 785000, + "Photo": "https://gtacars.net/images/7b8e2f1c957bf4e4daf551a863743470", + "Manufacturer": "Grotti", + "Class": "Sports Classics", + "Model": "gt500" + }, + { + "Name": "Guardian", + "Price": 375000, + "Photo": "https://gtacars.net/images/4fb653ecf83039338cd51c125dc7e738", + "Manufacturer": "Vapid", + "Class": "Industrial", + "Model": "guardian" + }, + { + "Name": "Habanero", + "Price": 42000, + "Photo": "https://gtacars.net/images/a459ac5b5ee943866e6e2f8d6d176ce9", + "Manufacturer": "Emperor", + "Class": "SUVs", + "Model": "habanero" + }, + { + "Name": "Hakuchou", + "Price": 82000, + "Photo": "https://gtacars.net/images/ba59d1b9eeef08d59659f2c25ffb8bea", + "Manufacturer": "Shitzu", + "Class": "Motorcycles", + "Model": "hakuchou" + }, + { + "Name": "Hakuchou Drag", + "Price": 0, + "Photo": "https://gtacars.net/images/80dba1d948d97cdcb3d445dbfe3be9b6", + "Manufacturer": "Shitzu", + "Class": "Motorcycles", + "Model": "hakuchou2_hsw" + }, + { + "Name": "Hakuchou Drag", + "Price": 976000, + "Photo": "https://gtacars.net/images/5d690c0611092463e056bedf5b7eff71", + "Manufacturer": "Shitzu", + "Class": "Motorcycles", + "Model": "hakuchou2" + }, + { + "Name": "Half-track", + "Price": 2254350, + "Photo": "https://gtacars.net/images/49e5bcdf3caf8487377eececfdb02231", + "Manufacturer": "Bravado", + "Class": "Military", + "Model": "halftrack" + }, + { + "Name": "Hauler", + "Price": 0, + "Photo": "https://gtacars.net/images/19b01c93d5c4d01f8118c0558b17884d", + "Manufacturer": "JoBuilt", + "Class": "Commercial", + "Model": "hauler" + }, + { + "Name": "Hauler Custom", + "Price": 1400000, + "Photo": "https://gtacars.net/images/7198b8399a99af48162e0a7323d5aca6", + "Manufacturer": "JoBuilt", + "Class": "Commercial", + "Model": "hauler2" + }, + { + "Name": "Havok", + "Price": 2300900, + "Photo": "https://gtacars.net/images/4a472510156ef9bab5667c31b07a72ed", + "Manufacturer": "Nagasaki", + "Class": "Helicopters", + "Model": "havok" + }, + { + "Name": "Hellion", + "Price": 835000, + "Photo": "https://gtacars.net/images/500970e99b17d36a6d815b7d627405ba", + "Manufacturer": "Annis", + "Class": "Off-Road", + "Model": "hellion" + }, + { + "Name": "Hermes", + "Price": 535000, + "Photo": "https://gtacars.net/images/ce014a0f3cba011b5aa1403127fb1727", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "hermes" + }, + { + "Name": "Hexer", + "Price": 15000, + "Photo": "https://gtacars.net/images/31520d63077b264408009b47863d07f1", + "Manufacturer": "LCC", + "Class": "Motorcycles", + "Model": "hexer" + }, + { + "Name": "Hot Rod Blazer", + "Price": 69000, + "Photo": "https://gtacars.net/images/9492a5fca0b0a7989704dad8c6ac0d90", + "Manufacturer": "Nagasaki", + "Class": "Off-Road", + "Model": "blazer3" + }, + { + "Name": "Hotknife", + "Price": 90000, + "Photo": "https://gtacars.net/images/c00e209db025784239347e3c8ae706ed", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "hotknife" + }, + { + "Name": "Hotring Everon", + "Price": 1790000, + "Photo": "https://gtacars.net/images/25e93dcb32776118d70c72e57aa2a4fc", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "everon2" + }, + { + "Name": "Hotring Hellfire", + "Price": 1810000, + "Photo": "https://gtacars.net/images/19cf898d4caa13d8eb385f36eea30fd2", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "gauntlet6" + }, + { + "Name": "Hotring Sabre", + "Price": 830000, + "Photo": "https://gtacars.net/images/8f0b5732a807bee74acb0659aace27d1", + "Manufacturer": "Declasse", + "Class": "Sports", + "Model": "hotring" + }, + { + "Name": "Howard NX-25", + "Price": 1296750, + "Photo": "https://gtacars.net/images/4b93e8601a0a2c0784a4f924e447df7d", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "howard" + }, + { + "Name": "Huntley S", + "Price": 195000, + "Photo": "https://gtacars.net/images/08a6210bb09c45f821bef481f282904b", + "Manufacturer": "Enus", + "Class": "SUVs", + "Model": "huntley" + }, + { + "Name": "Hustler", + "Price": 625000, + "Photo": "https://gtacars.net/images/8804e8f909a7da3ded52ec91a21c4273", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "hustler" + }, + { + "Name": "Hydra", + "Price": 3990000, + "Photo": "https://gtacars.net/images/be6de843e2cfa7454a7715946aeb04de", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "hydra" + }, + { + "Name": "Ignus", + "Price": 2765000, + "Photo": "https://gtacars.net/images/78bcc5b51115aca5bf45540c3680cda2", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "ignus" + }, + { + "Name": "Imorgon", + "Price": 2165000, + "Photo": "https://gtacars.net/images/897345b381283ea77e5831577c8a5d0b", + "Manufacturer": "Overflod", + "Class": "Sports", + "Model": "imorgon" + }, + { + "Name": "Impaler", + "Price": 331835, + "Photo": "https://gtacars.net/images/cb61654e87b8e80c2a882c425cad9fb5", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "impaler" + }, + { + "Name": "Impaler LX", + "Price": 1465000, + "Photo": "https://gtacars.net/images/02e207923c36d71d808fbee5ab4a99df", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "impaler6" + }, + { + "Name": "Impaler LX Cruiser", + "Price": 4800000, + "Photo": "https://gtacars.net/images/89bc25acadbfc3161f4648c80ed2d3a2", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "polimpaler6" + }, + { + "Name": "Impaler SZ", + "Price": 1280000, + "Photo": "https://gtacars.net/images/dc8fabde7d6fae31f2295637b7166445", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "impaler5" + }, + { + "Name": "Impaler SZ Cruiser", + "Price": 4720000, + "Photo": "https://gtacars.net/images/b58a0fbf8253c57efcb50159ee2d29a9", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "polimpaler5" + }, + { + "Name": "Inductor", + "Price": 50000, + "Photo": "https://gtacars.net/images/71152ef24669d4339161f7d75f92b4c3", + "Manufacturer": "Coil", + "Class": "Cycles", + "Model": "inductor" + }, + { + "Name": "Infernus", + "Price": 440000, + "Photo": "https://gtacars.net/images/ab29494a59ae97f2953d801ee786cf48", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "infernus" + }, + { + "Name": "Infernus Classic", + "Price": 915000, + "Photo": "https://gtacars.net/images/0d0838a019bd6bf7d122110f0c78bed1", + "Manufacturer": "Pegassi", + "Class": "Sports Classics", + "Model": "infernus2" + }, + { + "Name": "Ingot", + "Price": 9000, + "Photo": "https://gtacars.net/images/cbc95622365f7990a846b90242137075", + "Manufacturer": "Vulcar", + "Class": "Sedans", + "Model": "ingot" + }, + { + "Name": "Injection", + "Price": 16000, + "Photo": "https://gtacars.net/images/f272633cca7f5146d7ed215eea4d94ae", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "bfinjection" + }, + { + "Name": "Innovation", + "Price": 92500, + "Photo": "https://gtacars.net/images/26c1a9ed24988dc3b452fd5d18a6d4b9", + "Manufacturer": "LCC", + "Class": "Motorcycles", + "Model": "innovation" + }, + { + "Name": "Insurgent", + "Price": 897750, + "Photo": "https://gtacars.net/images/c4c4e50114e8b1cd41f62e0d6e312020", + "Manufacturer": "HVY", + "Class": "Off-Road", + "Model": "insurgent2" + }, + { + "Name": "Insurgent Pick-Up", + "Price": 1795500, + "Photo": "https://gtacars.net/images/5f50b2044db5e840a50743b9d68f5b5f", + "Manufacturer": "HVY", + "Class": "Off-Road", + "Model": "insurgent" + }, + { + "Name": "Insurgent Pick-Up Custom", + "Price": 202500, + "Photo": "https://gtacars.net/images/17f6406b4448adec82cde37c99e96545", + "Manufacturer": "HVY", + "Class": "Off-Road", + "Model": "insurgent3" + }, + { + "Name": "Intruder", + "Price": 16000, + "Photo": "https://gtacars.net/images/5abe4ed2eb395e0bb4c81cf17a255200", + "Manufacturer": "Karin", + "Class": "Sedans", + "Model": "intruder" + }, + { + "Name": "Invade and Persuade Tank", + "Price": 2275000, + "Photo": "https://gtacars.net/images/616a8d83efd17287f54e82b45f2584da", + "Manufacturer": "Unknown", + "Class": "Military", + "Model": "minitank" + }, + { + "Name": "Issi", + "Price": 18000, + "Photo": "https://gtacars.net/images/6bdb08262de062014ba0e41f4b7e637c", + "Manufacturer": "Weeny", + "Class": "Compacts", + "Model": "issi2" + }, + { + "Name": "Issi Classic", + "Price": 360000, + "Photo": "https://gtacars.net/images/0ea9863b0ff61f913b77744cec5d3400", + "Manufacturer": "Weeny", + "Class": "Compacts", + "Model": "issi3" + }, + { + "Name": "Issi Rally", + "Price": 0, + "Photo": "https://gtacars.net/images/9bb2aa9f96d18cfbb7ca4dbe56449cb9", + "Manufacturer": "Weeny", + "Class": "SUVs", + "Model": "issi8_hsw" + }, + { + "Name": "Issi Rally", + "Price": 1835000, + "Photo": "https://gtacars.net/images/5d19681e65cd59fdb880db5695023310", + "Manufacturer": "Weeny", + "Class": "SUVs", + "Model": "issi8" + }, + { + "Name": "Issi Sport", + "Price": 897000, + "Photo": "https://gtacars.net/images/155be5e958df8d5fa0161ab9b9561d74", + "Manufacturer": "Weeny", + "Class": "Sports", + "Model": "issi7" + }, + { + "Name": "Itali GTB", + "Price": 1189000, + "Photo": "https://gtacars.net/images/7eec638035a0e36c6360c5e588e86534", + "Manufacturer": "Progen", + "Class": "Supers", + "Model": "italigtb" + }, + { + "Name": "Itali GTB Custom", + "Price": 495000, + "Photo": "https://gtacars.net/images/71cedbcd3b2e6000b2e155b57ffd130b", + "Manufacturer": "Progen", + "Class": "Supers", + "Model": "italigtb2" + }, + { + "Name": "Itali GTO", + "Price": 1965000, + "Photo": "https://gtacars.net/images/ba7acf6b4aff2f62b02f9234810713df", + "Manufacturer": "Grotti", + "Class": "Sports", + "Model": "italigto" + }, + { + "Name": "Itali GTO Stinger TT", + "Price": 0, + "Photo": "https://gtacars.net/images/c7a2cda47b95631ece64bbd6414fe629", + "Manufacturer": "Grotti", + "Class": "Sports", + "Model": "stingertt_hsw" + }, + { + "Name": "Itali GTO Stinger TT", + "Price": 2380000, + "Photo": "https://gtacars.net/images/7acdca8b9c29b91b9bae13c1dd79c6fb", + "Manufacturer": "Grotti", + "Class": "Sports", + "Model": "stingertt" + }, + { + "Name": "Itali RSX", + "Price": 3465000, + "Photo": "https://gtacars.net/images/74042388552efb0b3b4b483fccfbdba9", + "Manufacturer": "Grotti", + "Class": "Sports", + "Model": "italirsx" + }, + { + "Name": "I-Wagen", + "Price": 1720000, + "Photo": "https://gtacars.net/images/a46dbb756e7ce89850cd6b70630c455f", + "Manufacturer": "Obey", + "Class": "SUVs", + "Model": "iwagen" + }, + { + "Name": "Jackal", + "Price": 60000, + "Photo": "https://gtacars.net/images/133a18f5b210db972c9f6fc1ddbfd0c8", + "Manufacturer": "Ocelot", + "Class": "Coupes", + "Model": "jackal" + }, + { + "Name": "JB 700", + "Price": 350000, + "Photo": "https://gtacars.net/images/a9c21b4cd4c98475c0eb432283ed79ed", + "Manufacturer": "Dewbauchee", + "Class": "Sports Classics", + "Model": "jb700" + }, + { + "Name": "JB 700W", + "Price": 1470000, + "Photo": "https://gtacars.net/images/bbfb815a1d474bc740e92f9c3171fdb7", + "Manufacturer": "Dewbauchee", + "Class": "Sports Classics", + "Model": "jb7002" + }, + { + "Name": "Jester", + "Price": 240000, + "Photo": "https://gtacars.net/images/5fff3c45323e5357d1728980c1033773", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "jester" + }, + { + "Name": "Jester Classic", + "Price": 790000, + "Photo": "https://gtacars.net/images/89bb6e10a5a66e138037c50580d0caf0", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "jester3" + }, + { + "Name": "Jester (Racecar)", + "Price": 350000, + "Photo": "https://gtacars.net/images/fa80850ecd0d4900a22407bef85f12a8", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "jester2" + }, + { + "Name": "Jester RR", + "Price": 200000, + "Photo": "https://gtacars.net/images/2a31ba13c53320f056948c7c410a3be7", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "driftjester" + }, + { + "Name": "Jester RR", + "Price": 1970000, + "Photo": "https://gtacars.net/images/2a31ba13c53320f056948c7c410a3be7", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "jester4" + }, + { + "Name": "Jet", + "Price": 0, + "Photo": "https://gtacars.net/images/7795d0a893848d4a0178c5efc13c1d54", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "jet" + }, + { + "Name": "Jetmax", + "Price": 299000, + "Photo": "https://gtacars.net/images/efef432296d7a264bb19aea4d950000b", + "Manufacturer": "Shitzu", + "Class": "Boats", + "Model": "jetmax" + }, + { + "Name": "Journey", + "Price": 15000, + "Photo": "https://gtacars.net/images/acf9760205917e8dc2858669166080c5", + "Manufacturer": "Zirconium", + "Class": "Vans", + "Model": "journey" + }, + { + "Name": "Journey II", + "Price": 790000, + "Photo": "https://gtacars.net/images/823c56c6146cbe3a5303e508cf36e451", + "Manufacturer": "Zirconium", + "Class": "Vans", + "Model": "journey2" + }, + { + "Name": "Jubilee", + "Price": 1650000, + "Photo": "https://gtacars.net/images/c83f88041add99d7fa6ea43d6e4120a2", + "Manufacturer": "Enus", + "Class": "SUVs", + "Model": "jubilee" + }, + { + "Name": "Jugular", + "Price": 1225000, + "Photo": "https://gtacars.net/images/859e4a027f547501947ca247be15223b", + "Manufacturer": "Ocelot", + "Class": "Sports", + "Model": "jugular" + }, + { + "Name": "Junk Energy Inductor", + "Price": 50000, + "Photo": "https://gtacars.net/images/06fa8b72c1e4ddcb532a3c3f9c037af7", + "Manufacturer": "Coil", + "Class": "Cycles", + "Model": "inductor2" + }, + { + "Name": "Kalahari", + "Price": 40000, + "Photo": "https://gtacars.net/images/d6798590f9068fa1d2968283896186e3", + "Manufacturer": "Canis", + "Class": "Off-Road", + "Model": "kalahari" + }, + { + "Name": "Kamacho", + "Price": 345000, + "Photo": "https://gtacars.net/images/7058e4ed99359839e5b4eab51a57a33d", + "Manufacturer": "Canis", + "Class": "Off-Road", + "Model": "kamacho" + }, + { + "Name": "Kanjo SJ", + "Price": 1370000, + "Photo": "https://gtacars.net/images/125057c212bc15cf0f5bb3b48c3f8484", + "Manufacturer": "Dinka", + "Class": "Coupes", + "Model": "kanjosj" + }, + { + "Name": "Khamelion", + "Price": 100000, + "Photo": "https://gtacars.net/images/7c332ee949c6c2fee818ee10cfb363b1", + "Manufacturer": "Hijak", + "Class": "Sports", + "Model": "khamelion" + }, + { + "Name": "Komoda", + "Price": 1700000, + "Photo": "https://gtacars.net/images/33e974c2d5d875139150d1f799b9724f", + "Manufacturer": "Lampadati", + "Class": "Sports", + "Model": "komoda" + }, + { + "Name": "Kosatka", + "Price": 2200000, + "Photo": "https://gtacars.net/images/88024e8cb375f552218b886f59abbdd7", + "Manufacturer": "RUNE", + "Class": "Boats", + "Model": "kosatka" + }, + { + "Name": "Kraken", + "Price": 1325000, + "Photo": "https://gtacars.net/images/3d5c07c235aa60ac1225b268ef7b6ea1", + "Manufacturer": "Kraken", + "Class": "Boats", + "Model": "submersible2" + }, + { + "Name": "Krieger", + "Price": 2875000, + "Photo": "https://gtacars.net/images/db239a13b8e1de143facc23820ba8d84", + "Manufacturer": "Benefactor", + "Class": "Supers", + "Model": "krieger" + }, + { + "Name": "Kurtz 31 Patrol Boat", + "Price": 2955000, + "Photo": "https://gtacars.net/images/9f1b0bb14545cef17d49d58fa5e81710", + "Manufacturer": "Unknown", + "Class": "Boats", + "Model": "patrolboat" + }, + { + "Name": "Kuruma", + "Price": 126350, + "Photo": "https://gtacars.net/images/7b322fc26ab87e350fc49b9eac990144", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "kuruma" + }, + { + "Name": "Kuruma (Armored)", + "Price": 698250, + "Photo": "https://gtacars.net/images/ecedcdbe402eed8b491f4fea046ee8b9", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "kuruma2" + }, + { + "Name": "La Coureuse", + "Price": 0, + "Photo": "https://gtacars.net/images/aed06546b944d516770797af251b82d6", + "Manufacturer": "Penaud", + "Class": "Sports", + "Model": "coureur_hsw" + }, + { + "Name": "La Coureuse", + "Price": 1990000, + "Photo": "https://gtacars.net/images/af214e49096fdd63cf013d15a5818e3e", + "Manufacturer": "Penaud", + "Class": "Sports", + "Model": "coureur" + }, + { + "Name": "Landstalker", + "Price": 58000, + "Photo": "https://gtacars.net/images/3a7a5800d77e6f7661258b23ef85a8bd", + "Manufacturer": "Dundreary", + "Class": "SUVs", + "Model": "landstalker" + }, + { + "Name": "Landstalker XL", + "Price": 1220000, + "Photo": "https://gtacars.net/images/2b03e332114b4a2f23c3f8d5b78c6338", + "Manufacturer": "Dundreary", + "Class": "SUVs", + "Model": "landstalker2" + }, + { + "Name": "Lawn Mower", + "Price": 0, + "Photo": "https://gtacars.net/images/5576b69c1c87973b92e01e999842ff46", + "Manufacturer": "Jack Sheepe", + "Class": "Utility", + "Model": "mower" + }, + { + "Name": "Lectro", + "Price": 997500, + "Photo": "https://gtacars.net/images/c56b558fbbe7e269fff2a8138b9e44b0", + "Manufacturer": "Principe", + "Class": "Motorcycles", + "Model": "lectro" + }, + { + "Name": "LF-22 Starling", + "Price": 3657500, + "Photo": "https://gtacars.net/images/e74e5d97b1a8922e0169fef9d4d20be7", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "starling" + }, + { + "Name": "Liberator", + "Price": 742014, + "Photo": "https://gtacars.net/images/828e784783d396c4ea7ad349426a86b6", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "monster" + }, + { + "Name": "Lifeguard", + "Price": 865000, + "Photo": "https://gtacars.net/images/fe7c3f8ce8c12de14c3592204a204d8f", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "lguard" + }, + { + "Name": "LM87", + "Price": 2915000, + "Photo": "https://gtacars.net/images/176f17ece6a34573ed90defdb63373ac", + "Manufacturer": "Benefactor", + "Class": "Supers", + "Model": "lm87" + }, + { + "Name": "Locust", + "Price": 1625000, + "Photo": "https://gtacars.net/images/dbb753fd85f671100a99f1c16650d0a6", + "Manufacturer": "Ocelot", + "Class": "Sports", + "Model": "locust" + }, + { + "Name": "Longfin", + "Price": 2125000, + "Photo": "https://gtacars.net/images/9b04355791c8c6d0ccb4dea4fea17106", + "Manufacturer": "Shitzu", + "Class": "Boats", + "Model": "longfin" + }, + { + "Name": "Lost Slamvan", + "Price": 0, + "Photo": "https://gtacars.net/images/875e046561a9a7debcd8b594c927c7de", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "slamvan2" + }, + { + "Name": "Lurcher", + "Price": 650000, + "Photo": "https://gtacars.net/images/3804bf7622e5939bc6cb28af4b9b8c53", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "lurcher" + }, + { + "Name": "Luxor", + "Price": 1625000, + "Photo": "https://gtacars.net/images/bc548c0ee830854e3329dac08afda711", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "luxor" + }, + { + "Name": "Luxor Deluxe", + "Price": 10000000, + "Photo": "https://gtacars.net/images/13df9bd8bf1eafd18361430eb6d2cb17", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "luxor2" + }, + { + "Name": "Lynx", + "Price": 1735000, + "Photo": "https://gtacars.net/images/ddb7ae52dfc4684c0d6f10ab6f1a03dd", + "Manufacturer": "Ocelot", + "Class": "Sports", + "Model": "lynx" + }, + { + "Name": "Mallard", + "Price": 250000, + "Photo": "https://gtacars.net/images/e75f511fa836738eafea1897f96558c6", + "Manufacturer": "Western", + "Class": "Planes", + "Model": "stunt" + }, + { + "Name": "Mamba", + "Price": 995000, + "Photo": "https://gtacars.net/images/3f20a676700da328ea7632082f2beb8f", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "mamba" + }, + { + "Name": "Mammatus", + "Price": 300000, + "Photo": "https://gtacars.net/images/aa47acc71a50f1c4c9954890781c2201", + "Manufacturer": "JoBuilt", + "Class": "Planes", + "Model": "mammatus" + }, + { + "Name": "Manana", + "Price": 10000, + "Photo": "https://gtacars.net/images/569ecf2e8e8c36f0e044fd6017d54d5d", + "Manufacturer": "Albany", + "Class": "Sports Classics", + "Model": "manana" + }, + { + "Name": "Manana Custom", + "Price": 925000, + "Photo": "https://gtacars.net/images/d354c674cdc8de9c76996976b328128e", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "manana2" + }, + { + "Name": "Manchez", + "Price": 67000, + "Photo": "https://gtacars.net/images/b6762b67d3c8c0fde50895a12413bcb2", + "Manufacturer": "Maibatsu", + "Class": "Motorcycles", + "Model": "manchez" + }, + { + "Name": "Manchez Scout", + "Price": 225000, + "Photo": "https://gtacars.net/images/d6f6ff79b8d83cc7a635913ede689f4e", + "Manufacturer": "Maibatsu", + "Class": "Motorcycles", + "Model": "manchez2" + }, + { + "Name": "Manchez Scout C", + "Price": 0, + "Photo": "https://gtacars.net/images/c3a1462836a8dbe58a7f0be055f8b723", + "Manufacturer": "Maibatsu", + "Class": "Motorcycles", + "Model": "manchez3" + }, + { + "Name": "Marquis", + "Price": 413990, + "Photo": "https://gtacars.net/images/f0fbc95f799118a6ba6d4cb74cf0fd24", + "Manufacturer": "Dinka", + "Class": "Boats", + "Model": "marquis" + }, + { + "Name": "Marshall", + "Price": 500000, + "Photo": "https://gtacars.net/images/75312534179c64e209137c79bfe5fc55", + "Manufacturer": "Cheval", + "Class": "Off-Road", + "Model": "marshall" + }, + { + "Name": "Massacro", + "Price": 275000, + "Photo": "https://gtacars.net/images/83a71dd9d99877fdf6daf44ee7b96d3b", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "massacro" + }, + { + "Name": "Massacro (Racecar)", + "Price": 385000, + "Photo": "https://gtacars.net/images/d81be492f84f32aa9bff0ebeb325636d", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "massacro2" + }, + { + "Name": "Maverick", + "Price": 780000, + "Photo": "https://gtacars.net/images/d69d1b36d312368f91cd5afd9a14afd0", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "maverick" + }, + { + "Name": "Menacer", + "Price": 1775000, + "Photo": "https://gtacars.net/images/592e835ab9b4290bf2370dd21c8c6cc3", + "Manufacturer": "HVY", + "Class": "Off-Road", + "Model": "menacer" + }, + { + "Name": "Mesa", + "Price": 87000, + "Photo": "https://gtacars.net/images/19b721a6e15a67482318227660baa635", + "Manufacturer": "Canis", + "Class": "Off-Road", + "Model": "mesa3" + }, + { + "Name": "Mesa", + "Price": 0, + "Photo": "https://gtacars.net/images/88696dd679d923bc47dc524636e622e9", + "Manufacturer": "Canis", + "Class": "SUVs", + "Model": "mesa2" + }, + { + "Name": "Mesa", + "Price": 0, + "Photo": "https://gtacars.net/images/43ff3c15690c07b20df64c1c419c795f", + "Manufacturer": "Canis", + "Class": "SUVs", + "Model": "mesa" + }, + { + "Name": "Michelli GT", + "Price": 1225000, + "Photo": "https://gtacars.net/images/4300a845c6a5b78e85be4ff094cd2c34", + "Manufacturer": "Lampadati", + "Class": "Sports Classics", + "Model": "michelli" + }, + { + "Name": "Miljet", + "Price": 1700000, + "Photo": "https://gtacars.net/images/0349cc82f29679ae40397d03a15ac785", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "miljet" + }, + { + "Name": "Minivan", + "Price": 30000, + "Photo": "https://gtacars.net/images/0d2be41d0d54dc45b0eecd40b481534e", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "minivan" + }, + { + "Name": "Minivan Custom", + "Price": 330000, + "Photo": "https://gtacars.net/images/e6f67bcd7abb4f942dd813a6459e2170", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "minivan2" + }, + { + "Name": "Mixer", + "Price": 0, + "Photo": "https://gtacars.net/images/d28e594cb426e233b43fdd28f3711e3e", + "Manufacturer": "HVY", + "Class": "Industrial", + "Model": "mixer" + }, + { + "Name": "Mixer", + "Price": 0, + "Photo": "https://gtacars.net/images/591207b76326d4f162ed084b80987f88", + "Manufacturer": "HVY", + "Class": "Industrial", + "Model": "mixer2" + }, + { + "Name": "Mobile Operations Center", + "Price": 1225000, + "Photo": "https://gtacars.net/images/f3c072c2afe8da68b5ef2f59119c09d7", + "Manufacturer": "Pegasus", + "Class": "Utility", + "Model": "trailerlarge" + }, + { + "Name": "Mogul", + "Price": 3125500, + "Photo": "https://gtacars.net/images/b06d1e484f3ddcb284a83835456a6979", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "mogul" + }, + { + "Name": "Monroe", + "Price": 490000, + "Photo": "https://gtacars.net/images/fc9fd322616ca1dd6d21b150d835f2e8", + "Manufacturer": "Pegassi", + "Class": "Sports Classics", + "Model": "monroe" + }, + { + "Name": "MonstroCiti", + "Price": 0, + "Photo": "https://gtacars.net/images/62b9eb51854e3cf20586c1179f87cbae", + "Manufacturer": "Maibatsu", + "Class": "Off-Road", + "Model": "monstrociti_hsw" + }, + { + "Name": "MonstroCiti", + "Price": 1485000, + "Photo": "https://gtacars.net/images/ca165a7459bba0af1b70f246b378c146", + "Manufacturer": "Maibatsu", + "Class": "Off-Road", + "Model": "monstrociti" + }, + { + "Name": "Moonbeam", + "Price": 32500, + "Photo": "https://gtacars.net/images/9e575bbb2f15fa9714c92affb1c75bb8", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "moonbeam" + }, + { + "Name": "Moonbeam Custom", + "Price": 370000, + "Photo": "https://gtacars.net/images/1f7d0fb0484b2526b8619f97488e4e4f", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "moonbeam2" + }, + { + "Name": "Mule", + "Price": 27000, + "Photo": "https://gtacars.net/images/2e19fa7141e8c4fa5c67dfc32d843115", + "Manufacturer": "Maibatsu", + "Class": "Commercial", + "Model": "mule" + }, + { + "Name": "Mule", + "Price": 43225, + "Photo": "https://gtacars.net/images/275af98b051e409f56d4340dc794653d", + "Manufacturer": "Maibatsu", + "Class": "Commercial", + "Model": "mule3" + }, + { + "Name": "Mule", + "Price": 0, + "Photo": "https://gtacars.net/images/8cb5636ea710a782163b3ffb2e32dfdc", + "Manufacturer": "Maibatsu", + "Class": "Commercial", + "Model": "mule2" + }, + { + "Name": "Mule", + "Price": 0, + "Photo": "https://gtacars.net/images/5f60c36fd8b6cb4cd770d90297e35eb6", + "Manufacturer": "Maibatsu", + "Class": "Commercial", + "Model": "mule5" + }, + { + "Name": "Mule Custom", + "Price": 95760, + "Photo": "https://gtacars.net/images/21099200b67a1fa1617a186a8ded3001", + "Manufacturer": "Maibatsu", + "Class": "Commercial", + "Model": "mule4" + }, + { + "Name": "Nebula Turbo", + "Price": 200000, + "Photo": "https://gtacars.net/images/75c5e8363fd622daa90febafcfe78c55", + "Manufacturer": "Vulcar", + "Class": "Sports Classics", + "Model": "driftnebula" + }, + { + "Name": "Nebula Turbo", + "Price": 797000, + "Photo": "https://gtacars.net/images/75c5e8363fd622daa90febafcfe78c55", + "Manufacturer": "Vulcar", + "Class": "Sports Classics", + "Model": "nebula" + }, + { + "Name": "Nemesis", + "Price": 12000, + "Photo": "https://gtacars.net/images/5855e87bf698bb6972b6b44d717c7316", + "Manufacturer": "Principe", + "Class": "Motorcycles", + "Model": "nemesis" + }, + { + "Name": "Neo", + "Price": 1875000, + "Photo": "https://gtacars.net/images/16a739088af9da2590cc5dbcc68b38dd", + "Manufacturer": "Vysser", + "Class": "Sports", + "Model": "neo" + }, + { + "Name": "Neon", + "Price": 1500000, + "Photo": "https://gtacars.net/images/5ee57ae85a2fccfa3b220993d77d050e", + "Manufacturer": "Pfister", + "Class": "Sports", + "Model": "neon" + }, + { + "Name": "Nero", + "Price": 1440000, + "Photo": "https://gtacars.net/images/786490cd32aaf1226f0f230846c65b81", + "Manufacturer": "Truffade", + "Class": "Supers", + "Model": "nero" + }, + { + "Name": "Nero Custom", + "Price": 605000, + "Photo": "https://gtacars.net/images/81e9ec741f4ff9f0dff9d1803aa18be9", + "Manufacturer": "Truffade", + "Class": "Supers", + "Model": "nero2" + }, + { + "Name": "Nightblade", + "Price": 100000, + "Photo": "https://gtacars.net/images/b9779afc60e4fd991782b32ef8fe02d6", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "nightblade" + }, + { + "Name": "Nightmare Bruiser", + "Price": 1609000, + "Photo": "https://gtacars.net/images/ac33100972fe9bf7d02f6b545f3746e0", + "Manufacturer": "Benefactor", + "Class": "Off-Road", + "Model": "bruiser3" + }, + { + "Name": "Nightmare Brutus", + "Price": 2666650, + "Photo": "https://gtacars.net/images/ecdd642de27031a7f74598fd25799f47", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "brutus3" + }, + { + "Name": "Nightmare Cerberus", + "Price": 3870300, + "Photo": "https://gtacars.net/images/bee676279fcc55468264f892c395ed10", + "Manufacturer": "MTL", + "Class": "Commercial", + "Model": "cerberus3" + }, + { + "Name": "Nightmare Deathbike", + "Price": 1269000, + "Photo": "https://gtacars.net/images/44bafb89350295477ce3dd61b78af242", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "deathbike3" + }, + { + "Name": "Nightmare Dominator", + "Price": 1132000, + "Photo": "https://gtacars.net/images/4f1e7c2beb12527f8a8a1184afbd0a2d", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator6" + }, + { + "Name": "Nightmare Impaler", + "Price": 1209500, + "Photo": "https://gtacars.net/images/e1776a650d750783fae1a5e16546f0a8", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "impaler4" + }, + { + "Name": "Nightmare Imperator", + "Price": 2284940, + "Photo": "https://gtacars.net/images/5d9b3e61a8e6896807ef83462caf58e4", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "imperator3" + }, + { + "Name": "Nightmare Issi", + "Price": 1089000, + "Photo": "https://gtacars.net/images/fa8d53854e9d54c5518338e266a4dfb3", + "Manufacturer": "Weeny", + "Class": "Compacts", + "Model": "issi6" + }, + { + "Name": "Nightmare Sasquatch", + "Price": 1530875, + "Photo": "https://gtacars.net/images/5ccc0146b06f38222ce5b2ba0633ab45", + "Manufacturer": "Bravado", + "Class": "Off-Road", + "Model": "monster5" + }, + { + "Name": "Nightmare Scarab", + "Price": 3076290, + "Photo": "https://gtacars.net/images/7fa13dd53ee55c44b043fc856145bcf5", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "scarab3" + }, + { + "Name": "Nightmare Slamvan", + "Price": 1321875, + "Photo": "https://gtacars.net/images/31e5ad7f24b93700e2986d1cafd0136a", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "slamvan6" + }, + { + "Name": "Nightmare ZR380", + "Price": 2138640, + "Photo": "https://gtacars.net/images/81c9075cdfd8f3c57e905241f95cb008", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "zr3803" + }, + { + "Name": "Nightshade", + "Price": 585000, + "Photo": "https://gtacars.net/images/2b659a00f8801616c3d1faefd6ac23ed", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "nightshade" + }, + { + "Name": "Nightshark", + "Price": 1245000, + "Photo": "https://gtacars.net/images/9ade7ef45e6d761b842386a337f38cfb", + "Manufacturer": "HVY", + "Class": "Off-Road", + "Model": "nightshark" + }, + { + "Name": "Nimbus", + "Price": 1900000, + "Photo": "https://gtacars.net/images/11c1b4ae423996d3ef96312776922aa3", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "nimbus" + }, + { + "Name": "Niobe", + "Price": 0, + "Photo": "https://gtacars.net/images/27e794357c1d3a2b09f3457919700ca2", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "niobe_hsw" + }, + { + "Name": "Niobe", + "Price": 1880000, + "Photo": "https://gtacars.net/images/9dc04bbe2be176cad81737df6f6d798c", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "niobe" + }, + { + "Name": "Novak", + "Price": 608000, + "Photo": "https://gtacars.net/images/a064b718ebc51fe5f7409d8eab397227", + "Manufacturer": "Lampadati", + "Class": "SUVs", + "Model": "novak" + }, + { + "Name": "Omnis", + "Price": 701000, + "Photo": "https://gtacars.net/images/978f6a616e9a4aec6af23f88e7c7418f", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "omnis" + }, + { + "Name": "Omnis e-GT", + "Price": 1795000, + "Photo": "https://gtacars.net/images/7244b0fab15821a69b9bc926edc290c6", + "Manufacturer": "Obey", + "Class": "Sports", + "Model": "omnisegt" + }, + { + "Name": "Oppressor", + "Price": 2750000, + "Photo": "https://gtacars.net/images/c7a9c13925fc973d0c1bf33e06e81dc3", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "oppressor" + }, + { + "Name": "Oppressor Mk II", + "Price": 8000000, + "Photo": "https://gtacars.net/images/880b8add86ff515dff2ec4722518b378", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "oppressor2" + }, + { + "Name": "Oracle", + "Price": 80000, + "Photo": "https://gtacars.net/images/e11de2216bf3c6d4a1e1f04ddec6780c", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "oracle2" + }, + { + "Name": "Oracle XS", + "Price": 82000, + "Photo": "https://gtacars.net/images/7173b7d21d663cc1d6a810cb804e047a", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "oracle" + }, + { + "Name": "Osiris", + "Price": 1950000, + "Photo": "https://gtacars.net/images/4d2b6f7dd18cf7b6bd59e0229a3ac156", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "osiris" + }, + { + "Name": "Outlaw", + "Price": 1268000, + "Photo": "https://gtacars.net/images/7387e46fdc56553bd1b3f9c145be09a4", + "Manufacturer": "Nagasaki", + "Class": "Off-Road", + "Model": "outlaw" + }, + { + "Name": "P-45 Nokota", + "Price": 2653350, + "Photo": "https://gtacars.net/images/875cbb3e26b64f11de7e5b91b7b87361", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "nokota" + }, + { + "Name": "P-996 LAZER", + "Price": 6500000, + "Photo": "https://gtacars.net/images/d458fc93dc39f03624f7f9d59b2a593f", + "Manufacturer": "JoBuilt", + "Class": "Planes", + "Model": "lazer" + }, + { + "Name": "Packer", + "Price": 0, + "Photo": "https://gtacars.net/images/b2ba57b7d895b63057c6d2c8b3da5533", + "Manufacturer": "MTL", + "Class": "Commercial", + "Model": "packer" + }, + { + "Name": "Panthere", + "Price": 2170000, + "Photo": "https://gtacars.net/images/04cf41941d132abd4836a9631f2cbb04", + "Manufacturer": "Toundra", + "Class": "Sports", + "Model": "panthere" + }, + { + "Name": "Panto", + "Price": 85000, + "Photo": "https://gtacars.net/images/6a32e6bde44473f2870c0ac4522b8dac", + "Manufacturer": "Benefactor", + "Class": "Compacts", + "Model": "panto" + }, + { + "Name": "Paradise", + "Price": 25000, + "Photo": "https://gtacars.net/images/89ed2d9fad3f5170d90e999441a8d0e0", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "paradise" + }, + { + "Name": "Paragon R", + "Price": 905000, + "Photo": "https://gtacars.net/images/433322ae88327066b1357575358ff783", + "Manufacturer": "Enus", + "Class": "Sports", + "Model": "paragon" + }, + { + "Name": "Paragon R (Armored)", + "Price": 0, + "Photo": "https://gtacars.net/images/5b07aea9576b41647fb592bd7293e551", + "Manufacturer": "Enus", + "Class": "Sports", + "Model": "paragon2" + }, + { + "Name": "Paragon S", + "Price": 2010000, + "Photo": "https://gtacars.net/images/2e129626efb9268d6f555c813379c1ef", + "Manufacturer": "Enus", + "Class": "Sports", + "Model": "paragon3" + }, + { + "Name": "Pariah", + "Price": 1420000, + "Photo": "https://gtacars.net/images/b51ca61e8e72af6c0eca7dd5ab175960", + "Manufacturer": "Ocelot", + "Class": "Sports", + "Model": "pariah" + }, + { + "Name": "Park Ranger", + "Price": 0, + "Photo": "https://gtacars.net/images/1ac1eae6610f7c4da7a3e6e386f68a5a", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "pranger" + }, + { + "Name": "Patriot", + "Price": 50000, + "Photo": "https://gtacars.net/images/244e91c61f40868cbeb52a5a281255a9", + "Manufacturer": "Mammoth", + "Class": "SUVs", + "Model": "patriot" + }, + { + "Name": "Patriot Mil-Spec", + "Price": 1710000, + "Photo": "https://gtacars.net/images/5707f118a207842e713226c9609dda1c", + "Manufacturer": "Mammoth", + "Class": "Off-Road", + "Model": "patriot3" + }, + { + "Name": "Patriot Stretch", + "Price": 611800, + "Photo": "https://gtacars.net/images/1aa865546750beae37c47a63affeec1d", + "Manufacturer": "Mammoth", + "Class": "SUVs", + "Model": "patriot2" + }, + { + "Name": "PCJ 600", + "Price": 9000, + "Photo": "https://gtacars.net/images/8f0e6d8ca52cd7187e328dc09ff35bc0", + "Manufacturer": "Shitzu", + "Class": "Motorcycles", + "Model": "pcj" + }, + { + "Name": "Penetrator", + "Price": 880000, + "Photo": "https://gtacars.net/images/839583d41b51b14ec69f58649e72917e", + "Manufacturer": "Ocelot", + "Class": "Supers", + "Model": "penetrator" + }, + { + "Name": "Penumbra", + "Price": 24000, + "Photo": "https://gtacars.net/images/a8dd4e8a0ab35cc4cb3aa633af6536c1", + "Manufacturer": "Maibatsu", + "Class": "Sports", + "Model": "penumbra" + }, + { + "Name": "Penumbra FF", + "Price": 1380000, + "Photo": "https://gtacars.net/images/44d89062eff5535b1269e5ee808f70cd", + "Manufacturer": "Maibatsu", + "Class": "Sports", + "Model": "penumbra2" + }, + { + "Name": "Peyote", + "Price": 38000, + "Photo": "https://gtacars.net/images/46d06ebc7442f843c140ffb97a9b41bd", + "Manufacturer": "Vapid", + "Class": "Sports Classics", + "Model": "peyote" + }, + { + "Name": "Peyote Custom", + "Price": 620000, + "Photo": "https://gtacars.net/images/26488a9fef4111c0e5af2e45eeda919e", + "Manufacturer": "Vapid", + "Class": "Sports Classics", + "Model": "peyote3" + }, + { + "Name": "Peyote Gasser", + "Price": 805000, + "Photo": "https://gtacars.net/images/7f52028e0aea8c337ac2f6e72bfedf66", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "peyote2" + }, + { + "Name": "Phantom", + "Price": 0, + "Photo": "https://gtacars.net/images/fb612150bff9e9209a52e2b0fd138ce9", + "Manufacturer": "JoBuilt", + "Class": "Commercial", + "Model": "phantom4" + }, + { + "Name": "Phantom", + "Price": 0, + "Photo": "https://gtacars.net/images/fdee0bc1aa6859c16519122f8822335e", + "Manufacturer": "JoBuilt", + "Class": "Commercial", + "Model": "phantom" + }, + { + "Name": "Phantom Custom", + "Price": 1225000, + "Photo": "https://gtacars.net/images/8a3e139826638d29b22ec7dae4604544", + "Manufacturer": "JoBuilt", + "Class": "Commercial", + "Model": "phantom3" + }, + { + "Name": "Phantom Wedge", + "Price": 2553600, + "Photo": "https://gtacars.net/images/7e808dc60bd59891e5bf8e344597e01a", + "Manufacturer": "JoBuilt", + "Class": "Commercial", + "Model": "phantom2" + }, + { + "Name": "Phoenix", + "Price": 0, + "Photo": "https://gtacars.net/images/1684d6c87f583f8c73cb5e1a3dc73a47", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "phoenix" + }, + { + "Name": "Picador", + "Price": 9000, + "Photo": "https://gtacars.net/images/44facb19c62aeb4658866c466a6f5e17", + "Manufacturer": "Cheval", + "Class": "Muscle", + "Model": "picador" + }, + { + "Name": "Pigalle", + "Price": 400000, + "Photo": "https://gtacars.net/images/c3b4c1d996c96134453341c5dc5255dc", + "Manufacturer": "Lampadati", + "Class": "Sports Classics", + "Model": "pigalle" + }, + { + "Name": "Pipistrello", + "Price": 2950000, + "Photo": "https://gtacars.net/images/fd5c7176efe3b3d23d0c1cf6b1bf34c0", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "pipistrello" + }, + { + "Name": "Pisswasser Dominator", + "Price": 315000, + "Photo": "https://gtacars.net/images/29bd6720146843689b3555160b23ed52", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "dominator2" + }, + { + "Name": "Pizza Boy", + "Price": 195000, + "Photo": "https://gtacars.net/images/2fa98d829e32e89fcb4b780120410110", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "pizzaboy" + }, + { + "Name": "Police Bike", + "Price": 0, + "Photo": "https://gtacars.net/images/32e05904db1e14be63e820b273cf3838", + "Manufacturer": "Western", + "Class": "Emergency", + "Model": "policeb" + }, + { + "Name": "Police Cruiser", + "Price": 0, + "Photo": "https://gtacars.net/images/dcff704784b9f49c01a4445041372175", + "Manufacturer": "Bravado", + "Class": "Emergency", + "Model": "police2" + }, + { + "Name": "Police Cruiser", + "Price": 0, + "Photo": "https://gtacars.net/images/c81c3a90e0f297f68ffa186eccd3fe65", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "police3" + }, + { + "Name": "Police Cruiser", + "Price": 0, + "Photo": "https://gtacars.net/images/6778249804d8a100c4616deed0416876", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "police" + }, + { + "Name": "Police Maverick", + "Price": 0, + "Photo": "https://gtacars.net/images/d8e1d060ef4ccd22b89fb3a5201512f5", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "polmav" + }, + { + "Name": "Police Predator", + "Price": 0, + "Photo": "https://gtacars.net/images/6183ca1ba6c53b6e1410488ee5689d08", + "Manufacturer": "Unknown", + "Class": "Boats", + "Model": "predator" + }, + { + "Name": "Police Rancher", + "Price": 0, + "Photo": "https://gtacars.net/images/93a713195dc6d2274f09d9d3dceb7184", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "policeold1" + }, + { + "Name": "Police Riot", + "Price": 4800000, + "Photo": "https://gtacars.net/images/0a69764d72f27e61527d40f30c697013", + "Manufacturer": "Brute", + "Class": "Emergency", + "Model": "riot" + }, + { + "Name": "Police Roadcruiser", + "Price": 0, + "Photo": "https://gtacars.net/images/021d6baebd87f5a341337419a1ed979b", + "Manufacturer": "Albany", + "Class": "Emergency", + "Model": "policeold2" + }, + { + "Name": "Police Transporter", + "Price": 0, + "Photo": "https://gtacars.net/images/cf07b8128c179bc4f1eba04ce683b11f", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "policet" + }, + { + "Name": "Pony", + "Price": 0, + "Photo": "https://gtacars.net/images/7f876a4482774131df9081afb2a1a445", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "pony2" + }, + { + "Name": "Pony", + "Price": 0, + "Photo": "https://gtacars.net/images/8887515ae8d57f545914d41c4bddb5be", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "pony" + }, + { + "Name": "Postlude", + "Price": 1310000, + "Photo": "https://gtacars.net/images/d52d69ca5d1262bb5438c16bea878833", + "Manufacturer": "Dinka", + "Class": "Coupes", + "Model": "postlude" + }, + { + "Name": "Pounder", + "Price": 0, + "Photo": "https://gtacars.net/images/0c4e09a9af45b3c84741e23225c4acc5", + "Manufacturer": "MTL", + "Class": "Commercial", + "Model": "pounder" + }, + { + "Name": "Pounder Custom", + "Price": 320530, + "Photo": "https://gtacars.net/images/5f449ba6284dd3e9b39e1971332ec4ed", + "Manufacturer": "MTL", + "Class": "Commercial", + "Model": "pounder2" + }, + { + "Name": "Powersurge", + "Price": 1605000, + "Photo": "https://gtacars.net/images/1e4b03e2cfe0f8cf4da1e1902cafe866", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "powersurge" + }, + { + "Name": "PR4", + "Price": 3515000, + "Photo": "https://gtacars.net/images/9c0ce9e90f0c83c9226704111eeaa6bd", + "Manufacturer": "Progen", + "Class": "Open Wheel", + "Model": "formula" + }, + { + "Name": "Prairie", + "Price": 25000, + "Photo": "https://gtacars.net/images/a5096e93c5d2f3cd5dc89ff6e834879d", + "Manufacturer": "Bollokan", + "Class": "Compacts", + "Model": "prairie" + }, + { + "Name": "Premier", + "Price": 10000, + "Photo": "https://gtacars.net/images/deae4ef216190e522637c051bd1dea5d", + "Manufacturer": "Declasse", + "Class": "Sedans", + "Model": "premier" + }, + { + "Name": "Previon", + "Price": 1490000, + "Photo": "https://gtacars.net/images/2eec606a03e074270980266a7ff6c946", + "Manufacturer": "Karin", + "Class": "Coupes", + "Model": "previon" + }, + { + "Name": "Primo", + "Price": 9000, + "Photo": "https://gtacars.net/images/c825803d722f5cb4cf11b3a2580eceb6", + "Manufacturer": "Albany", + "Class": "Sedans", + "Model": "primo" + }, + { + "Name": "Primo Custom", + "Price": 400000, + "Photo": "https://gtacars.net/images/0c07c69f98c40176fb346f65e4047014", + "Manufacturer": "Albany", + "Class": "Sedans", + "Model": "primo2" + }, + { + "Name": "Prison Bus", + "Price": 731500, + "Photo": "https://gtacars.net/images/24e057dd0ce4581b72ab7aba7531a80a", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "pbus" + }, + { + "Name": "No name officially", + "Price": 0, + "Photo": "https://gtacars.net/images/7990b5c8186fe79c372cec3769b07141", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "proptrailer" + }, + { + "Name": "Pyro", + "Price": 4455500, + "Photo": "https://gtacars.net/images/91c8f07257286df0527db1db4ca19048", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "pyro" + }, + { + "Name": "R88", + "Price": 3115000, + "Photo": "https://gtacars.net/images/eccf9965ef99f31ab8f602a5c15c9d9b", + "Manufacturer": "Ocelot", + "Class": "Open Wheel", + "Model": "formula2" + }, + { + "Name": "Radius", + "Price": 32000, + "Photo": "https://gtacars.net/images/d7e4280d0f950e9b09bea3d3b5226b44", + "Manufacturer": "Vapid", + "Class": "SUVs", + "Model": "radi" + }, + { + "Name": "Raiden", + "Price": 1375000, + "Photo": "https://gtacars.net/images/d4f1c5892c55c68d9318259ea83614d8", + "Manufacturer": "Coil", + "Class": "Sports", + "Model": "raiden" + }, + { + "Name": "Ramp Buggy", + "Price": 0, + "Photo": "https://gtacars.net/images/bcfadfed976394800efa908e9023c0bc", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "dune4" + }, + { + "Name": "Ramp Buggy", + "Price": 3192000, + "Photo": "https://gtacars.net/images/47c811a82e47ce7f59061e61882640f8", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "dune5" + }, + { + "Name": "Rampant Rocket", + "Price": 925000, + "Photo": "https://gtacars.net/images/e5fc7fb01a5985979dd8a855e16bc143", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "rrocket" + }, + { + "Name": "Rancher XL", + "Price": 0, + "Photo": "https://gtacars.net/images/0040ccaa29bbf93e056d0e864f87bb06", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "rancherxl2" + }, + { + "Name": "Rancher XL", + "Price": 9000, + "Photo": "https://gtacars.net/images/0b3787ab425c0d7a139b249dcf6584bd", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "rancherxl" + }, + { + "Name": "Rapid GT", + "Price": 140000, + "Photo": "https://gtacars.net/images/d459c4f50269417e3fe15b7a0255ef45", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "rapidgt2" + }, + { + "Name": "Rapid GT", + "Price": 132000, + "Photo": "https://gtacars.net/images/8f6c6cf40ae1de61ea8f10e664ab5ee5", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "rapidgt" + }, + { + "Name": "Rapid GT Classic", + "Price": 885000, + "Photo": "https://gtacars.net/images/40d2bc05ee99cd9f3c21b236be4dedf0", + "Manufacturer": "Dewbauchee", + "Class": "Sports Classics", + "Model": "rapidgt3" + }, + { + "Name": "Raptor", + "Price": 648000, + "Photo": "https://gtacars.net/images/0390e7ff19424790f42efa5b756ac07d", + "Manufacturer": "BF", + "Class": "Sports", + "Model": "raptor" + }, + { + "Name": "Rat Bike", + "Price": 48000, + "Photo": "https://gtacars.net/images/af2e5d124ede74cf6ae7f9a9f13531c7", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "ratbike" + }, + { + "Name": "Ratel", + "Price": 1873000, + "Photo": "https://gtacars.net/images/20cf0c25df5a87288c5a82a643432b01", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "ratel" + }, + { + "Name": "Rat-Loader", + "Price": 6000, + "Photo": "https://gtacars.net/images/f94e9cc6c7a12efe0c69679df98d0df9", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "ratloader" + }, + { + "Name": "Rat-Truck", + "Price": 37500, + "Photo": "https://gtacars.net/images/0589cc8500bbd05bcb07f0d69a77c855", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "ratloader2" + }, + { + "Name": "RC Bandito", + "Price": 1590000, + "Photo": "https://gtacars.net/images/17a069b12d0b5cfd144d2da923f05a9b", + "Manufacturer": "Unknown", + "Class": "Off-Road", + "Model": "rcbandito" + }, + { + "Name": "RCV", + "Price": 3125500, + "Photo": "https://gtacars.net/images/0913f0e6db794768db1544e002047365", + "Manufacturer": "Brute", + "Class": "Emergency", + "Model": "riot2" + }, + { + "Name": "RE-7B", + "Price": 2475000, + "Photo": "https://gtacars.net/images/71931522da763417acf042ac37f37511", + "Manufacturer": "Annis", + "Class": "Supers", + "Model": "le7b" + }, + { + "Name": "Reaper", + "Price": 1595000, + "Photo": "https://gtacars.net/images/671a28ac359e6225402a49f3dbf62a09", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "reaper" + }, + { + "Name": "Rebel", + "Price": 22000, + "Photo": "https://gtacars.net/images/7bbd36aa5949a7532da243cb738674bc", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "rebel2" + }, + { + "Name": "Rebla GTS", + "Price": 1175000, + "Photo": "https://gtacars.net/images/dc41ca615ecd92d8700dccb69759d2a9", + "Manufacturer": "Ubermacht", + "Class": "SUVs", + "Model": "rebla" + }, + { + "Name": "Redwood Gauntlet", + "Price": 230000, + "Photo": "https://gtacars.net/images/6cc8e21e2825ad6b3dde912226a9af25", + "Manufacturer": "Bravado", + "Class": "Muscle", + "Model": "gauntlet2" + }, + { + "Name": "Reever", + "Price": 1900000, + "Photo": "https://gtacars.net/images/804190eafde87e39284d34980bf4bb2a", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "reever" + }, + { + "Name": "Regina", + "Price": 8000, + "Photo": "https://gtacars.net/images/89ecae6a54ffbff2518f7004b611a328", + "Manufacturer": "Dundreary", + "Class": "Sedans", + "Model": "regina" + }, + { + "Name": "Remus", + "Price": 200000, + "Photo": "https://gtacars.net/images/8dd636d2d77270e80547a46b206e77e4", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "driftremus" + }, + { + "Name": "Remus", + "Price": 1370000, + "Photo": "https://gtacars.net/images/8dd636d2d77270e80547a46b206e77e4", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "remus" + }, + { + "Name": "Rental Shuttle Bus", + "Price": 30000, + "Photo": "https://gtacars.net/images/823c29de9bc658cded1f14278d3129fe", + "Manufacturer": "Brute", + "Class": "Service", + "Model": "rentalbus" + }, + { + "Name": "Retinue", + "Price": 615000, + "Photo": "https://gtacars.net/images/7a39c2efd494f583d2a2c961e1c832ab", + "Manufacturer": "Vapid", + "Class": "Sports Classics", + "Model": "retinue" + }, + { + "Name": "Retinue Mk II", + "Price": 1620000, + "Photo": "https://gtacars.net/images/0a08e9603e2fdad76d638484b6330147", + "Manufacturer": "Vapid", + "Class": "Sports Classics", + "Model": "retinue2" + }, + { + "Name": "Revolter", + "Price": 1610000, + "Photo": "https://gtacars.net/images/7bb72fa71d08ae2822d3ae61404a8608", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "revolter" + }, + { + "Name": "Rhapsody", + "Price": 140000, + "Photo": "https://gtacars.net/images/a035c8b6aaec131ed645170c8f588932", + "Manufacturer": "Declasse", + "Class": "Compacts", + "Model": "rhapsody" + }, + { + "Name": "Rhinehart", + "Price": 1598000, + "Photo": "https://gtacars.net/images/6e20b42d1b22ad959e7cd6357967532c", + "Manufacturer": "Ubermacht", + "Class": "Sedans", + "Model": "rhinehart" + }, + { + "Name": "Rhino Tank", + "Price": 1500000, + "Photo": "https://gtacars.net/images/740d32387ae269d227efa28a15cf237b", + "Manufacturer": "Unknown", + "Class": "Military", + "Model": "rhino" + }, + { + "Name": "Riata", + "Price": 380000, + "Photo": "https://gtacars.net/images/e9abd0a2f9588568013a7b0031ded0dc", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "riata" + }, + { + "Name": "Ripley", + "Price": 0, + "Photo": "https://gtacars.net/images/063601046d82a613912ca214a271ab3a", + "Manufacturer": "HVY", + "Class": "Utility", + "Model": "ripley" + }, + { + "Name": "RM-10 Bombushka", + "Price": 4750000, + "Photo": "https://gtacars.net/images/ff2ad5488de59e781d4fc422ffbeaeec", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "bombushka" + }, + { + "Name": "RO-86 Alkonost", + "Price": 4350000, + "Photo": "https://gtacars.net/images/c9c6ccbb9435951394e6163a4daf9420", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "alkonost" + }, + { + "Name": "Rocket Voltic", + "Price": 3830400, + "Photo": "https://gtacars.net/images/7f7b4c99a8a36c94a44e6758a1052aca", + "Manufacturer": "Coil", + "Class": "Supers", + "Model": "voltic2" + }, + { + "Name": "Rocoto", + "Price": 85000, + "Photo": "https://gtacars.net/images/737d478a8141d197aa4477a48c85fbfc", + "Manufacturer": "Obey", + "Class": "SUVs", + "Model": "rocoto" + }, + { + "Name": "Rogue", + "Price": 1596000, + "Photo": "https://gtacars.net/images/96b10eb9f5f716f729b9c1e4e302efbe", + "Manufacturer": "Western", + "Class": "Planes", + "Model": "rogue" + }, + { + "Name": "Romero Hearse", + "Price": 45000, + "Photo": "https://gtacars.net/images/6ffe1217c48dca573027bd1724495e19", + "Manufacturer": "Chariot", + "Class": "Sedans", + "Model": "romero" + }, + { + "Name": "Roosevelt", + "Price": 750000, + "Photo": "https://gtacars.net/images/47cd7fe388d2fdb791179ef3c48b069d", + "Manufacturer": "Albany", + "Class": "Sports Classics", + "Model": "btype" + }, + { + "Name": "Roosevelt Valor", + "Price": 982000, + "Photo": "https://gtacars.net/images/c3ec48eee15c6b4e5e09cea36ee27db8", + "Manufacturer": "Albany", + "Class": "Sports Classics", + "Model": "btype3" + }, + { + "Name": "RT3000", + "Price": 1715000, + "Photo": "https://gtacars.net/images/c9d910fc89907f870d31b8a8b6056ffe", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "rt3000" + }, + { + "Name": "Rubble", + "Price": 0, + "Photo": "https://gtacars.net/images/f670985abaeb8a4114b72ba32d8d2428", + "Manufacturer": "JoBuilt", + "Class": "Industrial", + "Model": "rubble" + }, + { + "Name": "Ruffian", + "Price": 10000, + "Photo": "https://gtacars.net/images/e7e611f65de29da6c14420c9558f80f1", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "ruffian" + }, + { + "Name": "Ruiner", + "Price": 0, + "Photo": "https://gtacars.net/images/5f552798eaaf522a0f695ff5e24c2bf5", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "ruiner3" + }, + { + "Name": "Ruiner", + "Price": 10000, + "Photo": "https://gtacars.net/images/1825ca4b99bf4f5c260c8baf0b98b25c", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "ruiner" + }, + { + "Name": "Ruiner 2000", + "Price": 3750000, + "Photo": "https://gtacars.net/images/9a3a92732af7067eb8fe438d0e56e6ea", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "ruiner2" + }, + { + "Name": "Ruiner ZZ-8", + "Price": 1320000, + "Photo": "https://gtacars.net/images/53bd8a94bbfcb1b85ec55fd878b3dbe8", + "Manufacturer": "Imponte", + "Class": "Muscle", + "Model": "ruiner4" + }, + { + "Name": "Rumpo", + "Price": 0, + "Photo": "https://gtacars.net/images/878c70b939230f31427eb6e17131050a", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "rumpo2" + }, + { + "Name": "Rumpo", + "Price": 13000, + "Photo": "https://gtacars.net/images/6b0b13337026829fb8c935b36413c45f", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "rumpo" + }, + { + "Name": "Rumpo Custom", + "Price": 130000, + "Photo": "https://gtacars.net/images/57ebc3559747d157d4e3dd2270a83b24", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "rumpo3" + }, + { + "Name": "Ruston", + "Price": 430000, + "Photo": "https://gtacars.net/images/73bcd273c414f901237b2a11ac89ff40", + "Manufacturer": "Hijak", + "Class": "Sports", + "Model": "ruston" + }, + { + "Name": "Rusty Rebel", + "Price": 3000, + "Photo": "https://gtacars.net/images/f615e1483cea9d217082b873685d5d9d", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "rebel" + }, + { + "Name": "S80RR", + "Price": 2575000, + "Photo": "https://gtacars.net/images/f29bd57d82339b333a11cacb1175700d", + "Manufacturer": "Annis", + "Class": "Supers", + "Model": "s80" + }, + { + "Name": "S95", + "Price": 0, + "Photo": "https://gtacars.net/images/d70e69810e9242e67ecf202cf88054b7", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "s95_hsw" + }, + { + "Name": "S95", + "Price": 0, + "Photo": "https://gtacars.net/images/c876b25830db1b59a3f45370932f1680", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "s95" + }, + { + "Name": "Sabre Turbo", + "Price": 15000, + "Photo": "https://gtacars.net/images/69b56b0ba5bcaeaedb68765ece77062e", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "sabregt" + }, + { + "Name": "Sabre Turbo Custom", + "Price": 490000, + "Photo": "https://gtacars.net/images/c3c7c6d0557659827248ce0bc0b523f7", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "sabregt2" + }, + { + "Name": "Sadler", + "Price": 0, + "Photo": "https://gtacars.net/images/6112fafc9de30f8ee58bdc458452dbaf", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "sadler2" + }, + { + "Name": "Sadler", + "Price": 35000, + "Photo": "https://gtacars.net/images/8e3b0e8689bffeaccd44a0dd52ebacad", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "sadler" + }, + { + "Name": "Sanchez", + "Price": 8000, + "Photo": "https://gtacars.net/images/e33eb1aaa4195a614fc52e4acad57c9f", + "Manufacturer": "Maibatsu", + "Class": "Motorcycles", + "Model": "sanchez2" + }, + { + "Name": "Sanchez (livery)", + "Price": 7000, + "Photo": "https://gtacars.net/images/d2bfd4be35aa1df4f839c18694e1b2be", + "Manufacturer": "Maibatsu", + "Class": "Motorcycles", + "Model": "sanchez" + }, + { + "Name": "Sanctus", + "Price": 1995000, + "Photo": "https://gtacars.net/images/04dc218ddda578aa19481451fd20bcac", + "Manufacturer": "LCC", + "Class": "Motorcycles", + "Model": "sanctus" + }, + { + "Name": "Sandking SWB", + "Price": 38000, + "Photo": "https://gtacars.net/images/bcb25c384e006897f5035dc060d96694", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "sandking2" + }, + { + "Name": "Sandking XL", + "Price": 45000, + "Photo": "https://gtacars.net/images/021579105e8c9ceaf5e8c43dbe284c03", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "sandking" + }, + { + "Name": "Savage", + "Price": 2593500, + "Photo": "https://gtacars.net/images/3c45bc159ba136097ccc1fea6dcac164", + "Manufacturer": "Unknown", + "Class": "Helicopters", + "Model": "savage" + }, + { + "Name": "Savestra", + "Price": 990000, + "Photo": "https://gtacars.net/images/ef30e44906df118895548af408f8e76b", + "Manufacturer": "Annis", + "Class": "Sports Classics", + "Model": "savestra" + }, + { + "Name": "SC1", + "Price": 1603000, + "Photo": "https://gtacars.net/images/a0ce0f5203e10cf1507ae952ac843cca", + "Manufacturer": "Ubermacht", + "Class": "Supers", + "Model": "sc1" + }, + { + "Name": "Schafter", + "Price": 65000, + "Photo": "https://gtacars.net/images/290198177c8db38c54abdc4a371ca74c", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "schafter2" + }, + { + "Name": "Schafter LWB", + "Price": 208000, + "Photo": "https://gtacars.net/images/3e6aa42c31d31261e08df8d2791a15dd", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "schafter4" + }, + { + "Name": "Schafter LWB (Armored)", + "Price": 438000, + "Photo": "https://gtacars.net/images/1750e6301a592fc5f1d7c9a026bfd3a3", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "schafter6" + }, + { + "Name": "Schafter V12", + "Price": 116000, + "Photo": "https://gtacars.net/images/7074c7c237de86b41d3d12f5833ba136", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "schafter3" + }, + { + "Name": "Schafter V12 (Armored)", + "Price": 325000, + "Photo": "https://gtacars.net/images/ea4c087ed27d3758bf9248d67113801c", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "schafter5" + }, + { + "Name": "Schlagen GT", + "Price": 1300000, + "Photo": "https://gtacars.net/images/0d37801b299c7f11e8e210371c00cd24", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "schlagen" + }, + { + "Name": "Schwartzer", + "Price": 80000, + "Photo": "https://gtacars.net/images/771a571e4e467b9e70dff99d8f7552af", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "schwarzer" + }, + { + "Name": "Scorcher", + "Price": 2000, + "Photo": "https://gtacars.net/images/015ed1fc03952611c4602f3e9370e7b9", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "scorcher" + }, + { + "Name": "Scramjet", + "Price": 4000000, + "Photo": "https://gtacars.net/images/7fdcaccc1fab2ef436606468a42c0868", + "Manufacturer": "Declasse", + "Class": "Supers", + "Model": "scramjet" + }, + { + "Name": "Scrap Truck", + "Price": 0, + "Photo": "https://gtacars.net/images/0f20ffcfff3450076e543005c79f6f32", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "scrap" + }, + { + "Name": "Sea Sparrow", + "Price": 1815000, + "Photo": "https://gtacars.net/images/968b411880ec76d8185304e17b7a4030", + "Manufacturer": "Unknown", + "Class": "Helicopters", + "Model": "seasparrow" + }, + { + "Name": "Seabreeze", + "Price": 1130500, + "Photo": "https://gtacars.net/images/dda59397f46425c629c15a98a5356260", + "Manufacturer": "Western", + "Class": "Planes", + "Model": "seabreeze" + }, + { + "Name": "Seashark", + "Price": 0, + "Photo": "https://gtacars.net/images/99289d92396eda3d66da8696e81da36e", + "Manufacturer": "Speedophile", + "Class": "Boats", + "Model": "seashark2" + }, + { + "Name": "Seashark", + "Price": 0, + "Photo": "https://gtacars.net/images/b07e397ea05f349daa543485db7b4dd8", + "Manufacturer": "Speedophile", + "Class": "Boats", + "Model": "seashark3" + }, + { + "Name": "Seashark", + "Price": 16899, + "Photo": "https://gtacars.net/images/da9ab09a97da964b5fc2e94bf8388ce5", + "Manufacturer": "Speedophile", + "Class": "Boats", + "Model": "seashark" + }, + { + "Name": "Seminole", + "Price": 30000, + "Photo": "https://gtacars.net/images/367fa107caa7942ad1054208326684f3", + "Manufacturer": "Canis", + "Class": "SUVs", + "Model": "seminole" + }, + { + "Name": "Seminole Frontier", + "Price": 678000, + "Photo": "https://gtacars.net/images/69a969b81083e7d01122762df30c142b", + "Manufacturer": "Canis", + "Class": "SUVs", + "Model": "seminole2" + }, + { + "Name": "Sentinel", + "Price": 95000, + "Photo": "https://gtacars.net/images/53e7df8b99d0ef191a2af86add5babd6", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "sentinel2" + }, + { + "Name": "Sentinel Classic", + "Price": 650000, + "Photo": "https://gtacars.net/images/39603b6eb6dfe10663486c2cde6c5fe7", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "sentinel3" + }, + { + "Name": "Sentinel Classic Widebody", + "Price": 200000, + "Photo": "https://gtacars.net/images/9d53de6fe1f3beb185dacd240f86f470", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "driftsentinel" + }, + { + "Name": "Sentinel Classic Widebody", + "Price": 700000, + "Photo": "https://gtacars.net/images/9d53de6fe1f3beb185dacd240f86f470", + "Manufacturer": "Ubermacht", + "Class": "Sports", + "Model": "sentinel4" + }, + { + "Name": "Sentinel XS", + "Price": 0, + "Photo": "https://gtacars.net/images/8ed2373486d1a5bb42433837eb27c940", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "sentinel_hsw" + }, + { + "Name": "Sentinel XS", + "Price": 60000, + "Photo": "https://gtacars.net/images/de95c562b004963319c4db755670843e", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "sentinel" + }, + { + "Name": "Serrano", + "Price": 60000, + "Photo": "https://gtacars.net/images/feb7378e95ece995894b902974f3a4d4", + "Manufacturer": "Benefactor", + "Class": "SUVs", + "Model": "serrano" + }, + { + "Name": "Seven-70", + "Price": 695000, + "Photo": "https://gtacars.net/images/3dd32314a27673d994d2e80dfa73476e", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "seven70" + }, + { + "Name": "Shamal", + "Price": 1150000, + "Photo": "https://gtacars.net/images/e2bffb65ca50a6c24e0b8a3ec215fd04", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "shamal" + }, + { + "Name": "Sheriff Cruiser", + "Price": 0, + "Photo": "https://gtacars.net/images/1861fc633b027d15f3714cc7dcda2d23", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "sheriff" + }, + { + "Name": "Sheriff SUV", + "Price": 0, + "Photo": "https://gtacars.net/images/1f60a14d50365eb67b9b04eb0ec63e6f", + "Manufacturer": "Declasse", + "Class": "Emergency", + "Model": "sheriff2" + }, + { + "Name": "Shinobi", + "Price": 2480500, + "Photo": "https://gtacars.net/images/68673ab84921c49bfc2b5392a32c84a8", + "Manufacturer": "Nagasaki", + "Class": "Motorcycles", + "Model": "shinobi" + }, + { + "Name": "Shotaro", + "Price": 2225000, + "Photo": "https://gtacars.net/images/5e76c6a0b66fd5113140e3bb5e3b5040", + "Manufacturer": "Nagasaki", + "Class": "Motorcycles", + "Model": "shotaro" + }, + { + "Name": "Skylift", + "Price": 0, + "Photo": "https://gtacars.net/images/1e2f82cbcefe4d92c47feecd22f1dab9", + "Manufacturer": "HVY", + "Class": "Helicopters", + "Model": "skylift" + }, + { + "Name": "Slamtruck", + "Price": 1310000, + "Photo": "https://gtacars.net/images/58047dc399229a0049218763de41aa3a", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "slamtruck" + }, + { + "Name": "Slamvan", + "Price": 49500, + "Photo": "https://gtacars.net/images/b66b40d2ee1ad0b3568b3f743b46d49f", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "slamvan" + }, + { + "Name": "Slamvan Custom", + "Price": 415000, + "Photo": "https://gtacars.net/images/a8e4561f229801324d330eb0c129b708", + "Manufacturer": "Vapid", + "Class": "Muscle", + "Model": "slamvan3" + }, + { + "Name": "SM722", + "Price": 2115000, + "Photo": "https://gtacars.net/images/9bd60a362151566f6b512fb2172b56ba", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "sm722" + }, + { + "Name": "Sovereign", + "Price": 120000, + "Photo": "https://gtacars.net/images/824ebba8736286e34743a3873d55f720", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "sovereign" + }, + { + "Name": "Space Docker", + "Price": 0, + "Photo": "https://gtacars.net/images/219fe9030de416bc0475141c0a85f0b7", + "Manufacturer": "BF", + "Class": "Off-Road", + "Model": "dune2" + }, + { + "Name": "Sparrow", + "Price": 0, + "Photo": "https://gtacars.net/images/d4b86ca507dc474bd684700a77c6950d", + "Manufacturer": "Unknown", + "Class": "Helicopters", + "Model": "seasparrow3" + }, + { + "Name": "Sparrow", + "Price": 1815000, + "Photo": "https://gtacars.net/images/a4c288ee417d4e53e2a6ea1ab4ab6ec6", + "Manufacturer": "Unknown", + "Class": "Helicopters", + "Model": "seasparrow2" + }, + { + "Name": "Specter", + "Price": 599000, + "Photo": "https://gtacars.net/images/6cb860ef20b5a3160ec6cbed8869c5dd", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "specter" + }, + { + "Name": "Specter Custom", + "Price": 252000, + "Photo": "https://gtacars.net/images/40bafc8a2d404e2e6f324cd73b7ce81e", + "Manufacturer": "Dewbauchee", + "Class": "Sports", + "Model": "specter2" + }, + { + "Name": "Speeder", + "Price": 0, + "Photo": "https://gtacars.net/images/ebb70b34e017ff4aa91ab3b1730ae1d2", + "Manufacturer": "Pegassi", + "Class": "Boats", + "Model": "speeder2" + }, + { + "Name": "Speeder", + "Price": 325000, + "Photo": "https://gtacars.net/images/463f92dc32f7b83b0580f80f060ba903", + "Manufacturer": "Pegassi", + "Class": "Boats", + "Model": "speeder" + }, + { + "Name": "Speedo", + "Price": 0, + "Photo": "https://gtacars.net/images/28fbf52a43982354e42ddbdff018f704", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "speedo" + }, + { + "Name": "Speedo Custom", + "Price": 0, + "Photo": "https://gtacars.net/images/4d9d3b0c3aff55851bb92c06cb6b2e91", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "speedo4" + }, + { + "Name": "Speedo Custom", + "Price": 0, + "Photo": "https://gtacars.net/images/4d9d3b0c3aff55851bb92c06cb6b2e91", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "speedo5" + }, + { + "Name": "Sprunk Buffalo", + "Price": 535000, + "Photo": "https://gtacars.net/images/057c7866de87c72415127fd06478fed6", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "buffalo3" + }, + { + "Name": "Squaddie", + "Price": 1130000, + "Photo": "https://gtacars.net/images/37814c8956be759da69f24f52f110829", + "Manufacturer": "Mammoth", + "Class": "SUVs", + "Model": "squaddie" + }, + { + "Name": "Squalo", + "Price": 196621, + "Photo": "https://gtacars.net/images/7ab0549e4a5dc37384ac62bd9b3b661a", + "Manufacturer": "Shitzu", + "Class": "Boats", + "Model": "squalo" + }, + { + "Name": "Stafford", + "Price": 1272000, + "Photo": "https://gtacars.net/images/1345af5cae54e3d24e8bbf96822656a3", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "stafford" + }, + { + "Name": "Stallion", + "Price": 71000, + "Photo": "https://gtacars.net/images/4904d0f05089536d09ed18989487af98", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "stalion" + }, + { + "Name": "Stanier", + "Price": 10000, + "Photo": "https://gtacars.net/images/f66dbb897a2611fe66e717029f54a286", + "Manufacturer": "Vapid", + "Class": "Sedans", + "Model": "stanier" + }, + { + "Name": "Stanier LE Cruiser", + "Price": 4690000, + "Photo": "https://gtacars.net/images/a12e83adcbc1915d7109dbb485bce5e6", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "police5" + }, + { + "Name": "Stinger", + "Price": 850000, + "Photo": "https://gtacars.net/images/2e09d34ae6d4df014b806e81466da59b", + "Manufacturer": "Grotti", + "Class": "Sports Classics", + "Model": "stinger" + }, + { + "Name": "Stinger GT", + "Price": 875000, + "Photo": "https://gtacars.net/images/8193f7c115438fad82613cff2a5d3418", + "Manufacturer": "Grotti", + "Class": "Sports Classics", + "Model": "stingergt" + }, + { + "Name": "Stirling GT", + "Price": 0, + "Photo": "https://gtacars.net/images/d7e39f88cb9d6ce290eb8b0110445dd6", + "Manufacturer": "Benefactor", + "Class": "Sports Classics", + "Model": "feltzer3_hsw" + }, + { + "Name": "Stirling GT", + "Price": 975000, + "Photo": "https://gtacars.net/images/16caeba19daa8f48d96a62e2facf3662", + "Manufacturer": "Benefactor", + "Class": "Sports Classics", + "Model": "feltzer3" + }, + { + "Name": "Stockade", + "Price": 0, + "Photo": "https://gtacars.net/images/cee856da40d308135458d828337dde68", + "Manufacturer": "Brute", + "Class": "Commercial", + "Model": "stockade3" + }, + { + "Name": "Stockade", + "Price": 2240000, + "Photo": "https://gtacars.net/images/7b28dfdd1add66b4fb18b1a4512ef5d4", + "Manufacturer": "Brute", + "Class": "Commercial", + "Model": "stockade" + }, + { + "Name": "Stratum", + "Price": 10000, + "Photo": "https://gtacars.net/images/09cf2c4ab39106cdb575ccd464742dab", + "Manufacturer": "Zirconium", + "Class": "Sedans", + "Model": "stratum" + }, + { + "Name": "Streamer216", + "Price": 2238000, + "Photo": "https://gtacars.net/images/a298f3f38bff95181d76ca1dd74b7a1b", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "streamer216" + }, + { + "Name": "Street Blazer", + "Price": 81000, + "Photo": "https://gtacars.net/images/572402664774936e6f56cc70040ab714", + "Manufacturer": "Nagasaki", + "Class": "Off-Road", + "Model": "blazer4" + }, + { + "Name": "Streiter", + "Price": 500000, + "Photo": "https://gtacars.net/images/d1ca57c7057f1c7937ff31992dad6310", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "streiter" + }, + { + "Name": "Stretch", + "Price": 30000, + "Photo": "https://gtacars.net/images/eaaefd38338e7a91bc93f368a5d804f6", + "Manufacturer": "Dundreary", + "Class": "Sedans", + "Model": "stretch" + }, + { + "Name": "Stromberg", + "Price": 2500000, + "Photo": "https://gtacars.net/images/87144d2d77131bc42e7a425d2814e77c", + "Manufacturer": "Ocelot", + "Class": "Sports Classics", + "Model": "stromberg" + }, + { + "Name": "Stryder", + "Price": 670000, + "Photo": "https://gtacars.net/images/6836762d8e4cdab961ee237fc0a11160", + "Manufacturer": "Nagasaki", + "Class": "Motorcycles", + "Model": "stryder" + }, + { + "Name": "Submersible", + "Price": 0, + "Photo": "https://gtacars.net/images/667f4c821d9e1b03c8e127f19e5467bf", + "Manufacturer": "Unknown", + "Class": "Boats", + "Model": "submersible" + }, + { + "Name": "Sugoi", + "Price": 1224000, + "Photo": "https://gtacars.net/images/bee2f4a92dd3055e4f31f583e2c51b51", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "sugoi" + }, + { + "Name": "Sultan", + "Price": 12000, + "Photo": "https://gtacars.net/images/f0d3d7573097ca3ece6f1ee26b81c71d", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "sultan" + }, + { + "Name": "Sultan Classic", + "Price": 1718000, + "Photo": "https://gtacars.net/images/979b441981dc7a783a766e3bd0cd3075", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "sultan2" + }, + { + "Name": "Sultan RS", + "Price": 795000, + "Photo": "https://gtacars.net/images/07be1861890d36f4de402a87be274b4e", + "Manufacturer": "Karin", + "Class": "Supers", + "Model": "sultanrs" + }, + { + "Name": "Sultan RS Classic", + "Price": 1789000, + "Photo": "https://gtacars.net/images/2ed346f4ab3de8093a6f2e5da4d04f4a", + "Manufacturer": "Karin", + "Class": "Sports", + "Model": "sultan3" + }, + { + "Name": "Suntrap", + "Price": 25160, + "Photo": "https://gtacars.net/images/79ad46a69ec4c33da1dedde1a22adb09", + "Manufacturer": "Shitzu", + "Class": "Boats", + "Model": "suntrap" + }, + { + "Name": "Super Diamond", + "Price": 250000, + "Photo": "https://gtacars.net/images/9697b1925c8c4ff99bf72aee9bf685b9", + "Manufacturer": "Enus", + "Class": "Sedans", + "Model": "superd" + }, + { + "Name": "SuperVolito", + "Price": 2113000, + "Photo": "https://gtacars.net/images/6ec2090130b84761ee787723a673700d", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "supervolito" + }, + { + "Name": "SuperVolito Carbon", + "Price": 3330000, + "Photo": "https://gtacars.net/images/cb1fd07a2cb263a18dea2221f40a6eab", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "supervolito2" + }, + { + "Name": "Surano", + "Price": 110000, + "Photo": "https://gtacars.net/images/de610e3f62998a12aa48c8fa38250f1e", + "Manufacturer": "Benefactor", + "Class": "Sports", + "Model": "surano" + }, + { + "Name": "Surfer", + "Price": 0, + "Photo": "https://gtacars.net/images/7b384480f828ad3a9acb47c52afd24a5", + "Manufacturer": "BF", + "Class": "Vans", + "Model": "surfer2" + }, + { + "Name": "Surfer", + "Price": 11000, + "Photo": "https://gtacars.net/images/5dcddbef2b1f243fc681dcd2533e03f0", + "Manufacturer": "BF", + "Class": "Vans", + "Model": "surfer" + }, + { + "Name": "Surfer Custom", + "Price": 590000, + "Photo": "https://gtacars.net/images/efc35e9d62024f11dfe0faf35cda0d6f", + "Manufacturer": "BF", + "Class": "Vans", + "Model": "surfer3" + }, + { + "Name": "Surge", + "Price": 38000, + "Photo": "https://gtacars.net/images/a203f2c59ef3957e496d49d8270df1e9", + "Manufacturer": "Cheval", + "Class": "Sedans", + "Model": "surge" + }, + { + "Name": "Swift", + "Price": 1600000, + "Photo": "https://gtacars.net/images/f95a626953b442ecdaeb89faf6b64724", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "swift" + }, + { + "Name": "Swift Deluxe", + "Price": 5150000, + "Photo": "https://gtacars.net/images/b8580c6cac234df1334d03691bd4ee46", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "swift2" + }, + { + "Name": "Swinger", + "Price": 909000, + "Photo": "https://gtacars.net/images/2edbe62476081a6748ce398854d0504b", + "Manufacturer": "Ocelot", + "Class": "Sports Classics", + "Model": "swinger" + }, + { + "Name": "T20", + "Price": 2200000, + "Photo": "https://gtacars.net/images/ba3b35deddb20bd58e5fe30e0d87b7de", + "Manufacturer": "Progen", + "Class": "Supers", + "Model": "t20" + }, + { + "Name": "Taco Van", + "Price": 0, + "Photo": "https://gtacars.net/images/fc99c2d7efe3518317e35a9f8dfb8a90", + "Manufacturer": "Brute", + "Class": "Vans", + "Model": "taco" + }, + { + "Name": "Tahoma Coupe", + "Price": 1500000, + "Photo": "https://gtacars.net/images/bfabf01fb2c9bb92d0ee559147ba1a1b", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "tahoma" + }, + { + "Name": "Tailgater", + "Price": 55000, + "Photo": "https://gtacars.net/images/a95907490aac7fb1bef5adcefe924ab8", + "Manufacturer": "Obey", + "Class": "Sedans", + "Model": "tailgater" + }, + { + "Name": "Tailgater S", + "Price": 1495000, + "Photo": "https://gtacars.net/images/0ab59545f03405d62e1256ae59f288b8", + "Manufacturer": "Obey", + "Class": "Sedans", + "Model": "tailgater2" + }, + { + "Name": "Taipan", + "Price": 1980000, + "Photo": "https://gtacars.net/images/25bd05ec3d225730acb383478dd4cc53", + "Manufacturer": "Cheval", + "Class": "Supers", + "Model": "taipan" + }, + { + "Name": "Tampa", + "Price": 375000, + "Photo": "https://gtacars.net/images/5decfcda9d082403831a72df24aa9c78", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "tampa" + }, + { + "Name": "No name officially", + "Price": 0, + "Photo": "https://gtacars.net/images/c6b39d7d0fe63c976f9b6fa4869e0170", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tanker2" + }, + { + "Name": "Taxi Custom", + "Price": 0, + "Photo": "https://gtacars.net/images/69cf65f2faada1c72f05470d39ff2063", + "Manufacturer": "Vapid", + "Class": "Service", + "Model": "taxi_custom" + }, + { + "Name": "Taxi", + "Price": 650000, + "Photo": "https://gtacars.net/images/1747e82fbec763ae5610cbe571ead88a", + "Manufacturer": "Vapid", + "Class": "Service", + "Model": "taxi" + }, + { + "Name": "Technical", + "Price": 1263500, + "Photo": "https://gtacars.net/images/0b7fdd9e320c6b76830d3ebdbc33f266", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "technical" + }, + { + "Name": "Technical Aqua", + "Price": 1489600, + "Photo": "https://gtacars.net/images/20b99b3a5f7cb1f340993babe7f0da9f", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "technical2" + }, + { + "Name": "Technical Custom", + "Price": 142500, + "Photo": "https://gtacars.net/images/82fa1adf1ffea922d47544454e00b0a5", + "Manufacturer": "Karin", + "Class": "Off-Road", + "Model": "technical3" + }, + { + "Name": "Tempesta", + "Price": 1329000, + "Photo": "https://gtacars.net/images/41242cbbb2644235ec4bfc72864d0a56", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "tempesta" + }, + { + "Name": "Terminus", + "Price": 1877500, + "Photo": "https://gtacars.net/images/993490e0f776f764c577ec4a3aa09f37", + "Manufacturer": "Canis", + "Class": "Off-Road", + "Model": "terminus" + }, + { + "Name": "Terrorbyte", + "Price": 1375000, + "Photo": "https://gtacars.net/images/c2840570669810543dcaeeb478a41324", + "Manufacturer": "Benefactor", + "Class": "Commercial", + "Model": "terbyte" + }, + { + "Name": "Tezeract", + "Price": 2825000, + "Photo": "https://gtacars.net/images/ce16950c7e52de16d11ffb27f0954a7c", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "tezeract" + }, + { + "Name": "Thrax", + "Price": 2325000, + "Photo": "https://gtacars.net/images/7b61d9d5439d71c0c8dcf9155a9ee885", + "Manufacturer": "Truffade", + "Class": "Supers", + "Model": "thrax" + }, + { + "Name": "Thrust", + "Price": 75000, + "Photo": "https://gtacars.net/images/78ebcb350c39968e1931fff0cfe0a6b7", + "Manufacturer": "Dinka", + "Class": "Motorcycles", + "Model": "thrust" + }, + { + "Name": "Thruster", + "Price": 2500000, + "Photo": "https://gtacars.net/images/98fbf8026373c936a3e4283c1c603884", + "Manufacturer": "Mammoth", + "Class": "Military", + "Model": "thruster" + }, + { + "Name": "Tigon", + "Price": 2310000, + "Photo": "https://gtacars.net/images/292cca5d9e841983122539c187f9db2a", + "Manufacturer": "Lampadati", + "Class": "Supers", + "Model": "tigon" + }, + { + "Name": "Tipper", + "Price": 0, + "Photo": "https://gtacars.net/images/9bdf33476bdd54078411d4dcce10516d", + "Manufacturer": "Brute", + "Class": "Industrial", + "Model": "tiptruck" + }, + { + "Name": "Tipper", + "Price": 0, + "Photo": "https://gtacars.net/images/838607588190f6d440593eebda948615", + "Manufacturer": "Brute", + "Class": "Industrial", + "Model": "tiptruck2" + }, + { + "Name": "Titan", + "Price": 2000000, + "Photo": "https://gtacars.net/images/24f77fe8d51411b2c54201638c3f1645", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "titan" + }, + { + "Name": "TM-02 Khanjali", + "Price": 3850350, + "Photo": "https://gtacars.net/images/7a35006e492c5f35fdbacbd794d618ea", + "Manufacturer": "Unknown", + "Class": "Military", + "Model": "khanjali" + }, + { + "Name": "Toreador", + "Price": 4250000, + "Photo": "https://gtacars.net/images/24fbeca2674881922284323b7d20845f", + "Manufacturer": "Pegassi", + "Class": "Sports Classics", + "Model": "toreador" + }, + { + "Name": "Torero", + "Price": 998000, + "Photo": "https://gtacars.net/images/82028c7e552b59b486a953377568db8a", + "Manufacturer": "Pegassi", + "Class": "Sports Classics", + "Model": "torero" + }, + { + "Name": "Torero XO", + "Price": 2890000, + "Photo": "https://gtacars.net/images/56b3512ea12af71b1f99ed079229fbe6", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "torero2" + }, + { + "Name": "Tornado", + "Price": 0, + "Photo": "https://gtacars.net/images/9805252ab9e64524c442d13b1a8e55f4", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "tornado3" + }, + { + "Name": "Tornado", + "Price": 0, + "Photo": "https://gtacars.net/images/08207b9f55a9a0853ced5547731df36b", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "tornado2" + }, + { + "Name": "Tornado", + "Price": 0, + "Photo": "https://gtacars.net/images/75b122f9de4379cd5e48c710491bed52", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "tornado4" + }, + { + "Name": "Tornado", + "Price": 30000, + "Photo": "https://gtacars.net/images/dd71f6ac91f93c6c16eaf4fbbb1c3948", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "tornado" + }, + { + "Name": "Tornado Custom", + "Price": 375000, + "Photo": "https://gtacars.net/images/526327f174cc54063d857f5a8ed76269", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "tornado5" + }, + { + "Name": "Tornado Rat Rod", + "Price": 378000, + "Photo": "https://gtacars.net/images/9abc8c884be4dada7de781c325acc50f", + "Manufacturer": "Declasse", + "Class": "Sports Classics", + "Model": "tornado6" + }, + { + "Name": "Toro", + "Price": 0, + "Photo": "https://gtacars.net/images/a9c8fe014d47a794b9bb9d8d5327a409", + "Manufacturer": "Lampadati", + "Class": "Boats", + "Model": "toro2" + }, + { + "Name": "Toro", + "Price": 1750000, + "Photo": "https://gtacars.net/images/15941a08864abd93319d3d53672a6484", + "Manufacturer": "Lampadati", + "Class": "Boats", + "Model": "toro" + }, + { + "Name": "Toros", + "Price": 498000, + "Photo": "https://gtacars.net/images/47f516b158fbefd04bf102ee053f603f", + "Manufacturer": "Pegassi", + "Class": "SUVs", + "Model": "toros" + }, + { + "Name": "Tourbus", + "Price": 0, + "Photo": "https://gtacars.net/images/e28a4ddccb2758f22f19df3cb5890ac3", + "Manufacturer": "Brute", + "Class": "Service", + "Model": "tourbus" + }, + { + "Name": "Towtruck", + "Price": 1100000, + "Photo": "https://gtacars.net/images/aaf434690f8f8179a49528a7d9d711a1", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "towtruck4" + }, + { + "Name": "Towtruck", + "Price": 650000, + "Photo": "https://gtacars.net/images/1867557428cf17e8023bb6771a5c55e7", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "towtruck3" + }, + { + "Name": "Towtruck", + "Price": 0, + "Photo": "https://gtacars.net/images/23b39a14c743f2e50889233431d8f23a", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "towtruck" + }, + { + "Name": "Towtruck", + "Price": 0, + "Photo": "https://gtacars.net/images/efc8696f47a8079738b403b3962d7c75", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "towtruck2" + }, + { + "Name": "Tractor", + "Price": 0, + "Photo": "https://gtacars.net/images/afae1081be25d13f9a43dc6b1012eebb", + "Manufacturer": "Stanley", + "Class": "Utility", + "Model": "tractor" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/03064018d5c13e81245e84d0a3979dde", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tr3" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/f11d24044b45463f4b16b98849291020", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailers2" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/38ea9bd58aaf2c55c5d648c6fc016263", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tr2" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/9509803f266699d6317a61816b721ef8", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tr4" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/3f0f0e5d33b7565628030321fcee03fe", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailers5" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/1d80cba9a11bc86947f0aeabafed4b58", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailers" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/572f5f6a9d43f01bd4be5558cb4c0ec8", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailers4" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/1c780cd4a17a910f623a3e43fe3baa40", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tvtrailer" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/bfc185083d061f9891c5658c263048ea", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trflat" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/58b67643572e453545105d7843eb9fa6", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailerlogs" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/e5740de8aa06528b97ea1b2986464c77", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tvtrailer2" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/ae6cb09e1721cf3cf75bd236ce619d47", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "raketrailer" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/7d295c6febf3b782c5e854e41e6419cc", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailers3" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/b3b60c5ea79b9b661c603f9ef7a1d66f", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "trailersmall" + }, + { + "Name": "Trailer", + "Price": 0, + "Photo": "https://gtacars.net/images/95d6757c3f6c74691ef9f76cc1a21309", + "Manufacturer": "Unknown", + "Class": "Utility", + "Model": "tanker" + }, + { + "Name": "Trashmaster", + "Price": 0, + "Photo": "https://gtacars.net/images/4e9f07d9cfe17d707ef912fd7d94c609", + "Manufacturer": "JoBuilt", + "Class": "Service", + "Model": "trash2" + }, + { + "Name": "Trashmaster", + "Price": 0, + "Photo": "https://gtacars.net/images/f352265e34591273ec81375feedf916f", + "Manufacturer": "JoBuilt", + "Class": "Service", + "Model": "trash" + }, + { + "Name": "Tri-Cycles Race Bike", + "Price": 10000, + "Photo": "https://gtacars.net/images/581b41af5bda1a54851f6cdd5cf17e1b", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "tribike3" + }, + { + "Name": "Trophy Truck", + "Price": 550000, + "Photo": "https://gtacars.net/images/3d4288600ba37e5f03aed6762693357b", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "trophytruck" + }, + { + "Name": "Tropic", + "Price": 0, + "Photo": "https://gtacars.net/images/1924ea9405d5c20154c95cefbecd4275", + "Manufacturer": "Shitzu", + "Class": "Boats", + "Model": "tropic2" + }, + { + "Name": "Tropic", + "Price": 22000, + "Photo": "https://gtacars.net/images/57487c2c42e5211507ee0a8f5578ca4c", + "Manufacturer": "Shitzu", + "Class": "Boats", + "Model": "tropic" + }, + { + "Name": "Tropos Rallye", + "Price": 816000, + "Photo": "https://gtacars.net/images/479009d562ea90391ac44129bc03c96f", + "Manufacturer": "Lampadati", + "Class": "Sports", + "Model": "tropos" + }, + { + "Name": "Tug", + "Price": 1250000, + "Photo": "https://gtacars.net/images/1c39bd3fc4c2fda998e63252ff4678a2", + "Manufacturer": "Buckingham", + "Class": "Boats", + "Model": "tug" + }, + { + "Name": "Tula", + "Price": 4100000, + "Photo": "https://gtacars.net/images/d98d77e2072f6d96c05501f052ed527f", + "Manufacturer": "Mammoth", + "Class": "Planes", + "Model": "tula" + }, + { + "Name": "Tulip", + "Price": 718000, + "Photo": "https://gtacars.net/images/82c1bd3a0939adabf2b4217c6580ae22", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "tulip" + }, + { + "Name": "Tulip M-100", + "Price": 1658000, + "Photo": "https://gtacars.net/images/580bc4f7dbb8607f1da077542e3fffeb", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "tulip2" + }, + { + "Name": "Turismo Classic", + "Price": 0, + "Photo": "https://gtacars.net/images/a00bbcb49705d24711f8286e9a0c60bc", + "Manufacturer": "Grotti", + "Class": "Sports Classics", + "Model": "turismo2_hsw" + }, + { + "Name": "Turismo Classic", + "Price": 705000, + "Photo": "https://gtacars.net/images/aee8a5bc5135b026a3708e9ee8eeb38c", + "Manufacturer": "Grotti", + "Class": "Sports Classics", + "Model": "turismo2" + }, + { + "Name": "Turismo Omaggio", + "Price": 2845000, + "Photo": "https://gtacars.net/images/2a70a01953c295e999834f6920da80b1", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "turismo3" + }, + { + "Name": "Turismo R", + "Price": 500000, + "Photo": "https://gtacars.net/images/3316578ec337a8b9f756c3ad5c7b8703", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "turismor" + }, + { + "Name": "Turreted Limo", + "Price": 1650000, + "Photo": "https://gtacars.net/images/4b7cd8684891378fcdf7b20f51d24673", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "limo2" + }, + { + "Name": "Tyrant", + "Price": 2515000, + "Photo": "https://gtacars.net/images/3dd5c78c7be8efb8579df4afc2c6082d", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "tyrant" + }, + { + "Name": "Tyrus", + "Price": 2550000, + "Photo": "https://gtacars.net/images/f1b11590e373f4dc4f0f2c9c1083c116", + "Manufacturer": "Progen", + "Class": "Supers", + "Model": "tyrus" + }, + { + "Name": "Ultralight", + "Price": 665000, + "Photo": "https://gtacars.net/images/05208be74d4888be828e2dd8414896e6", + "Manufacturer": "Nagasaki", + "Class": "Planes", + "Model": "microlight" + }, + { + "Name": "Unmarked Cruiser", + "Price": 3950000, + "Photo": "https://gtacars.net/images/fda8193d8feec0a7aafe7c4eba195a17", + "Manufacturer": "Vapid", + "Class": "Emergency", + "Model": "police4" + }, + { + "Name": "Utility Truck", + "Price": 0, + "Photo": "https://gtacars.net/images/c6e6f175db720e142b0cbe1230f7aa3d", + "Manufacturer": "Brute", + "Class": "Utility", + "Model": "utillitruck2" + }, + { + "Name": "Utility Truck", + "Price": 0, + "Photo": "https://gtacars.net/images/ba6cc77047dd318a122945960c5840b9", + "Manufacturer": "Brute", + "Class": "Utility", + "Model": "utillitruck" + }, + { + "Name": "Utility Truck", + "Price": 0, + "Photo": "https://gtacars.net/images/44cdaf94766bcf39f66b503e3bb4179a", + "Manufacturer": "Vapid", + "Class": "Utility", + "Model": "utillitruck3" + }, + { + "Name": "V-65 Molotok", + "Price": 4788000, + "Photo": "https://gtacars.net/images/4d371a71f1596da01e06a6314ce259b3", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "molotok" + }, + { + "Name": "Vacca", + "Price": 240000, + "Photo": "https://gtacars.net/images/8e67459cdb0c6e4cbfd66c49514a1f72", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "vacca" + }, + { + "Name": "Vader", + "Price": 9000, + "Photo": "https://gtacars.net/images/80a66b707f159131553c27b680a89cb5", + "Manufacturer": "Shitzu", + "Class": "Motorcycles", + "Model": "vader" + }, + { + "Name": "Vagner", + "Price": 1535000, + "Photo": "https://gtacars.net/images/4b6f726db6c90968c397d12eb569d586", + "Manufacturer": "Dewbauchee", + "Class": "Supers", + "Model": "vagner" + }, + { + "Name": "Vagrant", + "Price": 2214000, + "Photo": "https://gtacars.net/images/64de358cc51812fca594ef252339b638", + "Manufacturer": "Maxwell", + "Class": "Off-Road", + "Model": "vagrant" + }, + { + "Name": "Valkyrie", + "Price": 3790500, + "Photo": "https://gtacars.net/images/9f9a5b13295886137132730cd38b1349", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "valkyrie" + }, + { + "Name": "Valkyrie MOD.0", + "Price": 0, + "Photo": "https://gtacars.net/images/0a16e3a350d11e7029445897276b0094", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "valkyrie2" + }, + { + "Name": "Vamos", + "Price": 596000, + "Photo": "https://gtacars.net/images/b86e5ec4bf9ff13259ef237f0e1d16a2", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "vamos" + }, + { + "Name": "Vectre", + "Price": 1785000, + "Photo": "https://gtacars.net/images/8490b1ff97977806d8df9fe306db467e", + "Manufacturer": "Emperor", + "Class": "Sports", + "Model": "vectre" + }, + { + "Name": "Velum", + "Price": 450000, + "Photo": "https://gtacars.net/images/7a26f9b12069c8b84a721c8b0b184058", + "Manufacturer": "JoBuilt", + "Class": "Planes", + "Model": "velum" + }, + { + "Name": "Velum 5-Seater", + "Price": 1323350, + "Photo": "https://gtacars.net/images/38946ed60b0368f1a35b681f4813cebd", + "Manufacturer": "JoBuilt", + "Class": "Planes", + "Model": "velum2" + }, + { + "Name": "Verlierer", + "Price": 695000, + "Photo": "https://gtacars.net/images/b93b626495349f0bcd645b5b6ca1f0a7", + "Manufacturer": "Bravado", + "Class": "Sports", + "Model": "verlierer2" + }, + { + "Name": "Verus", + "Price": 192000, + "Photo": "https://gtacars.net/images/2422f76ce3ceb55a13fdd1dab5a2db66", + "Manufacturer": "Dinka", + "Class": "Off-Road", + "Model": "verus" + }, + { + "Name": "Vestra", + "Price": 950000, + "Photo": "https://gtacars.net/images/133d5cd379d8b0cc608beded9d451b38", + "Manufacturer": "Buckingham", + "Class": "Planes", + "Model": "vestra" + }, + { + "Name": "Vetir", + "Price": 1630000, + "Photo": "https://gtacars.net/images/9ef6bb82946c436292f96c9c4159738d", + "Manufacturer": "HVY", + "Class": "Military", + "Model": "vetir" + }, + { + "Name": "Veto Classic", + "Price": 895000, + "Photo": "https://gtacars.net/images/69b5a110de5256fefef24a7c64063cc1", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "veto" + }, + { + "Name": "Veto Modern", + "Price": 995000, + "Photo": "https://gtacars.net/images/11efc52bae8531ede391ef307ca8d41c", + "Manufacturer": "Dinka", + "Class": "Sports", + "Model": "veto2" + }, + { + "Name": "Vigero", + "Price": 21000, + "Photo": "https://gtacars.net/images/e50a5491d4613da09f83a50d17be5b75", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "vigero" + }, + { + "Name": "Vigero ZX", + "Price": 0, + "Photo": "https://gtacars.net/images/a53d9ca7325610582923369966086120", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "vigero2_hsw" + }, + { + "Name": "Vigero ZX", + "Price": 1947000, + "Photo": "https://gtacars.net/images/0a427ea2dc9ccd5558a1594855425083", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "vigero2" + }, + { + "Name": "Vigero ZX Convertible", + "Price": 0, + "Photo": "https://gtacars.net/images/1a8dcd4c9ebd32661ab143946cd84edf", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "vigero3_hsw" + }, + { + "Name": "Vigero ZX Convertible", + "Price": 2295000, + "Photo": "https://gtacars.net/images/37310085c4ff1d970a9b464782caf98f", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "vigero3" + }, + { + "Name": "Vigilante", + "Price": 3750000, + "Photo": "https://gtacars.net/images/6204d380464df7f6e4780c70332f6f3c", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "vigilante" + }, + { + "Name": "Vindicator", + "Price": 630000, + "Photo": "https://gtacars.net/images/0d0dbae42df527680895e2792e31dc99", + "Manufacturer": "Dinka", + "Class": "Motorcycles", + "Model": "vindicator" + }, + { + "Name": "Virgo", + "Price": 195000, + "Photo": "https://gtacars.net/images/7870e17d0235f77044a84446cdf53793", + "Manufacturer": "Albany", + "Class": "Muscle", + "Model": "virgo" + }, + { + "Name": "Virgo Classic", + "Price": 165000, + "Photo": "https://gtacars.net/images/48a310a2ebba8280dcc1bd3444656df6", + "Manufacturer": "Dundreary", + "Class": "Muscle", + "Model": "virgo3" + }, + { + "Name": "Virgo Classic Custom", + "Price": 240000, + "Photo": "https://gtacars.net/images/8554bec4abd692463210fcd101726125", + "Manufacturer": "Dundreary", + "Class": "Muscle", + "Model": "virgo2" + }, + { + "Name": "Virtue", + "Price": 2980000, + "Photo": "https://gtacars.net/images/a15b49fa1e58c76caab5a709187127ff", + "Manufacturer": "Ocelot", + "Class": "Supers", + "Model": "virtue" + }, + { + "Name": "Viseris", + "Price": 875000, + "Photo": "https://gtacars.net/images/58b643ca12764427411342363738fc11", + "Manufacturer": "Lampadati", + "Class": "Sports Classics", + "Model": "viseris" + }, + { + "Name": "Visione", + "Price": 2250000, + "Photo": "https://gtacars.net/images/0699d68a4b054d19386995135ac603a7", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "visione" + }, + { + "Name": "Vivanite", + "Price": 0, + "Photo": "https://gtacars.net/images/51506048b91ee3aa8d983e5df5e66fdb", + "Manufacturer": "Karin", + "Class": "SUVs", + "Model": "vivanite_hsw" + }, + { + "Name": "Vivanite", + "Price": 1605000, + "Photo": "https://gtacars.net/images/9ba972f695c60901f4fd82a2c4225daa", + "Manufacturer": "Karin", + "Class": "SUVs", + "Model": "vivanite" + }, + { + "Name": "Volatol", + "Price": 3724000, + "Photo": "https://gtacars.net/images/54432c60bb2c4973ffa2ab4d6837edd7", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "volatol" + }, + { + "Name": "Volatus", + "Price": 2295000, + "Photo": "https://gtacars.net/images/6e37616eb4ceb12c9e6e1a7354cefbab", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "volatus" + }, + { + "Name": "Voltic", + "Price": 150000, + "Photo": "https://gtacars.net/images/11c98c09d5ecd5673d186451e264de6d", + "Manufacturer": "Coil", + "Class": "Supers", + "Model": "voltic" + }, + { + "Name": "Voodoo", + "Price": 5500, + "Photo": "https://gtacars.net/images/b950545adee46cf5f508090ef53e8d7f", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "voodoo2" + }, + { + "Name": "Voodoo Custom", + "Price": 420000, + "Photo": "https://gtacars.net/images/2e21d64db23865cdca6fa8685f99efd3", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "voodoo" + }, + { + "Name": "Vorschlaghammer", + "Price": 200000, + "Photo": "https://gtacars.net/images/6893dfe996222964cb72ec9b87639ff1", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "driftvorschlag" + }, + { + "Name": "Vorschlaghammer", + "Price": 1790000, + "Photo": "https://gtacars.net/images/6893dfe996222964cb72ec9b87639ff1", + "Manufacturer": "Benefactor", + "Class": "Sedans", + "Model": "vorschlaghammer" + }, + { + "Name": "Vortex", + "Price": 356000, + "Photo": "https://gtacars.net/images/cded2d00aac8bfd7d4cc7c3cb1115fb0", + "Manufacturer": "Pegassi", + "Class": "Motorcycles", + "Model": "vortex" + }, + { + "Name": "V-STR", + "Price": 1285000, + "Photo": "https://gtacars.net/images/6e771e45f10cb45e07d19c090d753ce4", + "Manufacturer": "Albany", + "Class": "Sports", + "Model": "vstr" + }, + { + "Name": "Walton L35", + "Price": 1670000, + "Photo": "https://gtacars.net/images/b398fcca43b5529c1b92022024a27b6f", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "l35" + }, + { + "Name": "Warrener", + "Price": 120000, + "Photo": "https://gtacars.net/images/a54505c98b8abac3298f70522a86ae5d", + "Manufacturer": "Vulcar", + "Class": "Sedans", + "Model": "warrener" + }, + { + "Name": "Warrener HKR", + "Price": 1260000, + "Photo": "https://gtacars.net/images/9ce5830e8b0968615270c8d3e7377fd2", + "Manufacturer": "Vulcar", + "Class": "Sedans", + "Model": "warrener2" + }, + { + "Name": "Washington", + "Price": 15000, + "Photo": "https://gtacars.net/images/60d6e5f630f8a261945bef19d88132a4", + "Manufacturer": "Albany", + "Class": "Sedans", + "Model": "washington" + }, + { + "Name": "Wastelander", + "Price": 658350, + "Photo": "https://gtacars.net/images/590448533b310c4a54baf83c2e8776b8", + "Manufacturer": "MTL", + "Class": "Service", + "Model": "wastelander" + }, + { + "Name": "Weaponized Conada", + "Price": 3385000, + "Photo": "https://gtacars.net/images/b2e7ef3a22da674461428a9d3ae67732", + "Manufacturer": "Buckingham", + "Class": "Helicopters", + "Model": "conada2" + }, + { + "Name": "Weaponized Dinghy", + "Price": 1850000, + "Photo": "https://gtacars.net/images/c0360485c4180830f179bfb6e90767e7", + "Manufacturer": "Nagasaki", + "Class": "Boats", + "Model": "dinghy5" + }, + { + "Name": "Weaponized Ignus", + "Price": 0, + "Photo": "https://gtacars.net/images/de70a8514c759f392ab9317ac7bf1314", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "ignus2_hsw" + }, + { + "Name": "Weaponized Ignus", + "Price": 0, + "Photo": "https://gtacars.net/images/53dd89623d6d54f2df0fc29d31cf345a", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "ignus2" + }, + { + "Name": "Weaponized Tampa", + "Price": 2108050, + "Photo": "https://gtacars.net/images/9b9dda444de4b499abbfa9f0081a7912", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "tampa3" + }, + { + "Name": "Weevil", + "Price": 870000, + "Photo": "https://gtacars.net/images/551dc919cf92fab2374ec7cc5fcd3cbc", + "Manufacturer": "BF", + "Class": "Compacts", + "Model": "weevil" + }, + { + "Name": "Weevil Custom", + "Price": 980000, + "Photo": "https://gtacars.net/images/67ef267280705d066c7c79cca4b1e024", + "Manufacturer": "BF", + "Class": "Muscle", + "Model": "weevil2" + }, + { + "Name": "Whippet Race Bike", + "Price": 10000, + "Photo": "https://gtacars.net/images/99265646a1a1a77f003b4824e87e9ddb", + "Manufacturer": "Unknown", + "Class": "Cycles", + "Model": "tribike" + }, + { + "Name": "Windsor", + "Price": 845000, + "Photo": "https://gtacars.net/images/3883dbb59ef85bb83b172c9e83b66e97", + "Manufacturer": "Enus", + "Class": "Coupes", + "Model": "windsor" + }, + { + "Name": "Windsor Drop", + "Price": 900000, + "Photo": "https://gtacars.net/images/ecce4683e7140feb72561fb489e12c66", + "Manufacturer": "Enus", + "Class": "Coupes", + "Model": "windsor2" + }, + { + "Name": "Winky", + "Price": 1100000, + "Photo": "https://gtacars.net/images/188eb4f30b795fca6504fd43a58e0dd4", + "Manufacturer": "Vapid", + "Class": "Off-Road", + "Model": "winky" + }, + { + "Name": "Wolfsbane", + "Price": 95000, + "Photo": "https://gtacars.net/images/3b87bdec34d143f28a8806e55f1de00e", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "wolfsbane" + }, + { + "Name": "X80 Proto", + "Price": 2700000, + "Photo": "https://gtacars.net/images/c84c5b76abaec9030a170629753b7bab", + "Manufacturer": "Grotti", + "Class": "Supers", + "Model": "prototipo" + }, + { + "Name": "XA-21", + "Price": 2375000, + "Photo": "https://gtacars.net/images/7dcf1c5b0b701405edf3c6d9d264233e", + "Manufacturer": "Ocelot", + "Class": "Supers", + "Model": "xa21" + }, + { + "Name": "Xero Blimp", + "Price": 0, + "Photo": "https://gtacars.net/images/e55d23b70831a2517685cde70b5f4bcd", + "Manufacturer": "Unknown", + "Class": "Planes", + "Model": "blimp2" + }, + { + "Name": "XLS", + "Price": 253000, + "Photo": "https://gtacars.net/images/eba80d41d7daa92255924380bf8231cb", + "Manufacturer": "Benefactor", + "Class": "SUVs", + "Model": "xls" + }, + { + "Name": "XLS (Armored)", + "Price": 522000, + "Photo": "https://gtacars.net/images/30027ce9be9afc91b84210d21b7b8fad", + "Manufacturer": "Benefactor", + "Class": "SUVs", + "Model": "xls2" + }, + { + "Name": "Yosemite", + "Price": 485000, + "Photo": "https://gtacars.net/images/368352c6c1a6304cdb9f94662584a78b", + "Manufacturer": "Declasse", + "Class": "Muscle", + "Model": "yosemite" + }, + { + "Name": "Yosemite 1500", + "Price": 1205000, + "Photo": "https://gtacars.net/images/1fa40ea20342ec8df5c164ab7cfb4046", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "yosemite1500" + }, + { + "Name": "Yosemite Rancher", + "Price": 700000, + "Photo": "https://gtacars.net/images/f1db84ddcf79c81ed9988c9b61fea8d4", + "Manufacturer": "Declasse", + "Class": "Off-Road", + "Model": "yosemite3" + }, + { + "Name": "Youga", + "Price": 16000, + "Photo": "https://gtacars.net/images/511ce5be7549d5cbc3ae33c7e702477c", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "youga" + }, + { + "Name": "Youga Classic", + "Price": 195000, + "Photo": "https://gtacars.net/images/b8d49d6986fa3c02153ff1185af6fdf0", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "youga2" + }, + { + "Name": "Youga Classic 4x4", + "Price": 1288000, + "Photo": "https://gtacars.net/images/d673e8737f54ca4c2c30b94a10619a93", + "Manufacturer": "Bravado", + "Class": "Vans", + "Model": "youga3" + }, + { + "Name": "Youga Custom", + "Price": 0, + "Photo": "https://gtacars.net/images/64247ce7c2c3520dd2ff7237bd6e3f12", + "Manufacturer": "Vapid", + "Class": "Vans", + "Model": "youga4" + }, + { + "Name": "Zeno", + "Price": 2820000, + "Photo": "https://gtacars.net/images/d9598a35e3b37425331dbee1003977d2", + "Manufacturer": "Overflod", + "Class": "Supers", + "Model": "zeno" + }, + { + "Name": "Zentorno", + "Price": 725000, + "Photo": "https://gtacars.net/images/2d10df4b2a87755c924fa1f3cc57cc18", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "zentorno" + }, + { + "Name": "Zhaba", + "Price": 2400000, + "Photo": "https://gtacars.net/images/b4246f9667abaadf9f81a1b7ec99d6d6", + "Manufacturer": "RUNE", + "Class": "Off-Road", + "Model": "zhaba" + }, + { + "Name": "Zion", + "Price": 60000, + "Photo": "https://gtacars.net/images/fd7bcbbaa92f793c7ef96aa34b992774", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "zion" + }, + { + "Name": "Zion Cabrio", + "Price": 65000, + "Photo": "https://gtacars.net/images/c6f80da63e16c771b44eb13b1f3e8b3e", + "Manufacturer": "Ubermacht", + "Class": "Coupes", + "Model": "zion2" + }, + { + "Name": "Zion Classic", + "Price": 812000, + "Photo": "https://gtacars.net/images/a420ea8cce3fbe525746df8b7deff4ab", + "Manufacturer": "Ubermacht", + "Class": "Sports Classics", + "Model": "zion3" + }, + { + "Name": "Zombie Bobber", + "Price": 99000, + "Photo": "https://gtacars.net/images/646bf4c795541fe30e5deaf74af0ba5e", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "zombiea" + }, + { + "Name": "Zombie Chopper", + "Price": 122000, + "Photo": "https://gtacars.net/images/7c7bc5e1ccad869bfa2cd8c251e62b53", + "Manufacturer": "Western", + "Class": "Motorcycles", + "Model": "zombieb" + }, + { + "Name": "Zorrusso", + "Price": 1925000, + "Photo": "https://gtacars.net/images/1ae5701d3074736143c13cc10d8b81b2", + "Manufacturer": "Pegassi", + "Class": "Supers", + "Model": "zorrusso" + }, + { + "Name": "ZR350", + "Price": 200000, + "Photo": "https://gtacars.net/images/e2746bee728ea389e66dade7b4e9dbe6", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "driftzr350" + }, + { + "Name": "ZR350", + "Price": 1615000, + "Photo": "https://gtacars.net/images/e2746bee728ea389e66dade7b4e9dbe6", + "Manufacturer": "Annis", + "Class": "Sports", + "Model": "zr350" + }, + { + "Name": "Z-Type", + "Price": 950000, + "Photo": "https://gtacars.net/images/f39273f124d491f0d0d9f6254c5ecef8", + "Manufacturer": "Truffade", + "Class": "Sports Classics", + "Model": "ztype" + } +] \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/data/fontsettings.json b/bin/Debug/net7.0-windows/data/fontsettings.json new file mode 100644 index 0000000..d5921de --- /dev/null +++ b/bin/Debug/net7.0-windows/data/fontsettings.json @@ -0,0 +1,6 @@ +{ + "FontFamily": "Segoe UI Semibold", + "FontSize": 27.75, + "FontStyle": 1, + "FontColor": "64, 0, 64" +} \ No newline at end of file diff --git a/bin/Debug/net7.0-windows/runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll b/bin/Debug/net7.0-windows/runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..4eda309 Binary files /dev/null and b/bin/Debug/net7.0-windows/runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll differ diff --git a/bin/Debug/net7.0-windows/selenium-manager/linux/selenium-manager b/bin/Debug/net7.0-windows/selenium-manager/linux/selenium-manager new file mode 100644 index 0000000..b9e4916 Binary files /dev/null and b/bin/Debug/net7.0-windows/selenium-manager/linux/selenium-manager differ diff --git a/bin/Debug/net7.0-windows/selenium-manager/macos/selenium-manager b/bin/Debug/net7.0-windows/selenium-manager/macos/selenium-manager new file mode 100644 index 0000000..ddf5c6e Binary files /dev/null and b/bin/Debug/net7.0-windows/selenium-manager/macos/selenium-manager differ diff --git a/bin/Debug/net7.0-windows/selenium-manager/windows/selenium-manager.exe b/bin/Debug/net7.0-windows/selenium-manager/windows/selenium-manager.exe new file mode 100644 index 0000000..00fe197 Binary files /dev/null and b/bin/Debug/net7.0-windows/selenium-manager/windows/selenium-manager.exe differ diff --git a/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..4257f4b --- /dev/null +++ b/obj/Debug/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfo.cs b/obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfo.cs new file mode 100644 index 0000000..0c63529 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("GtaVUsersInfo")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("GtaVUsersInfo")] +[assembly: System.Reflection.AssemblyTitleAttribute("GtaVUsersInfo")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfoInputs.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfoInputs.cache new file mode 100644 index 0000000..d221fa7 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +bf2883fad82d301ce7378a0f2eddc43f7ecbc847 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarControl.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarControl.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarControl.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarItemMenuStrip.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarItemMenuStrip.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarItemMenuStrip.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarPanelMenuStrip.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarPanelMenuStrip.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.CarPanelMenuStrip.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterControl.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterControl.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterControl.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddCars.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddCars.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddCars.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddParameter.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddParameter.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddParameter.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net7.0-windows/GtaVUsersInfo.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..ce0b873 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net7.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = GtaVUsersInfo +build_property.ProjectDir = D:\projects\GtaVUsersInfo\ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.GlobalUsings.g.cs b/obj/Debug/net7.0-windows/GtaVUsersInfo.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.MainForm.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.MainForm.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.MainForm.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.Resources.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo.Resources.resources new file mode 100644 index 0000000..c0afcca Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.Resources.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.assets.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.assets.cache new file mode 100644 index 0000000..06d1141 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.assets.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.AssemblyReference.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.AssemblyReference.cache new file mode 100644 index 0000000..d9f4805 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.BuildWithSkipAnalyzers b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..604b421 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +1b431b71640ad8c8366a0fb13feab0d62c9938d2 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.FileListAbsolute.txt b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d5e9dc6 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.FileListAbsolute.txt @@ -0,0 +1,36 @@ +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\selenium-manager\linux\selenium-manager +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\selenium-manager\macos\selenium-manager +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\selenium-manager\windows\selenium-manager.exe +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.exe +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.deps.json +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.runtimeconfig.json +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.dll +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.pdb +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\HtmlAgilityPack.dll +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\Newtonsoft.Json.dll +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\WebDriver.dll +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\System.Text.Encodings.Web.dll +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\System.Text.Json.dll +D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\runtimes\browser\lib\net7.0\System.Text.Encodings.Web.dll +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.AssemblyReference.cache +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarControl.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarItemMenuStrip.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarPanelMenuStrip.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterControl.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddCars.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddParameter.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.MainForm.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Resources.resources +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.GenerateResource.cache +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.GeneratedMSBuildEditorConfig.editorconfig +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.AssemblyInfoInputs.cache +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.AssemblyInfo.cs +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.CoreCompileInputs.cache +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.CopyComplete +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.dll +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\refint\GtaVUsersInfo.dll +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.pdb +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.genruntimeconfig.cache +D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\ref\GtaVUsersInfo.dll diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache new file mode 100644 index 0000000..fa5d6e8 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.csproj.GenerateResource.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.designer.deps.json b/obj/Debug/net7.0-windows/GtaVUsersInfo.designer.deps.json new file mode 100644 index 0000000..e7c2871 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.designer.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "HtmlAgilityPack/1.11.67": { + "runtime": { + "lib/netstandard2.0/HtmlAgilityPack.dll": { + "assemblyVersion": "1.11.67.0", + "fileVersion": "1.11.67.0" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.3.27908" + } + } + }, + "Selenium.WebDriver/4.25.0": { + "dependencies": { + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.0/WebDriver.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.0.0.0" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { + "rid": "browser", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Text.Json/8.0.4": { + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } + } + } + } + }, + "libraries": { + "HtmlAgilityPack/1.11.67": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==", + "path": "htmlagilitypack/1.11.67", + "hashPath": "htmlagilitypack.1.11.67.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "path": "newtonsoft.json/13.0.3", + "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + }, + "Selenium.WebDriver/4.25.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==", + "path": "selenium.webdriver/4.25.0", + "hashPath": "selenium.webdriver.4.25.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "path": "system.text.encodings.web/8.0.0", + "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" + }, + "System.Text.Json/8.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "path": "system.text.json/8.0.4", + "hashPath": "system.text.json.8.0.4.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.designer.runtimeconfig.json b/obj/Debug/net7.0-windows/GtaVUsersInfo.designer.runtimeconfig.json new file mode 100644 index 0000000..fd9568f --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.designer.runtimeconfig.json @@ -0,0 +1,22 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "7.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\eugen\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\eugen\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.dll b/obj/Debug/net7.0-windows/GtaVUsersInfo.dll new file mode 100644 index 0000000..f0502a8 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.dll differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.genruntimeconfig.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo.genruntimeconfig.cache new file mode 100644 index 0000000..97a360e --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo.genruntimeconfig.cache @@ -0,0 +1 @@ +1dca396423b213e022a5832f3c1ce5b88d32350e diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb b/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb new file mode 100644 index 0000000..649f21d Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo.pdb differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfo.cs b/obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfo.cs new file mode 100644 index 0000000..85b3825 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("GtaVUsersInfo1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("GtaVUsersInfo1")] +[assembly: System.Reflection.AssemblyTitleAttribute("GtaVUsersInfo1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfoInputs.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..e9107bd --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f9d6e852aa75d27c59f5731101bb75c88f3f72f3 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net7.0-windows/GtaVUsersInfo1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..85b47a9 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net7.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = GtaVUsersInfo1 +build_property.ProjectDir = D:\projects\GtaVUsersInfo\ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.GlobalUsings.g.cs b/obj/Debug/net7.0-windows/GtaVUsersInfo1.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.Resources.resources b/obj/Debug/net7.0-windows/GtaVUsersInfo1.Resources.resources new file mode 100644 index 0000000..c0afcca Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo1.Resources.resources differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.assets.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo1.assets.cache new file mode 100644 index 0000000..1ec52a5 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo1.assets.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.AssemblyReference.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.AssemblyReference.cache new file mode 100644 index 0000000..8b88f7b Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.BuildWithSkipAnalyzers b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.CopyComplete b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.CoreCompileInputs.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..9509636 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8997dec5842a298cc41c30a619c77c2f05352c9f diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.FileListAbsolute.txt b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..8bb3b87 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.FileListAbsolute.txt @@ -0,0 +1,36 @@ +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\selenium-manager\linux\selenium-manager +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\selenium-manager\macos\selenium-manager +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\selenium-manager\windows\selenium-manager.exe +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.exe +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.deps.json +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.runtimeconfig.json +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.dll +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.pdb +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\HtmlAgilityPack.dll +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\Newtonsoft.Json.dll +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\WebDriver.dll +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\System.Text.Encodings.Web.dll +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\System.Text.Json.dll +D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\runtimes\browser\lib\net7.0\System.Text.Encodings.Web.dll +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.AssemblyReference.cache +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarControl.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarItemMenuStrip.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarPanelMenuStrip.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterControl.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddCars.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddParameter.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.MainForm.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.Resources.resources +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.GenerateResource.cache +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.GeneratedMSBuildEditorConfig.editorconfig +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.AssemblyInfoInputs.cache +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.AssemblyInfo.cs +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.CoreCompileInputs.cache +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.CopyComplete +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.dll +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\refint\GtaVUsersInfo1.dll +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.pdb +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.genruntimeconfig.cache +D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\ref\GtaVUsersInfo1.dll diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.GenerateResource.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.GenerateResource.cache new file mode 100644 index 0000000..fc5e279 Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo1.csproj.GenerateResource.cache differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.deps.json b/obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.deps.json new file mode 100644 index 0000000..e7c2871 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "HtmlAgilityPack/1.11.67": { + "runtime": { + "lib/netstandard2.0/HtmlAgilityPack.dll": { + "assemblyVersion": "1.11.67.0", + "fileVersion": "1.11.67.0" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.3.27908" + } + } + }, + "Selenium.WebDriver/4.25.0": { + "dependencies": { + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.0/WebDriver.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.0.0.0" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { + "rid": "browser", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Text.Json/8.0.4": { + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } + } + } + } + }, + "libraries": { + "HtmlAgilityPack/1.11.67": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==", + "path": "htmlagilitypack/1.11.67", + "hashPath": "htmlagilitypack.1.11.67.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "path": "newtonsoft.json/13.0.3", + "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + }, + "Selenium.WebDriver/4.25.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==", + "path": "selenium.webdriver/4.25.0", + "hashPath": "selenium.webdriver.4.25.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "path": "system.text.encodings.web/8.0.0", + "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" + }, + "System.Text.Json/8.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "path": "system.text.json/8.0.4", + "hashPath": "system.text.json.8.0.4.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.runtimeconfig.json b/obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.runtimeconfig.json new file mode 100644 index 0000000..fd9568f --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.runtimeconfig.json @@ -0,0 +1,22 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "7.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\eugen\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\eugen\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.dll b/obj/Debug/net7.0-windows/GtaVUsersInfo1.dll new file mode 100644 index 0000000..02eb94d Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo1.dll differ diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.genruntimeconfig.cache b/obj/Debug/net7.0-windows/GtaVUsersInfo1.genruntimeconfig.cache new file mode 100644 index 0000000..c99ca93 --- /dev/null +++ b/obj/Debug/net7.0-windows/GtaVUsersInfo1.genruntimeconfig.cache @@ -0,0 +1 @@ +3efb2ba6420d2d36e1086cbea15e2b001f6a1e71 diff --git a/obj/Debug/net7.0-windows/GtaVUsersInfo1.pdb b/obj/Debug/net7.0-windows/GtaVUsersInfo1.pdb new file mode 100644 index 0000000..e7c512d Binary files /dev/null and b/obj/Debug/net7.0-windows/GtaVUsersInfo1.pdb differ diff --git a/obj/Debug/net7.0-windows/TempPE/Resource.Designer.cs.dll b/obj/Debug/net7.0-windows/TempPE/Resource.Designer.cs.dll new file mode 100644 index 0000000..ae4242a Binary files /dev/null and b/obj/Debug/net7.0-windows/TempPE/Resource.Designer.cs.dll differ diff --git a/obj/Debug/net7.0-windows/TempPE/Resource1.Designer.cs.dll b/obj/Debug/net7.0-windows/TempPE/Resource1.Designer.cs.dll new file mode 100644 index 0000000..3bfd591 Binary files /dev/null and b/obj/Debug/net7.0-windows/TempPE/Resource1.Designer.cs.dll differ diff --git a/obj/Debug/net7.0-windows/TempPE/Resources.Designer.cs.dll b/obj/Debug/net7.0-windows/TempPE/Resources.Designer.cs.dll new file mode 100644 index 0000000..d1e90ab Binary files /dev/null and b/obj/Debug/net7.0-windows/TempPE/Resources.Designer.cs.dll differ diff --git a/obj/Debug/net7.0-windows/apphost.exe b/obj/Debug/net7.0-windows/apphost.exe new file mode 100644 index 0000000..37c2629 Binary files /dev/null and b/obj/Debug/net7.0-windows/apphost.exe differ diff --git a/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll b/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll new file mode 100644 index 0000000..59cceb9 Binary files /dev/null and b/obj/Debug/net7.0-windows/ref/GtaVUsersInfo.dll differ diff --git a/obj/Debug/net7.0-windows/ref/GtaVUsersInfo1.dll b/obj/Debug/net7.0-windows/ref/GtaVUsersInfo1.dll new file mode 100644 index 0000000..c476031 Binary files /dev/null and b/obj/Debug/net7.0-windows/ref/GtaVUsersInfo1.dll differ diff --git a/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll b/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll new file mode 100644 index 0000000..59cceb9 Binary files /dev/null and b/obj/Debug/net7.0-windows/refint/GtaVUsersInfo.dll differ diff --git a/obj/Debug/net7.0-windows/refint/GtaVUsersInfo1.dll b/obj/Debug/net7.0-windows/refint/GtaVUsersInfo1.dll new file mode 100644 index 0000000..c476031 Binary files /dev/null and b/obj/Debug/net7.0-windows/refint/GtaVUsersInfo1.dll differ diff --git a/obj/GtaVUsersInfo.csproj.nuget.dgspec.json b/obj/GtaVUsersInfo.csproj.nuget.dgspec.json new file mode 100644 index 0000000..f900cf5 --- /dev/null +++ b/obj/GtaVUsersInfo.csproj.nuget.dgspec.json @@ -0,0 +1,80 @@ +{ + "format": 1, + "restore": { + "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj": {} + }, + "projects": { + "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj", + "projectName": "GtaVUsersInfo", + "projectPath": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj", + "packagesPath": "C:\\Users\\eugen\\.nuget\\packages\\", + "outputPath": "D:\\projects\\GtaVUsersInfo\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\eugen\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "dependencies": { + "HtmlAgilityPack": { + "target": "Package", + "version": "[1.11.67, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.3, )" + }, + "Selenium.WebDriver": { + "target": "Package", + "version": "[4.25.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.302\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/GtaVUsersInfo.csproj.nuget.g.props b/obj/GtaVUsersInfo.csproj.nuget.g.props new file mode 100644 index 0000000..f09f9cf --- /dev/null +++ b/obj/GtaVUsersInfo.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\eugen\.nuget\packages\ + PackageReference + 6.6.0 + + + + + \ No newline at end of file diff --git a/obj/GtaVUsersInfo.csproj.nuget.g.targets b/obj/GtaVUsersInfo.csproj.nuget.g.targets new file mode 100644 index 0000000..f56a7b9 --- /dev/null +++ b/obj/GtaVUsersInfo.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/obj/GtaVUsersInfo1.csproj.nuget.dgspec.json b/obj/GtaVUsersInfo1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..095245c --- /dev/null +++ b/obj/GtaVUsersInfo1.csproj.nuget.dgspec.json @@ -0,0 +1,80 @@ +{ + "format": 1, + "restore": { + "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo1.csproj": {} + }, + "projects": { + "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo1.csproj", + "projectName": "GtaVUsersInfo1", + "projectPath": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo1.csproj", + "packagesPath": "C:\\Users\\eugen\\.nuget\\packages\\", + "outputPath": "D:\\projects\\GtaVUsersInfo\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\eugen\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "dependencies": { + "HtmlAgilityPack": { + "target": "Package", + "version": "[1.11.67, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.3, )" + }, + "Selenium.WebDriver": { + "target": "Package", + "version": "[4.25.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.302\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/GtaVUsersInfo1.csproj.nuget.g.props b/obj/GtaVUsersInfo1.csproj.nuget.g.props new file mode 100644 index 0000000..f09f9cf --- /dev/null +++ b/obj/GtaVUsersInfo1.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\eugen\.nuget\packages\ + PackageReference + 6.6.0 + + + + + \ No newline at end of file diff --git a/obj/GtaVUsersInfo1.csproj.nuget.g.targets b/obj/GtaVUsersInfo1.csproj.nuget.g.targets new file mode 100644 index 0000000..f56a7b9 --- /dev/null +++ b/obj/GtaVUsersInfo1.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..64a751a --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,386 @@ +{ + "version": 3, + "targets": { + "net7.0-windows7.0": { + "HtmlAgilityPack/1.11.67": { + "type": "package", + "compile": { + "lib/netstandard2.0/HtmlAgilityPack.dll": { + "related": ".deps.json;.pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/HtmlAgilityPack.dll": { + "related": ".deps.json;.pdb;.xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Selenium.WebDriver/4.25.0": { + "type": "package", + "dependencies": { + "System.Text.Json": "8.0.4" + }, + "compile": { + "lib/netstandard2.0/WebDriver.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/WebDriver.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/Selenium.WebDriver.targets": {} + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + } + } + }, + "libraries": { + "HtmlAgilityPack/1.11.67": { + "sha512": "xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==", + "type": "package", + "path": "htmlagilitypack/1.11.67", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "htmlagilitypack.1.11.67.nupkg.sha512", + "htmlagilitypack.nuspec", + "lib/Net35/HtmlAgilityPack.dll", + "lib/Net35/HtmlAgilityPack.pdb", + "lib/Net35/HtmlAgilityPack.xml", + "lib/Net40-client/HtmlAgilityPack.dll", + "lib/Net40-client/HtmlAgilityPack.pdb", + "lib/Net40-client/HtmlAgilityPack.xml", + "lib/Net40/HtmlAgilityPack.XML", + "lib/Net40/HtmlAgilityPack.dll", + "lib/Net40/HtmlAgilityPack.pdb", + "lib/Net45/HtmlAgilityPack.XML", + "lib/Net45/HtmlAgilityPack.dll", + "lib/Net45/HtmlAgilityPack.pdb", + "lib/NetCore45/HtmlAgilityPack.XML", + "lib/NetCore45/HtmlAgilityPack.dll", + "lib/NetCore45/HtmlAgilityPack.pdb", + "lib/netstandard1.3/HtmlAgilityPack.deps.json", + "lib/netstandard1.3/HtmlAgilityPack.dll", + "lib/netstandard1.3/HtmlAgilityPack.pdb", + "lib/netstandard1.3/HtmlAgilityPack.xml", + "lib/netstandard1.6/HtmlAgilityPack.deps.json", + "lib/netstandard1.6/HtmlAgilityPack.dll", + "lib/netstandard1.6/HtmlAgilityPack.pdb", + "lib/netstandard1.6/HtmlAgilityPack.xml", + "lib/netstandard2.0/HtmlAgilityPack.deps.json", + "lib/netstandard2.0/HtmlAgilityPack.dll", + "lib/netstandard2.0/HtmlAgilityPack.pdb", + "lib/netstandard2.0/HtmlAgilityPack.xml", + "lib/portable-net45+netcore45+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.XML", + "lib/portable-net45+netcore45+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.dll", + "lib/portable-net45+netcore45+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.pdb", + "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.XML", + "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.dll", + "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch/HtmlAgilityPack.pdb", + "lib/uap10.0/HtmlAgilityPack.XML", + "lib/uap10.0/HtmlAgilityPack.dll", + "lib/uap10.0/HtmlAgilityPack.pdb", + "lib/uap10.0/HtmlAgilityPack.pri", + "readme.md" + ] + }, + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "type": "package", + "path": "newtonsoft.json/13.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Selenium.WebDriver/4.25.0": { + "sha512": "0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==", + "type": "package", + "path": "selenium.webdriver/4.25.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/Selenium.WebDriver.targets", + "buildTransitive/Selenium.WebDriver.targets", + "icon.png", + "lib/net8.0/WebDriver.dll", + "lib/net8.0/WebDriver.xml", + "lib/netstandard2.0/WebDriver.dll", + "lib/netstandard2.0/WebDriver.xml", + "manager/linux/selenium-manager", + "manager/macos/selenium-manager", + "manager/windows/selenium-manager.exe", + "selenium.webdriver.4.25.0.nupkg.sha512", + "selenium.webdriver.nuspec" + ] + }, + "System.Text.Encodings.Web/8.0.0": { + "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "type": "package", + "path": "system.text.encodings.web/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Text.Encodings.Web.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", + "lib/net462/System.Text.Encodings.Web.dll", + "lib/net462/System.Text.Encodings.Web.xml", + "lib/net6.0/System.Text.Encodings.Web.dll", + "lib/net6.0/System.Text.Encodings.Web.xml", + "lib/net7.0/System.Text.Encodings.Web.dll", + "lib/net7.0/System.Text.Encodings.Web.xml", + "lib/net8.0/System.Text.Encodings.Web.dll", + "lib/net8.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.8.0.0.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/8.0.4": { + "sha512": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "type": "package", + "path": "system.text.json/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/net461/System.Text.Json.targets", + "buildTransitive/net462/System.Text.Json.targets", + "buildTransitive/net6.0/System.Text.Json.targets", + "buildTransitive/netcoreapp2.0/System.Text.Json.targets", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net462/System.Text.Json.dll", + "lib/net462/System.Text.Json.xml", + "lib/net6.0/System.Text.Json.dll", + "lib/net6.0/System.Text.Json.xml", + "lib/net7.0/System.Text.Json.dll", + "lib/net7.0/System.Text.Json.xml", + "lib/net8.0/System.Text.Json.dll", + "lib/net8.0/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.8.0.4.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net7.0-windows7.0": [ + "HtmlAgilityPack >= 1.11.67", + "Newtonsoft.Json >= 13.0.3", + "Selenium.WebDriver >= 4.25.0" + ] + }, + "packageFolders": { + "C:\\Users\\eugen\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj", + "projectName": "GtaVUsersInfo", + "projectPath": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj", + "packagesPath": "C:\\Users\\eugen\\.nuget\\packages\\", + "outputPath": "D:\\projects\\GtaVUsersInfo\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\eugen\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net7.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0-windows7.0": { + "targetAlias": "net7.0-windows", + "dependencies": { + "HtmlAgilityPack": { + "target": "Package", + "version": "[1.11.67, )" + }, + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.3, )" + }, + "Selenium.WebDriver": { + "target": "Package", + "version": "[4.25.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.302\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..3154d9b --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,14 @@ +{ + "version": 2, + "dgSpecHash": "iZ/lWrJoo1MT583kh44ie6I17UdMp2ECaTz9kmnBOobcbtyCqxP4tLQlD+ukWZKaOb21+HjNp9wB3BQ2QhyhMA==", + "success": true, + "projectFilePath": "D:\\projects\\GtaVUsersInfo\\GtaVUsersInfo.csproj", + "expectedPackageFiles": [ + "C:\\Users\\eugen\\.nuget\\packages\\htmlagilitypack\\1.11.67\\htmlagilitypack.1.11.67.nupkg.sha512", + "C:\\Users\\eugen\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", + "C:\\Users\\eugen\\.nuget\\packages\\selenium.webdriver\\4.25.0\\selenium.webdriver.4.25.0.nupkg.sha512", + "C:\\Users\\eugen\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", + "C:\\Users\\eugen\\.nuget\\packages\\system.text.json\\8.0.4\\system.text.json.8.0.4.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/packages.config b/packages.config deleted file mode 100644 index 02b2fcf..0000000 --- a/packages.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file