Vehicle id - 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: Vehicle id (
/showthread.php?tid=345937)
Vehicle id -
Jimbo01 - 26.05.2012
If i add 3 vehicles under ongamemodeinit they start from vehid 0 1 2 3 etc
How can i make that the 1st car start from id 200 example ?
Re: Vehicle id -
Jstylezzz - 26.05.2012
As far as I know, it's not possible :\
Re: Vehicle id -
Face9000 - 26.05.2012
The vehicles id(s) starts from 400,not 200.
Re: Vehicle id -
MP2 - 26.05.2012
Wrong, wrong and wrong.
Vehicle MODELS start at 400.
Vehicle IDs start at 1.
I do not understand your request, please elaborate.
Re: Vehicle id -
iFederal - 26.05.2012
I do not understand you, please explain more
AW: Vehicle id -
Jimbo01 - 26.05.2012
i want that my 1st vehicle under ongamemodeinit should start from id 200 example... 2nd vehicle id 201 etc
Normal: They start from 1 2 3 etc....
Re: Vehicle id -
Catalyst- - 26.05.2012
Why do you need Vehicle ID's to start from 200?
AW: Vehicle id -
Jimbo01 - 26.05.2012
yes
Re: Vehicle id -
thefatshizms - 26.05.2012
if u want it to be specific then just do
pawn Код:
new car1 = createvehicle(etc)
its not rly what u wanted but dont think its possible to di ur way
Re: Vehicle id -
TzAkS. - 26.05.2012
If ID`s from 1 to 200 is empty you can`t create a vehicle from id 200,if is not empty just add it under last line with AddStaticVehicle or/and CreateVehicle.
Or you can create 200 vehicles then create your car and then destroy the first 200 vehicless with a timer..

)
But i don`t see why do you need vehicle Id to start from 200..