Jamzitox
ImperiUs Online
What I want to modify this script and putting it into vocation 0
Script
you add this and what changes is the promotion of 2
I want to change the promotion at 0 rather than putting someone knows how 2 have to do?
Script
Code:
if getPlayerVocation(cid) == 5 or getPlayerVocation(cid) == 9 then
doPlayerSetVocation(cid, getPlayerVocation(cid)+4)
doPlayerSetPromotion(cid, getPlayerPromotion(cid)+1)
end
you add this and what changes is the promotion of 2
Code:
setPlayerPromotionLevel(cid, getPlayerPromotionLevel(cid) + 1)

I want to change the promotion at 0 rather than putting someone knows how 2 have to do?