21.07.2009, 14:20
// this will go above main(), as this is a global variable, its the car you want to use.
and then, under OnGameModeInit or OnFilterScriptInit
Start with that.
Код:
new car;
Код:
car = CreateVehicle(Car_ID, closed_X, closed_Y, closed_Z, closed_rad_X, closed_rad_Y, closed_rad_Z);