• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Script HELP

Jamzitox

ImperiUs Online
Joined
May 30, 2008
Messages
245
Reaction score
0
Location
Venezuela/Margarita
What I want to modify this script and putting it into vocation 0

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)

modificar.jpg


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

Similar threads

  • Question Question
Replies
4
Views
289
Back
Top