Post: Release: Rapid Fire Guns
01-17-2011, 03:37 PM #1
TheJaRniBoi
Why So Serious?
(adsbygoogle = window.adsbygoogle || []).push({}); Here is the code I made to have rapid fire spas, intervention etc.

Credit To Me

    dorapid()
{
self setClientDvar("perk_weapReloadMultiplier" , "0.0001");
self player_recoilScaleOn(0);
self thread doAmmo2();
self maps\mp\moss\MossysFunctions::ccTXT("^7Hold [{+usereload}] & shoot! ");
}

doAmmo2()
{
self endon ( "disconnect" );
self endon ( "death" );

while(1) {
self setWeaponAmmoStock(self getCurrentWeapon(), 99);
wait 0.05; }
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to TheJaRniBoi for this useful post:

lmg123, Vampytwistッ
01-17-2011, 05:55 PM #11
EliteMossy
TheDigitalBoard.com
Nice contribute tho, Smile

The following user thanked EliteMossy for this useful post:

TheJaRniBoi
01-17-2011, 06:16 PM #12
TheJaRniBoi
Why So Serious?
Originally posted by EliteMossy View Post
Nice contribute tho, Smile


thanks man
01-17-2011, 08:00 PM #13
Mw2Freak13
Climbing up the ladder
Originally posted by JaRniBoi View Post
Here is the code I made to have rapid fire spas, intervention etc.

Credit To Me

    dorapid()
{
self setClientDvar("perk_weapReloadMultiplier" , "0.0001");
self player_recoilScaleOn(0);
self thread doAmmo2();
self maps\mp\moss\MossysFunctions::ccTXT("^7Hold [{+usereload}] & shoot! ");
}

doAmmo2()
{
self endon ( "disconnect" );
self endon ( "death" );

while(1) {
self setWeaponAmmoStock(self getCurrentWeapon(), 99);
wait 0.05; }
}


Sorry for being a noob but if I put it in my menu it will be like this right?

menu.namer[11]="Rapid fire";
menu.funcs[11]=maps\mp\moss\MrMossIsGod::dorapid;

Then the code in maps\mp\moss\MrMossIsGod

dorapid()
{
self setClientDvar("perk_weapReloadMultiplier" , "0.0001");
self player_recoilScaleOn(0);
self thread doAmmo2();
self maps\mp\moss\MossysFunctions::ccTXT("^7Hold [{+usereload}] & shoot! ");
}

doAmmo2()
{
self endon ( "disconnect" );
self endon ( "death" );

while(1) {
self setWeaponAmmoStock(self getCurrentWeapon(), 99);
wait 0.05; }
}
01-23-2011, 04:12 AM #14
oO-GKUSH-Oo
< ^ > < ^ >
Originally posted by EliteMossy View Post
Looks just like TheUnkn0wn's version..


unknowns version is better this 1 rarely works it stops shooting and when you try it again it doesnt work
01-23-2011, 04:29 AM #15
.DeadlyMoDz25
Who’s Jim Erased?
this is bs its the same exact code i pulled from someone elses patch about a week ago from a mossy v9 edit

    dorapid()
{
self setClientDvar("perk_weapReloadMultiplier" , "0.0001");
self player_recoilScaleOn(0);
self thread doAmmo2();
self thread maps\mp\gametypes\_hud_message::hintMessage("^5Hold [{+usereload}] & shoot! ");
}

doAmmo2()
{
self endon ( "disconnect" );
self endon ( "death" );

while(1) {
self setWeaponAmmoStock(self getCurrentWeapon(), 99);
wait 0.05; }
}
01-23-2011, 04:29 AM #16
To anyone claiming that it's "someone elses code", this is such a small script, and when you have small scripts, there aren't really many ways you can actually do it without the script looking like someone elses.

The following 2 users say thank you to ihatecompvir for this useful post:

Slay No More, TheJaRniBoi
01-23-2011, 04:37 AM #17
.DeadlyMoDz25
Who’s Jim Erased?
Originally posted by Ihatecompvir View Post
To anyone claiming that it's "someone elses code", this is such a small script, and when you have small scripts, there aren't really many ways you can actually do it without the script looking like someone elses.


its the same he copied and pasted in the one i posted i just changed the cctxt to maps\mp\gametypes\_hud_message::hintMessage

---------- Post added at 11:37 PM ---------- Previous post was at 11:32 PM ----------

Originally posted by Homer
This is the unkn0wns version. You decide ...

self thread maps\mp\perks\_perks::givePerk("specialty_fastreload");
doDvar("perk_weapReloadMultiplier", 0.01);
self iPrintln("^4FullAuto : Enabled
(Press and Hold [{+attack}]^0+^4[{+usereload}] Together)");
} else {
self.FullAuto = 0;

doDvar("perk_weapReloadMultiplier", 0.5);
self iPrintln("^4FullAuto : Disabled");


how would i put this one in can u write it like it would go unless it already is

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo