PDA

View Full Version : Flame Thrower


meninblack
12-13-2005, 04:42
[Description]
Players can buy flamethrowers!
http://img269.**************/img269/8622/dedawn3jn.png
[Unique Features]
* It has egon skin from halflife (no dl required)
* No binds required
* Made droppable, so other players can pick it up
* Has a menu ( unique menu LOL )
* Made from Mahnsawce's Weapons Module

[Client Commands]
buyflamethrower - type in console to buy flamethrower
buyftammo - type in console to buy flamethrower ammo
say /buyflamethrower - buy's a flamethrower
say /buyftammo - buy's flamethrower ammo
say /fthelp - shows help to players
say /ftmenu - shows all of the above

[CVARS]
amx_flamethrower_cost - sets the cost of the flamethrower
amx_flamethrower_vest - sets the cost of the fireproofvest
amx_flamethrower_fuel - sets how much fuel they will get when they buy flamethrower
amx_flamethrower_fuel_cost - sets the cost of the flamethrower ammo
amx_flamethrower_fuel_add - sets how much fuel they will get when they buy flamethrower ammo
amx_flamethrower_fuel_rengen - set how much fuel they get for free each round
amx_flamethrower_fuel_cap - sets how much max fuel ammo they can get

***You need to have this modules running***
Code:
public plugin_modules()
{
require_module("engine")
require_module("wtf")
require_module("fun")
}


BIG thanks to MattOG for testing, helping, and for new ideas

[Current Version]
V 1.3 - added fireproof vest

V 1.2a - minor changes
- remove amx_flamethrower_firedmg cvar
- fix minor bugs and errors
V 1.2 - added cvars:
amx_flamethrower_fuel_cap
amx_flamethrower_firedmg
- fixed hud bug? (needs to be tested)
- fixed buyftammo command
- increased height of flame
- obeys mp_friendlyfire
V 1.1 - minor adjustments to range
V 1.0 - release

Sir Apocalypse
12-13-2005, 05:09
why u release cheap chuit's plugins?

Geesu
12-13-2005, 09:56
Cheap Suit's were trashed, I'm assuming he "retired" ?

Old plugin was trashed (http://forums.alliedmods.net/showthread.php?t=14742), approving this

AssKicR
12-13-2005, 10:40
I sugguest using the TFC model.. It looks much better :D

Cheap_Suit
12-13-2005, 11:51
Cheap Suit's were trashed, I'm assuming he "retired" ?

Old plugin was trashed (http://forums.alliedmods.net/showthread.php?t=14742), approving this

Now im just jealous now.... This plugin has tons of "bugs"! Some guy posted it and it got approved!!!! What about my new ones.. Errr!!!

Im not retired yet. Just dont want to post new ones because too many of my plugins are unapproved.

twistedeuphoria
12-13-2005, 15:02
Choose a category.

Brad
12-14-2005, 16:02
This plugin has tons of "bugs"!
Can you please detail them? Preferably before meninblack chooses a category.

godly
12-14-2005, 16:15
doesnt compile :( :roll:

Brad
12-14-2005, 18:41
It's missing the wtf.inc file which is why it won't compile.

meninblack needs to stop blindly re-posting Cheap's plugins.

devicenull
12-14-2005, 19:09
I ran a diff on this and the origional:

--- newF.sma 2005-12-14 19:06:50.062500000 -0500
+++ oldF.sma 2005-12-14 19:06:43.890625000 -0500
@@ -27,7 +27,7 @@

public plugin_init()
{
- register_plugin("AMXX Flamethrower", VER, "Carbine/Cheap_Suit")
+ register_plugin("AMXX Flamethrower", VER, "Cheap_Suit")
register_cvar("amx_flamethrower", "1")
register_menucmd(register_menuid("flamethrowermenu"), Keysflamethrowerme
nu, "Pressedflamethrowermenu")

Adding your name to a plugin is not considered a port. It's considered (at least by me) theft.