ali Posted October 24, 2012 Posted October 24, 2012 (edited) deleted Edited October 24, 2012 by Guest LUA Scripter [Tut]How to add maps using in-game script editor [Tut]How to get a hosted MTA Sa Server for free
Castillo Posted October 24, 2012 Posted October 24, 2012 You must make a table with coordinates, then get a random one using: math.random San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
ali Posted October 24, 2012 Author Posted October 24, 2012 cant understand still LUA Scripter [Tut]How to add maps using in-game script editor [Tut]How to get a hosted MTA Sa Server for free
Castillo Posted October 24, 2012 Posted October 24, 2012 Example: coordinates = { { 0, 0, 0 }, { 0, 0, 5 }, { 0, 0, 10 }, } x, y, z = unpack ( coordinates [ math.random ( #coordinates ) ] ) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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