Alexs Posted June 15, 2012 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. Developer @ MYVAL
iFoReX Posted June 15, 2012 Posted June 15, 2012 mm si pusieras tu codigo completo te podria ayudar porque esos codigos estan bien. elMota/elFoReX De Vuelta En MTA *---------* Cuenta De Youtube En La Que Subo Tutoriales Acerca De MTA :3 https://www.youtube.com/user/KillersGPs
TwiX! Posted June 15, 2012 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 ) - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
Alexs Posted June 15, 2012 Author 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 Developer @ MYVAL
Recommended Posts