• 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!

Epic help

bygos

New Member
Joined
Feb 4, 2009
Messages
10
Reaction score
0
chce zrobic druga promocje i znalazłem juz cos takiego na forum:

function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerPromotionLevel(cid) == 1 then
doPlayerSetPromotionLevel(cid, 2)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You are now a " ..getPlayerVocationName(cid).. "!")
end
return true
end

tylko co dalej z tym czynic ??
 
Back
Top