Advertisement
randy336

Buff Command

Oct 20th, 2012
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. -- Made by Ghostcrawler 336
  2. -- Made for ac-web.org
  3.  
  4. function Buffcommand(event, pPlayer, message, type, language)
  5.     if(message == ".buff") then
  6.     pPlayer:AddAura(48162, 3000000)
  7.     pPlayer:AddAura(48074, 3000000)
  8.     pPlayer:AddAura(48170, 3000000)
  9.     pPlayer:AddAura(43223, 3000000)
  10.     pPlayer:AddAura(36880, 3000000)
  11.     pPlayer:AddAura(467, 3000000)
  12.     pPlayer:AddAura(48469, 3000000)
  13.     pPlayer:PlayerSendChatMessage(1, 0, "You've been buffed!")
  14.     return false
  15.     end
  16. end
  17. RegisterServerHook(16, "Buffcommand")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement