AlvareZ_ Posted January 27, 2013 Author Share Posted January 27, 2013 Solucionado al 100% muchas gracias a todos por su ayuda Xperia, Fran, solid =) Link to comment
AlvareZ_ Posted January 27, 2013 Author Share Posted January 27, 2013 q debo usar para q el panel la gui tarde un poco cuando el jugador muera? Link to comment
Xperia Posted January 27, 2013 Share Posted January 27, 2013 Puedes usar: setTimer OnClientPlayerWasted Link to comment
AlvareZ_ Posted January 27, 2013 Author Share Posted January 27, 2013 y para q ar dale a algun team por ejemplo Los Santos > Police salga la camara en tal sitio ? Link to comment
AlvareZ_ Posted January 27, 2013 Author Share Posted January 27, 2013 tengo el setTimer de esta manera: addEventHandler ( "onClientPlayerWasted", localPlayer, function ( ) guiSetVisible ( ventana , true ) guiSetVisible ( spawn_button , true ) guiSetVisible ( info , true ) setTimer(ventana,3000,1,source) showCursor ( true ) end ) q esta saliendo mal? ps esta en clienside y asi el serverside de la camara q no me anda tampoco: function spawnMexi ( cityName, teamName, skinName ) if ( teamName == "Mexicans" and skinName == "Mexicans 1" ) then setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) Link to comment
Castillo Posted January 27, 2013 Share Posted January 27, 2013 addEventHandler ( "onClientPlayerWasted", localPlayer, function ( ) setTimer ( guiSetVisible, 3000, 1, ventana , true ) guiSetVisible ( spawn_button , true ) guiSetVisible ( info , true ) showCursor ( true ) end ) Que es lo que pasa con la camara? Link to comment
AlvareZ_ Posted January 27, 2013 Author Share Posted January 27, 2013 osea el gui lo tengo con una setCameraMatrix de fondo osea al cargar el script pero al darle Mexicans no se cambia a las otras coordenadas Link to comment
Xperia Posted January 27, 2013 Share Posted January 27, 2013 ¿Quitaste el otro "setCameraMatrix"? Link to comment
Castillo Posted January 27, 2013 Share Posted January 27, 2013 Sigo sin entender el problema de la camara. Link to comment
AlvareZ_ Posted January 27, 2013 Author Share Posted January 27, 2013 el spawn lo puse con un setCameraMatrix atras osea un fondo con la gui y lo q quiero es q tu al darle del team mexicans se cambie la posicion de la camara dependiendo del team ps Link to comment
Recommended Posts