Alexs Posted June 15, 2012 Share Posted June 15, 2012 Hola a Todos, Mi problema en este script es que la Consola no Dice nada y el Debugscript Tampoco, pero no funciona el guisetVisible, Que podria estar mal? Client: function onloginc ( ) guiSetVisible (windowscoje, true ) guiSetVisible (butpj, true ) end addEvent( "dejarscojer", true ) addEventHandler( "dejarscojer", getRootElement(), onloginc ) Server: function alentrars ( ) triggerClientEvent ( source, "dejarscojer", source ) setCameraMatrix(source, 1984.5999755859, -3915, 28.39999961853, 1979, -3921.5, 29.799999237061) end addEventHandler("onPlayerLogin", getRootElement( ), alentrars ) Gracias de Antemano. Link to comment
iFoReX Posted June 15, 2012 Share Posted June 15, 2012 mm si pusieras tu codigo completo te podria ayudar porque esos codigos estan bien. Link to comment
TwiX! Posted June 15, 2012 Share Posted June 15, 2012 server function alentrars ( ) triggerClientEvent ( "dejarscojer", source ) setCameraMatrix(source, 1984.5999755859, -3915, 28.39999961853, 1979, -3921.5, 29.799999237061) end addEventHandler("onPlayerLogin", getRootElement( ), alentrars ) Link to comment
Alexs Posted June 15, 2012 Author Share Posted June 15, 2012 Ya lo hice funcionar, tenia mal un boolean y a tu codigo le falta 1 argumento, asi todos lo verian, no solo ese user especifico Link to comment
Recommended Posts