08.08.2015, 22:32
Quote:
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: pawn Код:
|
About it not spawning, try debugging it.
pawn Код:
printf("Vehicle ID: %i, %i, %i", CreateVehicle(RandomFreeVeh[random(29)],1544.7468,-1655.2185,5.5157,263.5304,random(127), random(127), 10*60000), CreateVehicle(RandomFreeVeh[random(29)],1544.7468,-1655.2185,5.5157,263.5304,random(127), random(127), 10*60000), CreateVehicle(RandomFreeVeh[random(29)],1544.7468,-1655.2185,5.5157,263.5304,random(127), random(127), 10*60000));