Advertisement
kirkarr

Untitled

Apr 9th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. interval(125) Z+=10
  2. if(State==1){
  3. P = propSpawn("models/sprops/rectangles/size_84/rect_84x84x3.mdl",E:pos()+vec(X*85,Y*85,5000),1)
  4. P:setColor(hsv2rgb(X*15+Y*15,1,1))
  5. P:setMaterial("models/debug/debugwhite")
  6. if(P!=noentity()){Platforms:pushEntity(P)}
  7. X++
  8. if(X>=Size){
  9. X=-Size
  10. Y++
  11. }
  12. if(Y>=Size){
  13. State = 0
  14. concmd("say [<r=MIXGAME>] Building finished! Fast seat to the chair! The chair will disappear after 8 seconds!")
  15. timer("fall",5000)
  16. timer("chairstop",8000)
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement