Advertisement
SirMasters

Mapadd Text

Jan 13th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. "Entities" {
  2. "instant_trig"
  3. {
  4. "keyvalues"
  5. {
  6. "timer" "0.1"
  7.  
  8. "label" "RunLua"
  9. }
  10. }
  11.  
  12. "instant_trig"
  13. {
  14. "keyvalues"
  15. {
  16. "label" "spawn_shotgun"
  17. "islived" "Shotgun_buy"
  18. "noclear" "1"
  19. }
  20. }
  21.  
  22. }
  23.  
  24. "Entities:RunLua" {
  25. "lua" {
  26. "callfunc" "LoadedGame"
  27. }
  28. }
  29.  
  30. "Entities:spawn_shotgun" {
  31. "lua" {
  32. "callfunc" "spawn_shotgun"
  33. }
  34.  
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement