Detection - 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: Detection (
/showthread.php?tid=578266)
Detection -
bigboy81 - 18.06.2015
how i can detect if is vehicle model car.
I making something i don't need detect bikes..
Only i need all the ids of cars in one code..
Re: Detection -
SickAttack - 18.06.2015
https://sampforum.blast.hk/showthread.php?tid=438678
Re: Detection -
amirm3hdi - 18.06.2015
Код:
GetVehicleModel(vehicleid)
Re: Detection -
Runn3R - 18.06.2015
pawn Код:
GetVehicleModel(GetPlayerVehicleID(playerid));