Guest User

Untitled

a guest
Mar 8th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local vocId = 200 -- AQUI ID DA VOC
  2.  
  3. function onUse(cid, item)
  4.     if getPlayerVocation(cid) == voc then
  5.         return doPlayerSendTextMessage(cid, 22, "Parabéns você trocou de vocation")
  6.     end
  7.     doPlayerSetVocation(cid, voc)
  8.     doPlayerSendTextMessage(cid, 22, "Você já tem essa vocation!")
  9.     return true
  10. end
Advertisement
Add Comment
Please, Sign In to add comment