Advertisement
KananGamer

[TFM-LUA] Deixar Chat Alinhado no Centro

May 6th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. ui.addTextArea(1,'<a href="event:active">ativar', nil, 5, 26, 0, 0, 1, 1, 1, true)
  2.  
  3. function eventTextAreaCallback(id, name, ref)
  4.         if ref == 'active' then
  5.             print("\n<p align='center'><ROSE><B>• [Server]</B> Ativado.</a>")
  6.         end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement