Jump to content

Lowering Maps


John877

Recommended Posts

hmm, or little script can do this (but you won't see it in map editor):

  
addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), function() 
  objects = getElementsByType("object", getResourceRootElement(getThisResource())) 
  for key, val in ipairs(objects) do 
    local xx,yy,zz = getElementPosition(val) 
    setElementPosition(val, xx,yy,zz - 5) 
  end 
end) 
  

this wont lower spawnpoints/pickups/etc anyway.

maybe i will make a simple page for mass moving all elements in map file using specified vector.. ?

Link to comment

it wasnt a trust issue it was that i didnt have permission to give out the map to anyone else. plus having someone else do the work doesnt help me for if i needed to do more maps than the one, which i did end up needing to do.

also due to the rank labels here i didnt know you were a forum moderator. so sorry about that part :D

also didnt mean to appear to be a hit n runner on the forums here but i just knew what i was looking for and seen it here and i only posted cause the old links no longer worked.

I am not aware of there being any "beef" between SAMP and MTA but it wasnt my intention to appear as though i was "just using MTA for SAMP".

as to trusting a "random exe file somebody sent" i scanned it at virustotal first. im not that dumb :D

Zaya-Z thanks for the link.

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...