SA-MP Forums Archive
[Include] Vehicle Model Info - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Vehicle Model Info (/showthread.php?tid=339093)



Vehicle Model Info - kizla - 02.05.2012

All models info are here, so you don't need evry time type, example:
pawn Код:
new Float:X, Float:Y, Float:Z;
GetVehicleModelInfo(411, VEHICLE_MODEL_INFO_SIZE, X, Y, Z);
you can just use my...

Pastebin: http://pastebin.com/ynTNA2TQ
Download: http://www.4shared.com/file/xB5lC6Bs/K_ModelInfo.html

I hope you like it


Re: Vehicle Model Info - MP2 - 02.05.2012

What's the point? Do you realise how much memory that uses..?


Re: Vehicle Model Info - Jochemd - 02.05.2012

Inefficient like MP2 said, also, is it that much work to type it all the time?