08.08.2015, 22:09
Two things:
Where are you creating the vehicle?
Also, I'm not sure if you can use random like that in the function.
try something like:
Where are you creating the vehicle?
Also, I'm not sure if you can use random like that in the function.
try something like:
pawn Код:
new model, colour1, colour2;
model = random(29);
colour1 = random(127);
colour2 = random(127);
CreateVehicle(RandomFreeVeh[model],1544.7468,-1655.2185,5.5157,263.5304,colour1, colour2, 10*60000);