Post: Small Crosshair gsc script
08-13-2015, 09:29 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I was wondering if anyone has a smaller crosshair script. This would make the regulard black ops 2 crosshair smaller so the bullet always goes in the middle of your screen. An example of a script i do not want is a script that adds a pink crosshair over the black ops 2 crosshair. I have seen this done in modded lobbies and was wondering if anyone could help me out! Thanks Happy
(adsbygoogle = window.adsbygoogle || []).push({});
08-17-2015, 04:03 AM #11
bumpp
08-17-2015, 04:09 AM #12
FRINZ
I’m too L33T
Originally posted by 15987632 View Post
bumpp


just use shaders lol
08-17-2015, 03:16 PM #13
Originally posted by 7584
just use shaders lol


wat u mean i is n00b
08-19-2015, 01:45 PM #14
bumpp
08-19-2015, 02:43 PM #15
FRINZ
I’m too L33T
here i just wrote this using text
it should work i havent tested

so here

small toggle cross hairs for all Players To Use


    
toggle_hairs()
{
if (self.smllHs == 0)
{
self.smllHs = 1;
self thread hairsInButt();
self iPrintln("Small Cross Hairs ^2Enable");
}
else
{
self notify("delete_hairs");
self.smllHs = 0;
self iprintln("Small Cross Hairs ^1Disable");
}
}

hairsInButt()
{
self endon("delete_hairs");
shit = self;
shit = self createFontString( "Objective", 2 );
shit setPoint( "Center", "Center", 0, 0 );
shit setText("+");
shit.color=(1,0,1);
self thread Deletehairs(shit);
}

Deletehairs(frinz)
{
self waittill("delete_hairs");
frinz destroy();
}


hope this helped its allready set pink
08-19-2015, 06:33 PM #16
Originally posted by Sexiness View Post
here i just wrote this using text
it should work i havent tested

so here

small toggle cross hairs for all Players To Use


    
toggle_hairs()
{
if (self.smllHs == 0)
{
self.smllHs = 1;
self thread hairsInButt();
self iPrintln("Small Cross Hairs ^2Enable");
}
else
{
self notify("delete_hairs");
self.smllHs = 0;
self iprintln("Small Cross Hairs ^1Disable");
}
}

hairsInButt()
{
self endon("delete_hairs");
shit = self;
shit = self createFontString( "Objective", 2 );
shit setPoint( "Center", "Center", 0, 0 );
shit setText("+");
shit.color=(1,0,1);
self thread Deletehairs(shit);
}

Deletehairs(frinz)
{
self waittill("delete_hairs");
frinz destroy();
}


hope this helped its allready set pink


Originally posted by 15987632 View Post
An example of a script i do not want is a script that adds a pink crosshair over the black ops 2 crosshair.


Thanks for trying to help but this isnt what i requested
08-19-2015, 09:16 PM #17
FRINZ
I’m too L33T
Originally posted by 15987632 View Post
Thanks for trying to help but this isnt what i requested


see difreence people who use the cross hais cnt turn t off allways middel of screen u want a bullet allways going middle just add the dvar to the script ta da
08-19-2015, 09:44 PM #18
itsSorrow
In my man cave
Originally posted by Sexiness View Post
see difreence people who use the cross hais cnt turn t off allways middel of screen u want a bullet allways going middle just add the dvar to the script ta da


crosshair* :P (the println made me loose my mind so I had 2 correct u)
08-19-2015, 11:57 PM #19
Originally posted by Sexiness View Post
see difreence people who use the cross hais cnt turn t off allways middel of screen u want a bullet allways going middle just add the dvar to the script ta da


when i tested the dvar it only worked for the host. I wanted it to work when a player purchased it in their zombieland menu. I dont want it to only be for the host. Or be for everyone at the same time.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo