Vehicle id
#1

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 ?
Reply
#2

As far as I know, it's not possible :\
Reply
#3

The vehicles id(s) starts from 400,not 200.
Reply
#4

Wrong, wrong and wrong.

Vehicle MODELS start at 400.
Vehicle IDs start at 1.

I do not understand your request, please elaborate.
Reply
#5

I do not understand you, please explain more
Reply
#6

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....
Reply
#7

Why do you need Vehicle ID's to start from 200?
Reply
#8

yes
Reply
#9

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
Reply
#10

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..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)