Author Topic: Projectile wont shoot..  (Read 562 times)

I made this Shoot On Click and for some reason the Porjectile I made wont shoot ot of gun, Also the sound I picked wont play, The projectile is .dts and sound is .wav. Heres Code, The script is default Magic Carpet I used just to test it out so dont laugh please. Thanks alot for your time.

Seems that there are multiple projectiles
Code: [Select]
exec("./Vehicle_Landyn.cs");
exec("./support_shootonclick.cs");
exec("./support_shootonclicks.cs");
exec("./support_shootonclickb.cs");

the Fshootonclick_RequiredSlot=0; doesn't work for some reason

delete the "F" in FShootonclick. That's how ya do it.

delete the "F" in FShootonclick. That's how ya do it.
No. For some reason, it cannot overwrite other shootonclicks or it will mess up the shooting or cause console spam.