Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local vocId = 200 -- AQUI ID DA VOC
- function onUse(cid, item)
- if getPlayerVocation(cid) == voc then
- return doPlayerSendTextMessage(cid, 22, "Parabéns você trocou de vocation")
- end
- doPlayerSetVocation(cid, voc)
- doPlayerSendTextMessage(cid, 22, "Você já tem essa vocation!")
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment