Ir para conteúdo

Líderes

Conteúdo Popular

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

  1. Olá Treinadores (as) depois de bastante tempo sem postar algo venho trazer para vocês a base do OTPOKEMON AMV completa com source, old cliente estendido e etc. Foi feito algumas correções de erros e nada mais então total créditos ao criador do AMV. VAMOS PARAR DE ENROLAÇÃO E LET'S GO! Sistemas: Ocultar conteúdo [+] catch system [+] shiny system [+] moto system [+] bike system [+] pokedex, [+] 29 quest incluindo a pesadelo própria. [+] sem level system [+] vários system únicos [+] Mapa full Prints: Ocultar conteúdo Download SERVER, CLIENTE E SOURCE: DOWNLOAD DO SITE: SCAN: Ocultar conteúdo https://www.virustotal.com/#/file/c646e0ecd7802b3e167f84eb84fd4bd8f2a8e6b0546a27b90552838e66752491/detection OBS: o dono do servidor não tem direito de pedir para remover o link pois é algo de código aberto. LEIA MAIS SOBRE: https://opensource.org/licenses/MIT CRÉDITOS: ALEXY (LEK0T)
    3 pontos
  2. Marshmello

    Layout otPokemon AMV

    Fala Pessoal eu tenho um layout aqui , não vai me server a nada então estarei Postando pra vcs PRINTS Download Scan Base otPokemon AMV pra quem quiser Creditos : LEKOT pelo WEbSite como ele postou um meu, eu posto um dele tmbn ;D
    1 ponto
  3. Crypter

    [Encerrado] Script de efeito

    local text = {"TOP SEASON"} -- msg local time = 1 -- tempo para enviar a msg novamente local effects = {21, 2, 5, 11, 15, 19, 22, 28, 29, 33, 32, 35, 39, 53, 54, 78, 77} -- efeitos aleatorios que saiem local storage_quest,key = 3423423,1 -- storage da quest pra usar o comando local storage_OnOff = 3423424 -- storage que salva se ta ou não ativado local storage_exhaustion,time_exhaustion = 3423425,10 -- tempo para usar o comando novamente local function doSendMessageAndEffect(cid, position, loop) if getPlayerStorageValue(cid,storage_OnOff) == 0 then return end -- para de enviar caso desative doSendAnimatedText(position, text[math.random(#text)], math.random(255)) doSendMagicEffect(position, effects[math.random(#effects)]) if loop then addEvent(doSendMessageAndEffect,time*1000,cid, getThingPos(cid),true) end end function onSay(cid, words, param) if getPlayerStorageValue(cid, storage_quest) ~= key then return doPlayerSendCancel(cid, "You need a storage value.") -- msg caso não tenha a storage elseif exhaustion.check(cid, storage_exhaustion) then return doPlayerSendCancel(cid, "Wait ".. exhaustion.get(cid,storage_exhaustion) .." seconds.") end -- exhaustion.set(cid,time_exhaustion) -- if param == "on" then if getPlayerStorageValue(cid, storage_OnOff ) == 1 then return doPlayerSendCancel(cid, "You have already activated this.") end doSendMessageAndEffect(cid, getThingPos(cid), true) setPlayerStorageValue(cid, storage_OnOff, 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "You have successfully activated. To disable, talk /top off") elseif param == "off" then if getPlayerStorageValue(cid, storage_OnOff) == 0 then return doPlayerSendCancel(cid, "You can not disable this.") end setPlayerStorageValue(cid, storage_OnOff, 0) doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "You have successfully disabled. To activate, talk /top on") elseif (param ~= "on") or (param ~= "off") then doPlayerSendCancel(cid, "You can activate with the 'on' parameter and deactivate with the 'off'. Example /top on to enable ...") end return true end Caso sua dúvida foi solucionada, marque a melhor resposta para o tópico ser fechado.
    1 ponto
  4. Tungs

    [OPEN-SOURCE] otPokémon AMV Completo

    tem que configurar a database no config.lua
    1 ponto
Líderes está configurado para São Paulo/GMT-03:00
×
×
  • Criar Novo...