How can I know the ID of some car?
#4

// this will go above main(), as this is a global variable, its the car you want to use.
Код:
new car;
and then, under OnGameModeInit or OnFilterScriptInit

Код:
car = CreateVehicle(Car_ID, closed_X, closed_Y, closed_Z, closed_rad_X, closed_rad_Y, closed_rad_Z);
Start with that.
Reply


Messages In This Thread
How can I know the ID of some car? - by krawN - 21.07.2009, 14:11
Re: How can I know the ID of some car? - by Grim_ - 21.07.2009, 14:12
Re: How can I know the ID of some car? - by krawN - 21.07.2009, 14:16
Re: How can I know the ID of some car? - by Snickers - 21.07.2009, 14:20
Re: How can I know the ID of some car? - by krawN - 21.07.2009, 14:26
Re: How can I know the ID of some car? - by Snickers - 21.07.2009, 14:27
Re: How can I know the ID of some car? - by krawN - 21.07.2009, 14:29

Forum Jump:


Users browsing this thread: 1 Guest(s)