Paplo Posted August 20, 2013 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?
Paplo Posted August 20, 2013 Author 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
Moderators IIYAMA Posted August 20, 2013 Moderators Posted August 20, 2013 math.random(-40,40) random from the center, Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
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