14.11.2010, 01:14
Uhm. Change that whole thing.
In that command you should create vehicle
while creating vehicle you can use that random, so it would make a randomed vehicle model.
So when formating text for vehicle id use `car` for model use your randomed thing or just get `car` Model by
In that command you should create vehicle
pawn Код:
static car;
car = CreateVehicle....
So when formating text for vehicle id use `car` for model use your randomed thing or just get `car` Model by
pawn Код:
GetVehicleModelFromID(car) // if im not wrong with fuction anyway something like that