Post: CODE: Choose Gun Location
08-27-2012, 02:20 AM #1
homeedog
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); I forgot where i saw this but ive had it for awhile and i re did it so its a little smoother. What it does is it moves your gun from left to right and you click it again to stop the gun at its current position.. Hard to explain but its pretty fun so TRY IT:megusta:

    
MGun()
{
self endon("death");
if(self.FUCK==0)
{
self.FUCK=1;
self thread MoveGun();
}
else
{
self.FUCK=0;
self thread STOP();
}
}
MoveGun()
{
self endon( "disconnect" );
self endon( "death" );
self endon( "lesbians" );
self iPrintln("^0Moving Gun");
self setClientDvar( "cg_gun_y", 0 );
self setClientDvar( "cg_gun_x", 10 );

index = -30;

for( ;; )
{
index++;

self setClientDvar("cg_gun_y", index );

if ( getdvar( "cg_gun_y" ) == "30" )
{
index =- 30;
}
wait ( .1 );
}
}
STOP()
{
self iPrintln("^0Stopped");
self notify("lesbians");
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to homeedog for this useful post:

ChromeVisionz, Ghost1990, xePixTvx, xMr_Adams-
08-27-2012, 02:58 AM #2
Pretty old, but I guess most people don't use it :p

btw I shortened it for you.

    
movingGun()
{
self endon("stop");
for(;Winky Winky
{
for(i=-30;i<31;i++)
{
self setClientDvar("cg_gun_y", i);
wait 0.1;
}
}
}


To End It:
    
self notify("stop");

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

Devil Child, Special-Modding
08-27-2012, 03:19 AM #3
oyay
Bounty hunter
He is just good at everything.Omg is there anything he cant do.
08-27-2012, 04:14 AM #4
Ghost1990
12-28-2012
Originally posted by GAMER View Post
Pretty old, but I guess most people don't use it :p

btw I shortened it for you.

    
movingGun()
{
self endon("stop");
for(;Winky Winky
{
for(i=-30;i<31;i++)
{
self setClientDvar("cg_gun_y", i);
wait 0.1;
}
}
}


To End It:
    
self notify("stop");


Originally posted by oyay View Post
He is just good at everything.Omg is there anything he cant do.


haha, naw he's just odd, and by odd I mean he views the world from a different perspective than most people.
08-27-2012, 04:19 AM #5
Originally posted by Ghost1990 View Post
haha, naw he's just odd, and by odd I mean he views the world from a different perspective than most people.


I have an odd boner :fa:
08-27-2012, 04:30 AM #6
Ghost1990
12-28-2012
Originally posted by GAMER View Post
I have an odd boner :fa:


Well, that's what I'm good at, giving boys boners Needawat
08-27-2012, 04:37 AM #7
Originally posted by Ghost1990 View Post
Well, that's what I'm good at, giving boys boners Needawat


but I'm not a boy :carling:
08-27-2012, 04:44 AM #8
Ghost1990
12-28-2012
Originally posted by GAMER View Post
but I'm not a boy :carling:


:think:Well well well, I'll rephrase, I'm good at giving homosapien heterogametics boners?
08-27-2012, 10:28 AM #9
Originally posted by GAMER View Post
Pretty old, but I guess most people don't use it :p

btw I shortened it for you.

    
movingGun()
{
self endon("stop");
for(;Winky Winky
{
for(i=-30;i<31;i++)
{
self setClientDvar("cg_gun_y", i);
wait 0.1;
}
}
}


To End It:
    
self notify("stop");


what did I mention before? you're going to attract ReScript if you keep Optimizing peoples scripts :carling:
08-27-2012, 08:07 PM #10
RaspberryIce
Bounty hunter
Originally posted by GAMER View Post
Pretty old, but I guess most people don't use it :p

btw I shortened it for you.

    
movingGun()
{
self endon("stop");
for(;Winky Winky
{
for(i=-30;i<31;i++)
{
self setClientDvar("cg_gun_y", i);
wait 0.1;
}
}
}


To End It:
    
self notify("stop");


Whats The Stop For
Im Using It So It Never Stops , :trollSad Awesome
And Goes Even Faster :ha!:
Lmfao Awesome face

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo