Advertisement
Guest User

Menu Anjo V/s Demonios

a guest
May 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1.  
  2. ui.addTextArea(1, "<a href='event:menu'><font color='#FFFFFF'>Menu</a></font>", name, 5, 375, 0, 0, 0x333333, 0x755017, 1, true)
  3. function eventTextAreaCallback(id,name,link)
  4.  
  5. if link == "menu" then
  6. ui.addTextArea(2, "<a href='event:menu1'><font color='#FFFFFF'>Ajuda</a></font>", name, 49, 375, 0, 0, 0x333333, 0x755017, 1, true)
  7. ui.addTextArea(3, "<a href='event:fecharmenu'><font color='#FFFFFF'>X</a></font>", name, 95, 375, 0, 0, 0x333333, 0x755017, 1, true)
  8. end
  9. if link == "fecharmenu" then
  10. ui.removeTextArea(2,name)
  11. ui.removeTextArea(3,name)
  12.  
  13. end
  14. if link == "fecharhelp" then
  15. ui.removeTextArea(4,name)
  16. ui.removeTextArea(5,name)
  17. end
  18. if link == "menu1" then
  19. ui.addTextArea(4,"<p align='center'><font color='#FFFFFF'> \n Bem vindo(a) Ao Minigame </a></font> <font color='#2F7FCC'> Anjo </a></font><font color='#FFFFFF'> V/s </a></font><font color='#CB546B'> Demônios.</a></font> \n<font color='#30BA76'>\n\n « Como jogar? » </a></font> <font color='#FFFFFF'>\n\nO jogo tem dois times, o time dos <font color='#2F7FCC'> Anjos</a></font><font color='#FFFFFF'> e o time dos <font color='#CB546B'>Demônios.</a></font><font color='#FFFFFF'> Ganha o time que sobreviver mais player's.\n<font color='#3DDAC7'>\n « Comandos » </a></font><font color='#FFFFFF'> \n\nPara tirar vida aperte<font color='#3DDAC7'> Espaço <font color='#FFFFFF'> para voar aperte a tecla <font color='#3DDAC7'>SHIFT<font color='#FFFFFF'> para correr aperta a tecla<font color='#3DDAC7'> Q. </a></font>\n\n\n",name, 130, 67, 500, 200, 0x333333, 0x755017, 1, true)
  20. ui.addTextArea(5,"<a href='event:fecharhelp'><font color='#FFFFFF'>X</a></font>",name, 640, 67, 0, 0, 0x333333,0x755017, 1, true)
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement