Jump to content

Em relação ao gui - INICIANTE


Recommended Posts

function ini()
	janela = guiCreateWindow(1063, 243, 235, 323, "test", false)
	btn = guiCreateButton(71, 76, 101, 44, "ABRIR", false, janela)
end

addCommandHandler("o",ini)

Eu não consigo abrir o gui de jeito nenhum , mesmo usando o guiSetVisible dentro da função e nada ! alguém pode me ajudar?

me retorna o seguinte erro no console

attempt to call global 'guiCreateWindow'  (a nil value)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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