dxWindowGetCloseState(element)
loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) win = dxWindow(251, 21, 250, 300, 'Window DEMO', true, true) bindKey('k', 'down', function() outputChatBox('El boton de cerrado esta '..(dxWindowGetCloseState( win ) and 'visible' or 'oculto')) end )
Curso Programacion en LUA para MTA
Aprende a programar desde 0 hasta avanzado
con ejercicios practicos para mejorar tus habilidades