V1RU5 Posted August 28, 2019 Share Posted August 28, 2019 estou fazendo um script de trabalho mas o valor desta função esta dando nil, fiquei horas revisando o script e n achei o erro. function fecharpainel (_,state) if painel == true then if state == "down" then if ( isCursorOnElement (947, 191, 22, 24)) then removeEventHandler("onClientRender", root, paineldx) showCursor (false) painel = false end end end end addEventHandler ("onClientClick", root, fecharpainel) no debug está aparecendo isso " attempt to call global 'isCursoOnElement' (a nil value) se alguém poder me ajudar agradeço. Link to comment
juaosilv Posted August 28, 2019 Share Posted August 28, 2019 Procura no arquivo a função chamada isCursoOnElement e manda aqui pra gente vê. Link to comment
Other Languages Moderators Lord Henry Posted August 28, 2019 Other Languages Moderators Share Posted August 28, 2019 isCursorOnElement é uma função útil, você precisa declarar o código-fonte dela pra funcionar. 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