Advertisement
Guest User

Koallh marica2

a guest
Apr 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for t=0,1000*math.pi,0.05 do
  2. x=(16*math.sin(t)^3)*10+400
  3. y=(13*math.cos(t)-5*math.cos(2*t)-2*math.cos(3*t)-math.cos(4*t))*10+200
  4. y=400-y
  5. tfm.exec.addShamanObject(2,x,y)
  6. end
  7.  
  8. ui.addTextArea(0, [[<bl><TI>Creador: Matiagim]], p, 300, 84, 201, 60, 0x000, 0xfefefe, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement