----------------------------------------- -- Script: Gerenciar Ba� -- Criador: Pedro Borges -- Skype: live:ppborges93 -- WhatsApp: +55 51 99507-8287 ----------------------------------------- -- true ativa o sistema, false desativa GerenciarBau_Ativado = true -- N�mero do packet usado no sistema GerenciarBau_Packet = 0x39 -- Index das imagens no LoadIamges.lua, caso tenha que mudar alguma index l�, mude aqui tamb�m GerenciarBau_Images = { [1] = 10569, [2] = 10570, [3] = 10571, [4] = 10572, [5] = 10573, [6] = 10574, } -- Textos usados no sistema GerenciarBau_Texts = {} GerenciarBau_Texts["Eng"] = { [1] = "Current Vault: %d of %d", [2] = " Lock/Unlock Vault ", [3] = " Change Vault ", [4] = " Buy Vault ", [5] = " Previous Vault ", [6] = " Next Vault ", [7] = "Vault Number:", [8] = "Fee:", [9] = "Zen", [10] = " Take Zen ", [11] = " Deposit Zen ", } GerenciarBau_Texts["Por"] = { [1] = "Ba� atual: %d de %d", [2] = " Trancar/Destrancar Ba� ", [3] = " Trocar Ba� ", [4] = " Comprar Ba� ", [5] = " Ba� Anterior ", [6] = " Pr�ximo Ba� ", [7] = "Informe o Ba�:", [8] = "Taxa:", [9] = "Zen", [10] = " Retirar Zen ", [11] = " Depositar Zen ", } GerenciarBau_Texts["Spn"] = { [1] = "Ba� atual: %d de %d", [2] = " Trancar/Destrancar Ba� ", [3] = " Trocar Ba� ", [4] = " Comprar Ba� ", [5] = " Ba� Anterior ", [6] = " Pr�ximo Ba� ", [7] = "Informe o Ba�:", [8] = "Taxa:", [9] = "Zen", [10] = " Retirar Zen ", [11] = " Depositar Zen ", }