Alexs Posted June 2, 2012 Share Posted June 2, 2012 Hola a Todos, trabajo en un GUI y tengo un problema: Aca esta la creacion del Window: EstilosW = guiCreateWindow(0.1338,0.1767,0.7237,0.5417,"Escuela de Estilos de Pelea",true) guiSetVisible ( estilosW, false ) y esto es el marcador: function abrirTienda (hitPlayer) if ( hitPlayer == localPlayer ) then guiSetVisible ( estilosW, true ) showCursor (true) end end addEventHandler ("onClientMarkerHit", markfs, abrirTienda) todo funciona, pero al entrar me dice que el argumento 1 deberia ser un GUI-Element y luego "got nil" y al tocar el marcador dice lo mismo sobre la funcion de abajo, que esta mal? Link to comment
Castillo Posted June 2, 2012 Share Posted June 2, 2012 estilosW Tu argumento es: EstilosW Son diferentes en algo. Link to comment
Alexs Posted June 2, 2012 Author Share Posted June 2, 2012 Gracias, ya lo note, un error tan estupido Mil Gracias Link to comment
Recommended Posts