Ir para conteúdo

xdwilliam

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    xdwilliam deu reputação a luangop em Tornar Script para premmy   
    Testa ai..
    function onSay(cid, words, param) if not isPremium(cid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Only Premium users can do that.") return true end if getPlayerStorageValue(cid, AUTO_LOOT_STORAGE) == -1 then registerCreatureEvent(cid, "AutoLootMoney") setPlayerStorageValue(cid, AUTO_LOOT_STORAGE, 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Auto Loot Money activated! There's a tax of "..AUTO_LOOT_TAX.."% of the collected money.") else unregisterCreatureEvent(cid, "AutoLootMoney") setPlayerStorageValue(cid, AUTO_LOOT_STORAGE, -1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Auto Loot Money deactivated!") end return true end  
  2. Gostei
    xdwilliam deu reputação a William Ferreira em (Resolvido)Npc addons 8.6 tipo global   
    Peguei um aqui e editei, dexei em português as falas do npc, testei no tfs 1.0 funcionou 100%
     
    npcs/Varkhal.xml



     
    npcs/scripts/Addon.lua



     
    Funcionamento:



    Se Gostou deixe aquele     .
     

Informação Importante

Confirmação de Termo