Felipinho

Untitled

Mar 3rd, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local config = {
  2. msgs = "Parabens, voce obteve double exp!."
  3.   }
  4. local rates = 2
  5.  
  6. -- End Configs --
  7. function onUse(cid, item, frompos, item2, topos)
  8.     if isPremium(cid) and doPlayerRemoveMoney(cid, 2000) == TRUE then
  9.         doPlayerSetMagicRate(cid, rates*60)
  10.             doPlayerPopupFYI(cid, config.msgs)
  11.      end
  12. return TRUE
  13. end
Advertisement
Add Comment
Please, Sign In to add comment