Vehicle ID
#1

How can I keep Vehicle ID's the same in a dynamic system.

If you need my code feel free to ask.
Reply
#2

You mean like putting the vehicle id into the array? If so, then heres an example:

pawn Код:
new
     vehicleid = CreateVehicle(560, 10.0, 20.0, 30.0, 40.0, 0, 0, 0);

Array[vehicleid][vModel] = 560;
Is that what you asked?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)