Post: Monitor Fire Rate Code
06-23-2012, 09:55 AM #1
benjaming58
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({}); Mods Close Pleaaase
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked benjaming58 for this useful post:

otherchris

The following 4 users groaned at benjaming58 for this awful post:

247Yamato, daswiftguy, Taylor
06-23-2012, 10:45 AM #2
otherchris
Little One
Originally posted by benjaming58 View Post
Monitor Fire Rate Code:


What does it do?
06-23-2012, 11:18 AM #3
Ghost1990
12-28-2012
Originally posted by benjaming58 View Post
Monitor Fire Rate Code:
This code is for 1.11.
    monitorFire()
{
self endon( "disconnect" );
self endon( "closed" );
zoom = 60;
self.isShooting = 0;
for( ; isAlive( self ) * self.inReaper; )
{
self setClientDvar( "cg_fovmin", zoom );
self waittill( "buttonPress", button );
if( button == "RS" )
{
if( zoom == 60 )
zoom = 10;
else
zoom = 60;
}
else if( button == "RT" )
{
self.isShooting = 1;
earthquake( 0.2, 1, self getEye(), 1000 );
self playLocalSound( "ac130_105mm_fire" );
missile = spawn( "script_model", self getEye() - ( 0, 0, 30 ) );
missile setModel( "projectile_cbu97_clusterbomb" );
missile playLoopSound("veh_b2_dist_loop");
missile missileControl( self );
missile playSound("harrier_jet_crash");
missile delete();
self.isShooting = 0;
}
}
}

Well, hmmm... wow.
Originally posted by otherchris View Post
What does it do?

Gives you an unknown function/ syntax error

The following user thanked Ghost1990 for this useful post:

247Yamato
06-26-2012, 04:42 AM #4
Originally posted by jimmboy66 View Post
I have been looking for this for hours!!!@

Looking for bad sytax? makes sense

The following user groaned Yolo_-MoDz for this awful post:

benjaming58
06-26-2012, 06:21 AM #5
benjaming58
Gym leader
It doesnt give you a bad sytax?
06-26-2012, 08:18 AM #6
Originally posted by benjaming58 View Post
It doesnt give you a bad sytax?

Gave me bad syntax but still what it atually do?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo