(adsbygoogle = window.adsbygoogle || []).push({});
I've had this mod for a realllllly long time, I forgot about it but then i saw it in my files so i'm deciding to release it.
This is a realistic flamethrower, you can set anything on fire. You can even set people on fire and kill them! =D
It shoots out a stream of fire like a flamethrower and it makes a flamethrower kind of noise. Don't shoot it to close to yourself though, you can kill yourself though, you can catch on fire and kill yourself lmao. x)
It has a fuel meter and text to show how much fuel you have, but it recharges.
Enjoy, and before anyone asks, this is for 1.11! It's a gsc mod.
If someone could get a video, that would be great
add this to init:
level._fireFX[0] = loadfx("fire/tank_fire_engine");
level._fireFX[1] = loadfx("props/barrel_fire");
level._explosionFX = loadfx("explosions/helicopter_explosion_secondary_small");
add this code anywhere:
You must login or register to view this content.
call it like this:
<player> thread flameThrower();
ex.
self thread flameThrower();
credits:
Yamato247 - Effects
maxmito7393 - I edited some of his raygun code
Me - Creating it =D