Jump to content

Ayuda setCameraMatrix


Anyelberth

Recommended Posts

Me Da Lo Mismo...

Mira..

Cuando Por Ejemplo Coloco Esto: setCameraMatrix(thePlayer, 97.400001525879, 1940.6999511719, 27.700000762939, 2226.000457, 0, -800)

En Panel/Resources y le ejecuto.. sale la ubicación.

Pero Cuando Lo Ejecuto Con Esto:

addEventHandler("onClientGUIClick", Vista1, Camara1, false) 

function Camara1(source) 
setCameraMatrix(source, 97.400001525879, 1940.6999511719, 27.700000762939, 2226.000457, 0, -800) 
  

La Cámara Spawea En Otro Lugar Cerquita De La Zona 0.

Por Ejemplo Cuando Ejecute el script (me llevo a serca de la zona 0) y luego Coloque lo que me mando Alex:

crun local x, y, z, lx, ly, lz = getCameraMatrix() setClipboard( x..", "..y..", "..z..", "..lx..", "..ly..", "..lz ) 

Obtuve Esta Ubicación: "0, 97.400001525879, 1940.6999511719, 27.700000762939, 2226.0004882813, 0"...

Link to comment
  • Recently Browsing   0 members

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