[Include] GetVehicleCompatibleUpgrades - 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] GetVehicleCompatibleUpgrades (
/showthread.php?tid=281625)
Compatible Upgrades Function's v1.1 -
AirKite - 07.09.2011
Delete this topic please...
https://sampforum.blast.hk/showthread.php?pid=1391647#pid1391647
Re: GetVehicleCompatibleUpgrades -
SadaharuZ - 07.09.2011
Very useful include. I'm going to use this.
Re: GetVehicleCompatibleUpgrades -
FireCat - 07.09.2011
Very nice!
Re: GetVehicleCompatibleUpgrades -
Xx_OutLawZ_xX - 07.09.2011
Thank you, This will prevent vehicle components; game crashers
Re: GetVehicleCompatibleUpgrades -
wups - 07.09.2011
In my opinion, better if it would be IsVehicleUpgradeCompatible(model,componentid).
Re: GetVehicleCompatibleUpgrades -
getAlife - 07.09.2011
Use Case instead of IF. Currently this function is a little bit slow.
Re: GetVehicleCompatibleUpgrades -
AirKite - 08.09.2011
Quote:
Originally Posted by wups
In my opinion, better if it would be IsVehicleUpgradeCompatible(model,componentid).
|
Quote:
Originally Posted by getAlife
Use Case instead of IF. Currently this function is a little bit slow.
|
Done