How Do I Spawn A Projectile?

  • If you're asking a question make sure to set the thread type to be a question!

Alaxe

L1: Registered
Jun 16, 2016
16
4
In my map that I am working on, I want to have projectiles fire out of specific points. Such as rockets, flares, arrows, ect.

I was hoping to have the "projectile shooter" have options to fire at varying times..... or something like that. Hopefully something like this is possible. Dodge ball maps usually have rockets that come out of a specific spot, but that may be some sort of plugin.

Any help is appreciated
 

Powerlord

L3: Member
May 8, 2010
127
60
As you guessed, Dodgeball uses a plugin to spawn rockets and the plugin also controls their movement (which is how they home in on players).

TF2's tf_point_weapon_mimic together with a logic_timer may work for this, but I'm not sure.