Advertisement
Henki

معلومات اللاعب [سكريبت]

Apr 4th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. ui.addPopup(0, 2, "name", name, 340, 167, 100, true)
  2. function eventPopupAnswer(id, n, answer)
  3. id=tfm.get.room.playerList[n].id
  4. tribeName=string.sub(tfm.get.room.playerList[n].tribeName,1,1):upper() .. string.sub(tfm.get.room.playerList[n].tribeName,2):lower()
  5. community=string.upper(tfm.get.room.playerList[n].community)
  6. for n in next, tfm.get.room.playerList do
  7. if answer== n then
  8. print("<j>================================</j>\n<rose>ID : "..id.."</rose>\n<rose>TribeNM : "..tribeName.."</rose>\n<rose>community : "..community.." </rose><j>\n================================ </j>")
  9.    end
  10.  end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement