PawkoW

Hologram tickquota

May 21st, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. input wirelink EGP
  2. int I = 0
  3. while(I < 51)
  4. {
  5. if(canMakeHologram())
  6. {
  7. hologram H = hologram()
  8. H:setModel("cube")
  9. H:setColor(color(I,0,0))
  10. H:setPos(self():toWorld(vec((255/2-I)/2,0,10)))
  11. H:setScaleUnits(vec(0.5,10,1))
  12. I++
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment