function ini()
wnd = guiCreateWindow(1063, 243, 235, 323, "test", false)
btn = guiCreateButton(71, 76, 101, 44, "open", false, wnd)
end
addCommandHandler("o",ini)
I can't open the gui at all, even using guiSetVisible inside the function and nothing! Can someone help me?
returns me the following error on the console :
attempt to call global 'guiCreateWindow' (a nil value)