Jump to content

erro bad argument


Recommended Posts

o debug acusa o erro Bad argument @ 'removeEventHandler' [expected function at argument 3, got boolean]

o script é esse 

function DeltaSCR_Abrir()
    if DeltaSCR_Painel == false then --// VERIFICANDO SE O PAINEL ESTÁ "FALSE"
        addEventHandler("onClientRender", getRootElement(), AbrirPainel) --// ONDE ESTÁ NOME DX, ALTERE PELO NOME DE SUA FUNÇÃO DX
        AbrirPainel = true --// ISTO É UMA VARIAVEL QUE VAI DECLARAR SE O PAINEL ESTÁ EM "FALSE" OU "TRUE" / VOCÊ DEVERÁ CRIÁ-LA COMO "FALSE"
    else --// SENÃO
        removeEventHandler("onClientRender", getRootElement(), AbrirPainel) --// ONDE ESTÁ NOME DX, ALTERE PELO NOME DE SUA FUNÇÃO DX
        AbrirPainel = false --// ISTO É UMA VARIAVEL QUE VAI DECLARAR SE O PAINEL ESTÁ EM "FALSE" OU "TRUE" / VOCÊ DEVERÁ CRIÁ-LA COMO "FALSE"
    end
end
addEvent ("openPainelEvent", true) --// AQUI O NOME DO EVENTO CHAMADO PELO SERVER
addEventHandler ("openPainelEvent", getRootElement(), DeltaSCR_Abrir) --// AQUI O EVENTO ESTÁ SENDO ADICIONADO

 

Edited by Eficiencia
Link to comment
  • DNL291 locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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