I don't know what else to do , i tried define , but i receive it
edit :
function returnLoginAjax(email, password)
account = callRemote("http://portalgamer.net.br/admin/sources/base/mta.php?acao=login", returnLoginAjax, email, password)
if account == "true" then
outputChatBox ( "mt bem", getRootElement(), 255, 255, 255, false )
else
outputChatBox ( "mt mal", getRootElement(), 255, 255, 255, false )
end
end
addEvent("submitLogin", true)
addEventHandler("submitLogin", root, returnLoginAjax)
and chat show ''mt mal'' ( account wrong ) , debug don't show erros , some error?