[ Pedido ] Comando !online Para 0.3.6 !

rtibia
Por rtibia
em Lixeira Pública

rtibia

.:: Vip List ::.
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 08/12/09Posts: 0Char no Tibia: Guerreiro Lordy Devas

Quero Um Comando De !online Para Pega Na Versão 0.3.6 Do Tfs.

 

Obrigado Pela Sua Visita ao Topico

 

By : R-Tibia

playeres01.jpg

 

•Te Ajudei , Você Gostou Do Meu Trabalho Use Nosso Banner•

 

tibia02.png

http://img691.imageshack.us/img691/8870/tibia02.png

 

•TibiaStar & 2010

thaleees

Live, Live and Live
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 16/12/08Posts: 60

Aqui está:

local config = {

showGamemasters = getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand'))

}

 

function onSay(cid, words, param, channel)

local players = getPlayersOnline()

local strings = {""}

 

local i, position = 1, 1

local added = false

for _, pid in ipairs(players) do

if(added) then

if(i > (position * 7)) then

strings[position] = strings[position] .. ","

position = position + 1

strings[position] = ""

else

strings[position] = i == 1 and "" or strings[position] .. ", "

end

end

 

if((config.showGamemasters or getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES) or not getPlayerCustomFlagValue(pid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) and (not isPlayerGhost(pid) or getPlayerGhostAccess(cid) >= getPlayerGhostAccess(pid))) then

strings[position] = strings[position] .. getCreatureName(pid) .. " [" .. getPlayerLevel(pid) .. "]"

i = i + 1

added = true

else

added = false

end

end

 

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, (i - 1) .. " player(s) online:")

for i, str in ipairs(strings) do

if(str:sub(str:len()) ~= ",") then

str = str .. "."

end

 

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, str)

end

 

return true

end

 

 

Abraços.

Gostou do meu trabalho? Use meu fan bar:




Meu Open Tibia Server:



Hunted Server

www.HuntedServer.com.br

24 Hrs

Venha conheçer o maior otserv do Brasil!


--

13:00 Ogreonee [40]: como hago para encartar un small ruby?
13:01 ThaLeeeS [10]: tiene q hacer un boquete
13:01 Ogreonee [40]: como un boquete?

rtibia

.:: Vip List ::.
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 08/12/09Posts: 0Char no Tibia: Guerreiro Lordy Devas
Aqui está:

 

 

 

Abraços.

 

Não Pegou

playeres01.jpg

 

•Te Ajudei , Você Gostou Do Meu Trabalho Use Nosso Banner•

 

tibia02.png

http://img691.imageshack.us/img691/8870/tibia02.png

 

•TibiaStar & 2010

netflat15

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 10/11/09Posts: 9

Eu uso este que o thales disse, deve ser você que está fazendo coisa errada ou seu distro eh diferente...