Bean Posted August 26, 2013 Share Posted August 26, 2013 If you still need an alternative way to do this: Go to http://www.convertffs.com then convert your .map file to MTA createObject. Place that converted code into a table then set the dimension of all of the objects to 50, here's an example. objects = { createObject( 123, 0, 0, 0 ), createObject( 321, 0, 0, 0 ) } for k, v in pairs( objects ) do setElementDimension( v, 50 ) end 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