Advertisement
Unlocker001_TFM

Clock

Mar 19th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. x=400
  2. y=200
  3. function eventLoop()
  4. for i=1, 12 do
  5. ui.addTextArea(i, "<p align='center'><font color='#C20000'><b>"..i, nil, math.floor(60*math.sin(math.rad(i*30)))+x-15, math.floor(-60*math.cos(math.rad(i*30)))+y-10, 30, 20, 0, 0, 0, false)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement