Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function textAreaColor()
- return "0x" .. string.format("%X", math.random(0x000000, 0xFFFFFF))
- end
- timer = 0;
- function eventLoop()
- timer = timer + 1 / 2;
- if (timer == 0.5) then
- ui.addTextArea(1,"<font color='#ffffff' size='22'>ola juapos</font> <br><font color='#000000' size='22'>ola juapos</font>", NIL,"340","100","200","200", textAreaColor(), textAreaColor())
- timer = 0;
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement