Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input wirelink EGP
- int I = 0
- while(I < 51)
- {
- if(canMakeHologram())
- {
- hologram H = hologram()
- H:setModel("cube")
- H:setColor(color(I,0,0))
- H:setPos(self():toWorld(vec((255/2-I)/2,0,10)))
- H:setScaleUnits(vec(0.5,10,1))
- I++
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment