MTA Team 0xCiBeR Posted April 22, 2013 MTA Team Share Posted April 22, 2013 Alguien sabe como puedo obtener la posicion dando click o algo, de el cliente...? Para saber posicionar un logo? Gracias Link to comment
AlvareZ_ Posted April 22, 2013 Share Posted April 22, 2013 Usando el gui editor y creando cualquier cosa en el lugar. Bueno así lo uso yo cuando es imagen Link to comment
MTA Team 0xCiBeR Posted April 22, 2013 Author MTA Team Share Posted April 22, 2013 pues no hay ninguna herramienta? ._. Link to comment
Alexs Posted April 22, 2013 Share Posted April 22, 2013 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
MTA Team 0xCiBeR Posted April 22, 2013 Author MTA Team Share Posted April 22, 2013 no pasa nada... Link to comment
Alexs Posted April 22, 2013 Share Posted April 22, 2013 Estuve probando y al parecer solo funciona al clickear sobre un GUI Link to comment
Recommended Posts