Ir para conteúdo

!online Mostrando Life/mana Dias Premium!


Subwat

Posts Recomendados

 

local config = {
showGamemasters = getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand'))
}

function getResets(cid)
resets = getPlayerStorageValue(cid,2310)
if resets < 0 then
resets = 0
end
return resets
end

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
po = getPlayerPosition(pid)
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)..": [HP:"..getCreatureHealth(pid).."/".. getCreatureMaxHealth(pid) .."] [MP:"..getPlayerMana(pid).."/".. getCreatureMaxMana(pid) .."] [".. getPlayerPremiumDays(pid) .." P. Days] [Pos: x="..po.x.." y="..po.y.." z="..po.z.."]\n"
i = i + 1
added = true
else
added = false
end
end

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, (i - 1) .. " On:")
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

 

Pronto, em 1 minuto fiz isso, mas, tenho a necessidade de postar algo tão básico assim? Não seria melhor eu esperar algo maior pra postar? Qual é vey, se liga.

Link para o comentário
Compartilhar em outros sites

Muito simples adicionar só o "..getCreatureMaxHealth(cid).." e o "getCreatureMaxMana(cid).." né ? :\

n é cid a variavel q ta usando lá, é pid
Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...