Nome: Thunder ModsDescrição: Mods for thunder OtAutor: Eduardo Vicente (Banana Fight)Website: www.xtibia.com
Nova Versão 1.1
Novidade: Adicionado Walk WASD ( Ainda não esta 100% )
Foto
Download: https://mega.co.nz/#...3dkqhoQZ5ZgB70A
Instalação
Client/Mods
Arrumando um erro que cometi :
dentro do lua você procura por isso :
e deixa assim:
function toggle()if checkServerMod() == 'yes' thenif ThunderButton:isOn() thenThunderWindow:hide()ThunderButton:setOn(false)elseThunderWindow:show()ThunderButton:setOn(true)endendend
function toggle()if ThunderButton:isOn() thenThunderWindow:hide()ThunderButton:setOn(false)elseThunderWindow:show()ThunderButton:setOn(true)endend