Cheesecaked

Prop Test

Aug 28th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. @name Prop Test
  2. @inputs Button WL:wirelink
  3. @outputs
  4. @persist N:number Vec2:vector2 Vec:vector Vec4:vector4 Ang:angle Ent:entity Array:array
  5. @persist String:string Table:table Ranger:ranger Wirelink:wirelink
  6. @trigger Button
  7. @model models/hunter/blocks/cube025x025x025.mdl
  8.  
  9. #interval(10)
  10. #if(first()){
  11. # runOnTick(1)
  12. # runOnChat(1)
  13. # runOnLast(1)
  14. #}
  15.  
  16. #vec2()
  17. #Array[1,entity]
  18. #Table["Test",number] = 1
  19. #Table[1,number] = 1
  20.  
  21. String = "E2 is fun"
  22. print(String)
  23.  
  24. if(Button == 1){
  25. #print("yes")
  26. }
  27.  
  28. if(last()){
  29. Prop = propSpawn("models/props_phx/mk-82.mdl",entity():pos(),1)
  30. Prop:propBreak()
  31. }
  32.  
Advertisement
Add Comment
Please, Sign In to add comment