Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interval(125) Z+=10
- if(State==1){
- P = propSpawn("models/sprops/rectangles/size_84/rect_84x84x3.mdl",E:pos()+vec(X*85,Y*85,5000),1)
- P:setColor(hsv2rgb(X*15+Y*15,1,1))
- P:setMaterial("models/debug/debugwhite")
- if(P!=noentity()){Platforms:pushEntity(P)}
- X++
- if(X>=Size){
- X=-Size
- Y++
- }
- if(Y>=Size){
- State = 0
- concmd("say [<r=MIXGAME>] Building finished! Fast seat to the chair! The chair will disappear after 8 seconds!")
- timer("fall",5000)
- timer("chairstop",8000)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement