iSmokee Posted October 4, 2014 Posted October 4, 2014 (edited) Hola como haría para que con el botón de close me saque la setCameraMatrix alguien me podría ayudar intente con destroyElement pero lo único que hacia es darme error function Button() if source == close then guiSetVisible(window,false) showCursor( false ) end end addEventHandler("onClientGUIClick",getRootElement(),Button) addEventHandler("onClientMarkerHit", marker, function (hitElement) if hitElement == localPlayer then guiSetVisible(window,true) showCursor(true) setCameraMatrix( 2858.7507324219, -2167.6987304688, 796.52850341797, 2859.4787597656, -2167.0390625, 796.34240722656) end end ) Edited October 4, 2014 by Guest
Tomas Posted October 4, 2014 Posted October 4, 2014 function Button() if source == close then guiSetVisible(window,false) showCursor( false ) setCameraTarget(localPlayer) end end addEventHandler("onClientGUIClick",getRootElement(),Button) addEventHandler("onClientMarkerHit", marker, function (hitElement) if hitElement == localPlayer then guiSetVisible(window,true) showCursor(true) setCameraMatrix( 2858.7507324219, -2167.6987304688, 796.52850341797, 2859.4787597656, -2167.0390625, 796.34240722656) end end ) Si lo vendes quiero el 99% + IVA
iSmokee Posted October 4, 2014 Author Posted October 4, 2014 LOL era eso yo puse eso de setCameraTarget pero puse source :v Gracias Tomas igual :v y se que lo que hice estube mal pero bueno solo quería un poco de dinero jajajaja si tu me perdonas amigos de vuelta
Recommended Posts