Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. tfm.exec.setNameColor("Vosir#0000", 0x3EFF00)
  2. tfm.exec.setUIMapName("DIOSES <font color = '#FFFFFF'>Vamos Ganen!")
  3. tfm.exec.setNameColor("Imark6#6839", 030303)
  4. for _, p in next, {"Emily14#2376","Cousinyt#0000","Diosvosir#0000","Angely95#0000","Tmdxd#5571","Tatiana_chan#0000"} do tfm.exec.setNameColor(p, 0xFFE300) end
  5. ui.addTextArea(0, "<a href='event:open'>Click</a>\n", nil, 5, 25, 10, 10, 1, 1, .7, true)
  6. eventTextAreaCallback = function(i, p, c)
  7. if c == "open" then
  8. ui.addTextArea(1, "<a href='event:close'>Close</a>\n", nil, 5, 50, nil, nil, 1, 1, .7, true)
  9. elseif c == "close" then
  10. ui.removeTextArea(1, p)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement