Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onLogin(cid)
- if isPremium(cid) then
- doPlayerSetExperienceRate(cid, 1.2)
- doPlayerSetSkills(cid, 1.2)
- doPlayerSetMagicRate(cid, 1.2)
- doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You are premium, enjoy 20% extra experience, skills and magic level rates.")
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment