SA-MP Forums Archive
how to? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to? (/showthread.php?tid=169928)



how to? - Whizion - 21.08.2010

Know which tyre on te car is broken?

I need something like: GetTyreStatus(tyre1,tyre2,tyre3,tyre4);

How do make that? Thanks.


Re: how to? - Agent Smith - 21.08.2010

https://sampwiki.blast.hk/wiki/GetVehicleDamageStatus


Re: how to? - Nonameman - 21.08.2010

Hope I could help You:

http://pastebin.com/tTsieP68
(You can get the tyres' status in bool values)

Nonameman


Re: how to? - Whizion - 21.08.2010

Quote:
Originally Posted by Nonameman
Посмотреть сообщение
Hope I could help You:

http://pastebin.com/tTsieP68
(You can get the tyres' status in bool values)

Nonameman
Thank you.