Paplo Posted August 20, 2013 Share Posted August 20, 2013 createVehicle ( 411, 176+math.random(5,10), 2508+math.random(5,10), 16.02982711792 ) createVehicle ( 412, 176+math.random(5,10), 2508+math.random(5,10), 16.02982711792 ) createVehicle ( 413, 176+math.random(5,10), 2508+math.random(5,10), 16.02982711792 ) i try this but he spawn car in one place i want spawn the car in this place and have space between each car ?? how i can do that? Link to comment
Paplo Posted August 20, 2013 Author Share Posted August 20, 2013 createVehicle ( 411, 176+math.random(5,10), 2508+math.random(5,10), 16.02982711792 ) createVehicle ( 412, 176+math.random(5,10), 2508+math.random(5,10), 16.02982711792 ) createVehicle ( 413, 176+math.random(5,10), 2508+math.random(5,10), 16.02982711792 ) i try this but he spawn car in one place i want spawn the car in this place and have space between each car ?? how i can do that? createVehicle ( 411, 176+math.random(1,40), 2508+math.random(1,40), 16.02982711792 ) This has worked Link to comment
Moderators IIYAMA Posted August 20, 2013 Moderators Share Posted August 20, 2013 math.random(-40,40) random from the center, Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now