Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local tabela = {
  2. [3] = "juubi",
  3. [4] = "kyuubi",
  4. [5] = "hachibi"
  5. }
  6.  
  7.  
  8. function onLook(cid, thing, position, lookDistance)
  9. if isPlayer(thing.uid) then
  10. local type = getPlayerStorageValue(thing.uid, 89745)
  11. local tabela = getPlayerStorageValue(thing.uid, 1234255)
  12. doPlayerSetSpecialDescription(thing.uid, "\n "..(getPlayerSex(cid) == 0 and "She" or "He").." are "..(type < 0 and "Shinobi" or type == 1 and "Genin" or type == 2 and "Chunin" or type == 3 and "Jounin" or type == 4 and "Anbu" or type == 5 and "Sennin" or type == 6 and "Akatsuki Member"))
  13. doPlayerSetSpecialDescription(thing.uid, "\n "..(getPlayerSex(cid) .." Jinchuuriki " ..tonumber((tabela[3] and tabela[4] or tabela [5]))))
  14. end
  15. return true
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement