Ir para conteúdo

Future

Membro
  • Registro em

  • Última visita

Tudo que Future postou

  1. Future postou uma resposta no tópico em Suporte Tibia OTServer
    @Mateus Lagasse 17:03 Reloaded movements. 17:03 Bem-vindo(a)! 17:03 Bem-vindo(a)! Pra você ver que aqui está funcionando. A mensagem aparece no Local Chat.
  2. Future postou uma resposta no tópico em Suporte Tibia OTServer
    @Mateus Lagasse Acabei de testar e funcionou!
  3. Future postou uma resposta no tópico em Suporte Tibia OTServer
    function onStepIn(player, item, position, fromPosition) if not player:isPlayer() then return true end if player:getLevel() > 1 then player:getPosition():sendMagicEffect(36) player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Bem-vindo(a)!") end return true end
  4. @Mateus Lagasse function onSay(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false end if param == '' then player:sendCancelMessage('Digite algo para ser publicado em seu site.') player:getPosition():sendMagicEffect(3) else player:sendTextMessage(MESSAGE_INFO_DESCR, 'Sua publicação foi enviada com sucesso!') db.query("INSERT INTO `z_news_tickers` (`date`, `author`, `image_id`, `text`, `hide_ticker`) VALUES ('".. os.time() .."', '1', '0', '".. param .."', '0');") end return false end <talkaction words="/post" separator=" " script="addpost.lua" />

Informação Importante

Confirmação de Termo