Jump to content

Que esta mal?


Alexs

Recommended Posts

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...