beeki

Add vocações VIP

May 28th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. if isPremium(cid) and (isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then  
  2. doPlayerSetVocation(cid, getPlayerVocation(cid)+4)  
  3. elseif not isPremium(cid) and (isInArray({9, 10, 11, 12}, getPlayerVocation(cid))) then  
  4. doPlayerSetVocation(cid,getPlayerVocation(cid)-4)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment