SA-MP Forums Archive
MySQL table of all SAMP vehicles - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL table of all SAMP vehicles (/showthread.php?tid=611507)



MySQL table of all SAMP vehicles - Jonesy96 - 07.07.2016

Hi all,

I'm trying to get all the SAMP vehicles(https://sampwiki.blast.hk/wiki/Vehicle_Model_ID_List) in the form of a MySQL table. I've been looking but not been able to find.

If anyone knows where I can find a MySQL table, with the info from that link saved into it, please can you direct me.

I managed to get a table of all the skins, which I'll post as an example for what I want. i just need to get one for all the vehicles.

Skins version of what I want:



I'd like the same as in that screenshot, but for all the vehicles in SAMP.

Many thanks in advance


Re: MySQL table of all SAMP vehicles - Vince - 07.07.2016

I wrote this a long time ago: https://github.com/Vince0789/sa-mp-e...le-information

It's an SQLite DB but it should be possible to convert it to MySQL.


Re: MySQL table of all SAMP vehicles - Jonesy96 - 07.07.2016

Quote:
Originally Posted by Vince
Посмотреть сообщение
I wrote this a long time ago: https://github.com/Vince0789/sa-mp-e...le-information

It's an SQLite DB but it should be possible to convert it to MySQL.
Hi,

Thanks for this. Unfortunately, I can not see any database table there to download, it's just code.

Could you by any chance provide me with a table of vehicles?

Thanks


Re: MySQL table of all SAMP vehicles - Konstantinos - 07.07.2016

http://pastebin.com/raw/eJdk0GzH


Re: MySQL table of all SAMP vehicles - Jonesy96 - 07.07.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Awesome thanks