13.04.2013, 11:26
Hey guys,
I was wondering how you can make random car models at selected spawns. This is what I mean, the system picks a car spawn from an array, then there is another array which the system picks a car model from the ids put inside the array.
For example if I put
and
and in another array I put
and
How can I make the system chose a random spawn from one and a random car so they make up random car spawns.
Please help! Thanks
I was wondering how you can make random car models at selected spawns. This is what I mean, the system picks a car spawn from an array, then there is another array which the system picks a car model from the ids put inside the array.
For example if I put
pawn Код:
9585.28444, 229.0996094,-1988.5000000
pawn Код:
9586.28756, 228.8000031,-1984.5999756
pawn Код:
211 // car model
pawn Код:
206 // car model
Please help! Thanks