Post: [NEW] Better Crosshair [GSC]
07-03-2015, 06:16 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Yo NGU,

I just got the random idea to make a "better" crosshair for BO2.
I know, it's not that big of a thing, but I thought I'd share it.
Credits go to meh ^^
Also if you in any way not have the drawShader thingy in your script be sure to put it in!

Preview 1: You must login or register to view this content.
Preview 2: You must login or register to view this content.

Code:


ToggleCHM()
{
if (self.crosshair==false)
{
self iPrintln("^1Crosshair Mod Off");
self.menu.ch1 = self drawShader("white", 0, 204, 30, 1, (1, 0, 0), 255, 0);
self.menu.ch2 = self drawShader("white", 0, 190, 1, 30, (1, 0, 0), 255, 0);
self.crosshair=true;
}
else
{
self iPrintln("^2Crosshair Mod On");
self.menu.ch1 destroy();
self.menu.ch2 destroy();
self.crosshair=false;
}
}




Again, I know it's nothing but yeah...

Happy Modding Smile
Last edited by SwaiModz ; 07-13-2015 at 06:13 AM.

The following 3 users say thank you to SwaiModz for this useful post:

HiddenHour, ksa_7ooo7, Vondy Supreme
07-03-2015, 06:18 PM #2
HiddenHour
I defeated!
Heh. Cool.
07-03-2015, 06:20 PM #3
Default Avatar
Kas
Guest
Originally posted by SwaiModz View Post
Yo NGU,

I just got the random idea to make a "better" crosshair for BO2.
I know, it's not that big of a thing, but I thought I'd share it.
Credits go to meh ^^
Also if you in any way not have the drawShader thingy in your script be sure to put it in!

Preview 1: You must login or register to view this content.
Preview 2: You must login or register to view this content.

Code:

CrossHairMod()
{
self drawShader("white", 0, 204, 30, 1, (1, 0, 0), 255, 0);
self drawShader("white", 0, 190, 1, 30, (1, 0, 0), 255, 0);
}



Again, I know it's nothing but yeah...

Happy Modding Smile


In future please use the edit button instead of creating a whole new thread as shown here You must login or register to view this content.
07-03-2015, 07:43 PM #4
Thanks! Smile
07-03-2015, 08:43 PM #5
itsSorrow
In my man cave
But its not custom

The following user thanked itsSorrow for this useful post:

IonHD
07-03-2015, 09:56 PM #6
Originally posted by Matroix7 View Post
But its not custom


And what exactly do you mean with "custom"?
07-04-2015, 04:51 AM #7
Vondy Supreme
< ^ > < ^ >
nice Smile
07-04-2015, 06:13 AM #8
itsSorrow
In my man cave
Originally posted by SwaiModz View Post
And what exactly do you mean with "custom"?


sorry I didn't mean custom.. You can't write your own personal text for it
07-04-2015, 06:49 AM #9
Chris
Former Staff
Nice release dude.
07-04-2015, 07:54 AM #10
Originally posted by Natsu View Post
Nice release dude.


Thanks so much! Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo