Ir para conteúdo

Líderes

Conteúdo Popular

Exibindo conteúdo com a maior reputação em 11/22/18 em todas áreas

  1. 1 ponto
    BOM PESSOAL ESTOU COM UMA POKE BAR QUE E POR FOTOS ICONS IMAGENS DO PROPRIO CLIENT ENVEZ DE COLOCA POR IMAGENS QUERIA QUE FOSSE POR PORTRAIT DO ITEM.xml... PROCUREI EM ALGUNS LUGARES E VI QUE ISSO PODER SER CONFIGURADO EM /LIB/COOLDOWN BAR QUERIA ADAPTAR MEU COOLDOWN BAR PARA VER AS PORTRAITS DO POKEMON DO QUE OS ICONS DO CLIENT... EXPLICANDO MELHOR QUERO ADAPTA MEU COOLDOWN BAR ´PARA VER POR PORTRAIT DOS POKEMONS AO ENVEZ DAS FOTINHAS QUE FICAM NA PROPRIA POKE BAR DO CLIENT' SEGUIR A FOTO DA ATUAL POKE BAR POKE BAR QUE SERIA POR PROTRAIT E MAIS CUSTOMIZADA SERVIDOR QUE RETIREI A FOTO FOI PokeChampions ADM SHADY
  2. adicionar storage ao player

    wevertonvrb reagiu a Vodkart por uma resposta no tópico

    1 ponto
    function onSay(cid, words, param) local t = string.explode(param, ",") if(not t[2]) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.") return true end local tid = getPlayerByNameWildcard(t[1]) if not tid and not getPlayerGUIDByName(t[1]) then doPlayerSendCancel(cid, "Você deve digitar um Nome Válido.") return true end if tid then setPlayerStorageValue(tid, t[2], t[3]) else local Guid = getPlayerGUIDByName(t[1]) local Query = db.getResult("SELECT `value` FROM `player_storage` WHERE `player_id` = ".. Guid .." AND `key` = ".. t[2]) if (Query:getID() ~= -1) then db.executeQuery("UPDATE `player_storage` SET `value` = "..t[3].." WHERE `player_id` = ".. Guid .." AND `key` = "..t[2]) else db.executeQuery("INSERT INTO `player_storage` (`player_id`, `key`, `value`) VALUES (" .. Guid .. ", " .. t[2] .. ", " .. t[3] .. ");") end end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Storage mudada com sucesso.") return true end
  3. adicionar storage ao player

    Vodkart reagiu a wevertonvrb por uma resposta no tópico

    1 ponto
    @Vodkart obrigado pela atenção. o script continua dando a storage a apenas players online caso o player esteja offline esta dando este erro
Líderes está configurado para São Paulo/GMT-03:00

Informação Importante

Confirmação de Termo