Bruno R dos Santos Posted November 15, 2021 Share Posted November 15, 2021 (edited) estou com um painel dx aqui, e na hora que vou digitar algo que contem as letras "T", "M" e "U" abre o chat do RP que estão bindadas nessas teclas, eu lembro que há uma forma de bloquear isso no client enquanto o painel dx está aberto, como é? eu tentei dessa maneira, adicionando o guisetvisible e o setimput, e não consegui function abrir (_,state) if painel == true then if state == "down" then if isCursorOnElement(639, 403, 104, 35 ) then if guiGetText(edit) == "alto" then guiSetInputEnabled(true) -- ocultar a janela e todos os componentes guiSetVisible(abrir, true) triggerServerEvent ("abrir", localPlayer) removeEventHandler ("onClientRender", root, painela) showCursor (false) painel = false guiSetVisible(edit, false) else outputChatBox ('[ ATENÇAO ] - Senha incorreta') end end end end end addEventHandler ("onClientClick", root, abrir) Edited November 15, 2021 by Bruno R dos Santos Link to comment
Other Languages Moderators Lord Henry Posted November 16, 2021 Other Languages Moderators Share Posted November 16, 2021 Código ilegível, indente o código. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now