jump.tf Forums
Welcome B)

tf_generic_bomb

200 · 5 · 1060

200

  • Intermediate
  • ***
    • Posts: 133
    • Frags: +0/-0
  • bind space hud_reloadscheme
    • View Profile
    • CFG.TF
I'm using a tf_generic_bomb to spawn pumpking bombs on my map (very useful by the way - they respawn instantly after being exploded unlike the regular valve-made pumpkins). They are being spawned by logic_auto OnMultiNewRound. This works in offline playing. But when I upload my map and try it on a jump server - they just don't spawn. Any ideas on how to fix this?
« Last Edit: April 03, 2017, 11:41:40 AM by 200 »


John

  • video games
  • Novice
  • **
    • Posts: 90
    • Frags: +421/-69
    • View Profile
OnMapStart might work instead of OnMultiNewRound. I need to try this generic_bomb out tho because it would be nice for some consistent pumpkin jumping :--)


Kendrick.

  • Proficient
  • ****
    • Posts: 359
    • Frags: +0/-0
    • View Profile
OnMapStart might work instead of OnMultiNewRound. I need to try this generic_bomb out tho because it would be nice for some consistent pumpkin jumping :--)

YOU STILL MAKING MAP? :-X
Boom Boom


HyperDan

  • Advanced
  • *****
    • Posts: 807
    • Frags: +0/-0
  • Retired Jumper; 2014-2021
    • View Profile
OnMapStart might work instead of OnMultiNewRound. I need to try this generic_bomb out tho because it would be nice for some consistent pumpkin jumping :--)

jump_pumpkin_sdm_final_ver_3_sinister


200

  • Intermediate
  • ***
    • Posts: 133
    • Frags: +0/-0
  • bind space hud_reloadscheme
    • View Profile
    • CFG.TF
OnMapStart might work instead of OnMultiNewRound. I need to try this generic_bomb out tho because it would be nice for some consistent pumpkin jumping :--)

Thanks, this should work I think. Give it a try, works really well for making exploding doors as well and bunch of other cool stuff.