Jump to content

Hatredd

Members
  • Posts

    1
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 GBP 

Posts posted by Hatredd

  1. local BuffS = {}; --Spell Id's

    function Buff(event, player, message, Type, lang)
        if(message:lower() == "Buff")then    
            for _, v in ipairs(buffS)do
                player:AddAura(v, player)
                end
            player:SendBroadcastMessage("You Are Buffed !")
                end
            end
    end


    RegisterPlayerEvent(42, Buff)

    • Like 1
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use