Cars with special ids - 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: Cars with special ids (
/showthread.php?tid=106107)
Cars with special ids -
SlashPT - 01.11.2009
so ppl hey and again i have one problem and idk how to solve this...
so i saw in too many gamemods ppl do for exaple the turismo (id:451) be a for eg: ID 100 i call it do a special ID bcs i want do special cars for some teams and i want create one car only for this team but i want ID 100 the turismo for team and 451 turismo too be for all
thanks for see
Re: Cars with special ids -
SlashPT - 01.11.2009
so no one

?
Re: Cars with special ids -
dice7 - 01.11.2009
451 is the MODEL id. 100 is the VEHICLE id and every vehicle has a unique one. You get it like this
pawn Код:
new car = CreateVehicle(400, x, y, z, a, -1, -1, -1);
car will now have that landstalkers (model id 400) unique id
Re: Cars with special ids -
SlashPT - 01.11.2009
yes and how to do one car with one vehicle id??
Re: Cars with special ids -
SlashPT - 02.11.2009
i saw in grandlarc the gm of 0.3 it haves this i think but idk how to do...