Jump to content

help map dimension


Paplo

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...