Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if isPremium(cid) and (isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then
- doPlayerSetVocation(cid, getPlayerVocation(cid)+4)
- elseif not isPremium(cid) and (isInArray({9, 10, 11, 12}, getPlayerVocation(cid))) then
- doPlayerSetVocation(cid,getPlayerVocation(cid)-4)
- end
Advertisement
Add Comment
Please, Sign In to add comment