-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 0 answers
- 722 views
-
- 0 replies
- 471 views
-
- 1 reply
- 1373 views
-
- 0 replies
- 1319 views
-
- 0 replies
- 672 views
-
Question
Noninhouh 118
É o seguinte, quando um player fala !rank, aparece os maiores leveis do ot... Mas disso vcs ja sabem
O meu cha de GOD é lvl 1, mais tem poucos players online no ot. Queria saber se teria como fazer para todos os players que forem:
Group 4 ou +
Acess 3 ou +
Que são os gms, cms, e gods não aparececem no rank...
Script que eu uso:
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, channel)
local msg = string.lower(param)
if ranks[msg] ~= nil then
str = getHighscoreString((ranks[msg][1]))
else
str = getHighscoreString((8))
end
doPlayerPopupFYI(cid, str)
return TRUE
end
Quem ajudar dou REP++
Link to comment
https://xtibia.com/forum/topic/197921-staff-aparece-no-rank/Share on other sites
1 answer to this question
Recommended Posts