RoksasNunes

VIP CHECK

Apr 17th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. function onSay(cid, words, param)
  2.  
  3.     if getPlayerPremiumDays(cid) < 1 then
  4.         doPlayerPopupFYI(cid, "Do not have Premium Account, Buy Now!")
  5.             return true
  6.         end
  7.  
  8.         doPlayerPopupFYI(cid, "You have "..getPlayerPremiumDays(cid).." premium days.")
  9.             return true
  10.         end
Add Comment
Please, Sign In to add comment