What's new

Discussion [request] Unlimited Flamethrower

  • Thread starter TOXiiC x PLAGUE
  • Start date
  • Views 2,222
TOXiiC x PLAGUE

TOXiiC x PLAGUE

Enthusiast
Messages
1,293
Reaction score
274
Points
165
Sin$
0
I have been wondering if there was one for a while
but i have know idea where to find new dvars so if anyone knows of anything for unlimited flamethrower post here please :smile:

the only way ive ever seen it is when i use ufo through my codepost while i have the flamethrower out, it never overheats for some reason :lol:

EDIT: got it, thanks to Dwack :biggrin:

Code:
self GivemaxAmmo( "m2_flamethrower_zombie" );

heres the upgraded code thanks to iTZz ChRONiC

Code:
 self GiveMaxAmmo( "m2_flamethrower_zombie_upgraded" );

and heres the full code to keep it working for regular and upgraded

Code:
doFlameThrower()  
{  
while(1)  
{  
self GiveMaxAmmo( "m2_flamethrower_zombie" );  

self GiveMaxAmmo( "m2_flamethrower_zombie_upgraded" );  
wait .1;  
}  
}
 
Explosive

Explosive

Joshh Tha Boss
Messages
1,977
Reaction score
276
Points
190
Sin$
0
self setClientDvar( "LOTSofFlameThrower", "Thanks" );



your welcome
and yes if you have UFO Mode on with flamethrower out it shows on other poeples scrreen its coming out of your gun whereever you go and its unlimited
 
Explosive

Explosive

Joshh Tha Boss
Messages
1,977
Reaction score
276
Points
190
Sin$
0
no its actually nit that you f***lng scrub learn to do s*** yourself and obviously knoonr has found a DVAR for it yet and you can just search it on the site or f***lng look in the all DVAR posr u stupid F-U-C-K
 
Aristotle

Aristotle

Enthusiast
Messages
256
Reaction score
35
Points
85
Sin$
0
no its actually nit that you f***lng scrub learn to do s*** yourself and obviously knoonr has found a DVAR for it yet and you can just search it on the site or f***lng look in the all DVAR posr u stupid F-U-C-K
leech much
Code:
//maybe

self setClientDvar( "flamethrowerunlimited,1" );
 
Dwack

Dwack

Now employed at Dominoes!
Experienced Veteran Hardened Veteran
Messages
4,551
Reaction score
2,949
Points
685
Sin$
0
Code:
self GivemaxAmmo( "m2_flamethrower_zombie" );
 
Dwack

Dwack

Now employed at Dominoes!
Experienced Veteran Hardened Veteran
Messages
4,551
Reaction score
2,949
Points
685
Sin$
0
implies you make/sell something.

Yeah...MW2 lobbies


Is something wrong with that?

Also for those wondering, the MW2 unlimited ammo script works in WaW

Code:
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}
 
X

XenoPhoenix03

Enthusiast
Messages
228
Reaction score
12
Points
70
Sin$
7
no its actually nit that you f***lng scrub learn to do s*** yourself and obviously knoonr has found a DVAR for it yet and you can just search it on the site or f***lng look in the all DVAR posr u stupid F-U-C-K
You mad kid?
 
C

Crippler

Getting There
Messages
1,942
Reaction score
598
Points
230
Sin$
0
Yeah...MW2 lobbies


Is something wrong with that?

Also for those wondering, the MW2 unlimited ammo script works in WaW

Code:
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}
Code:
self setClientDvar( "player_sustainAmmo", "1" );
does the same thing :tongue:
 
M

MaGiicK MoDzZ

Enthusiast
Messages
371
Reaction score
36
Points
85
Sin$
7
no its actually nit that you f***lng scrub learn to do s*** yourself and obviously knoonr has found a DVAR for it yet and you can just search it on the site or f***lng look in the all DVAR posr u stupid F-U-C-K
Alright sir, looks like I have to call your mother right now! Obviously her boyfriend is touching you innapropiately and you direct your anger towards people on the internet, but its okay, we understand

NOT!
 
ZeitgeiizT

ZeitgeiizT

Enthusiast
Messages
308
Reaction score
16
Points
70
Sin$
7
self setClientDvar( "LOTSofFlameThrower", "Thanks" );



your welcome
and yes if you have UFO Mode on with flamethrower out it shows on other poeples scrreen its coming out of your gun whereever you go and its unlimited

lol..
 
TOXiiC x PLAGUE

TOXiiC x PLAGUE

Enthusiast
Messages
1,293
Reaction score
274
Points
165
Sin$
0
Code:
self GivemaxAmmo( "m2_flamethrower_zombie" );
thanks =]

2 questions

1.-does it work for upgraded?

2.-how do you find this stufff so i don't have to ask anymore? haha :tongue:
 
Dwack

Dwack

Now employed at Dominoes!
Experienced Veteran Hardened Veteran
Messages
4,551
Reaction score
2,949
Points
685
Sin$
0
IDA/HxD or from the GSC files.

I mostly use HxD/IDA to see if a function exists in the XeX, I find everything else out from reading through the GSC files.
 
TOXiiC x PLAGUE

TOXiiC x PLAGUE

Enthusiast
Messages
1,293
Reaction score
274
Points
165
Sin$
0
no its actually nit that you f***lng scrub learn to do s*** yourself and obviously knoonr has found a DVAR for it yet and you can just search it on the site or f***lng look in the all DVAR posr u stupid F-U-C-K
i was being sarcastic if you didn't notice in my reply, and actually they have, Dwack just posted it

and part of this forum is learning how to mod cod WaW, dont believe me read the description..
http://www.se7ensins.com/forums/forum/157-call-of-duty-5/
how is someone supposed to learn without a little help from others?

also you only have like 10 posts and your already starting pointless flames, go ahead and reply dumb comebacks, i wont be answering to them because some of us have a maturity level higher than a 5th grader, good day to you sir! :smile:
 
Top Bottom
Login
Register