Ir para conteúdo
  • 0

Preciso de um !rank para OTX.


RulezKnight

Pergunta

3 respostass a esta questão

Posts Recomendados

tenta esse .

local ranks = {
['fist'] = {0},
['club'] = {1},
['sword'] = {2},
['axe'] = {3},
['distance'] = {4},
['shield'] = {5},
['fish'] = {6},
['magic'] = {7},
['level'] = {8},
}
function onSay(cid, words, param)
local msg = string.lower(param)
if ranks[msg] ~= nil then
str = getHighscoreString((ranks[msg][1]))
else
str = getHighscoreString((8))
end
doShowTextDialog(cid,6500, str)
return true
end
Link para o comentário
https://xtibia.com/forum/topic/230585-preciso-de-um-rank-para-otx/#findComment-1627785
Compartilhar em outros sites

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

×
×
  • Criar Novo...