beeki

Bonus VIP by Beeki

May 28th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. function onLogin(cid)
  2.     if isPremium(cid) then
  3.         doPlayerSetExperienceRate(cid, 1.2)
  4.         doPlayerSetSkills(cid, 1.2)
  5.         doPlayerSetMagicRate(cid, 1.2)
  6.         doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You are premium, enjoy 20% extra experience, skills and magic level rates.")
  7.     end
  8.  
  9.    return true
  10. end
Advertisement
Add Comment
Please, Sign In to add comment