Author Topic: How do I change the projectile that a weapon shoots?  (Read 2088 times)

Title. I'm just wondering where in the script to change.

Not the script but you need to make a actual model.

Not the script but you need to make a actual model.

Quit spamming nonsense into these threads. You know nothing of scripting.

You can do this via the console quickly. To make the gun shoot a spear, type this into the console:
Code: [Select]
gunimage.projectile = spearprojectile;

Quit spamming nonsense into these threads. You know nothing of scripting.

You can do this via the console quickly. To make the gun shoot a spear, type this into the console:
Code: [Select]
gunimage.projectile = spearprojectile;
I thought he meant his own :3

You can replace gunimage with anything else, Like i did once:
Code: [Select]
heavyrocketlauncherimage.projectile = tankshellprojectile;