Jump to content

Ayuda posicion


0xCiBeR

Recommended Posts

Si quieres conseguir la posición de donde clickeaste, prueba esto:

addEventHandler( "onClientClick", localPlayer, 
      function( butn, stt, x, y ) 
         if butn == "left" then 
           if stt == "down" then 
             local txt = tostring(x)..", "..tostring( y ) 
              outputChatBox( txt..". (Copied to Clipboard)" ) 
              setClipboard ( txt ) 
           end 
        end 
      end 
) 

Link to comment
  • Recently Browsing   0 members

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