Advertisement
RoksasNunes

Viplogin

Apr 22nd, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local cfg = {
  2.     rate = 2.0 -- Rate
  3. }
  4.  
  5. function onLogin(cid)
  6.  
  7. if not isPremium(cid) then return true end
  8.  
  9. doPlayerSetExperienceRate(cid, getPlayerExtraExpRate(cid) + cfg.rate)
  10.     return true
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement