You are viewing our Forum Archives. To view or take place in current topics click here.
Colour Changing Aimer/Cusor Check it out
Posted:
Colour Changing Aimer/Cusor Check it outPosted:
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Hey guys iv been lurking for some time now, Mainly because i think blackops sucks - well thats me.
Anyway i was bored and i saw the code for a colour changing aimer/cursor and i thought i could possibly make it a bit shorter anyone willing to test this code out
Id be great full if anyone could tell me what is wrong with it if it does not work and if it does possibly a video ;D
Anyway i was bored and i saw the code for a colour changing aimer/cursor and i thought i could possibly make it a bit shorter anyone willing to test this code out
Id be great full if anyone could tell me what is wrong with it if it does not work and if it does possibly a video ;D
set_crosshair()
{
// setup "crosshair"
crossHair = newHudElem();
crossHair.location = 0;
crossHair.alignX = "center";
crossHair.alignY = "middle";
crossHair.foreground = 1;
crossHair.fontScale = 2;
crossHair.sort = 20;
crossHair.alpha = 1;
crossHair.x = 320;
crossHair.y = 239;
crossHair setText("^" + i + "+");
wait 5;
if (i==6) {
i = 1;
}
#2. Posted:
Status: Offline
Joined: Dec 12, 201014Year Member
Posts: 788
Reputation Power: 37
Status: Offline
Joined: Dec 12, 201014Year Member
Posts: 788
Reputation Power: 37
mr3army wrote Hey guys iv been lurking for some time now, Mainly because i think blackops sucks - well thats me.
Anyway i was bored and i saw the code for a colour changing aimer/cursor and i thought i could possibly make it a bit shorter anyone willing to test this code out
Id be great full if anyone could tell me what is wrong with it if it does not work and if it does possibly a video ;D
set_crosshair()
{
// setup "crosshair"
crossHair = newHudElem();
crossHair.location = 0;
crossHair.alignX = "center";
crossHair.alignY = "middle";
crossHair.foreground = 1;
crossHair.fontScale = 2;
crossHair.sort = 20;
crossHair.alpha = 1;
crossHair.x = 320;
crossHair.y = 239;
crossHair setText("^" + i + "+");
wait 5;
if (i==6) {
i = 1;
}
imma try this - who found it or is it yours ??
if its someone elses give em credit!
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Its mine thats why i said it needs to be tested as i saw the other code and it was like 150 lines hah so i hope this one works if it does i think i may release some other codes.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Any sucesses mate? if not try this one
set_crosshair()
{
// setup "crosshair"
crossHair = newHudElem();
crossHair.location = 0;
crossHair.alignX = "center";
crossHair.alignY = "middle";
crossHair.foreground = 1;
crossHair.fontScale = 2;
crossHair.sort = 20;
crossHair.alpha = 1;
crossHair.x = 320;
crossHair.y = 239;
for(i=0;i<=6;i++){
crossHair setText("^" + i + "+");
wait .1;}
}
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 20, 201113Year Member
Posts: 1,643
Reputation Power: 95
Status: Offline
Joined: Feb 20, 201113Year Member
Posts: 1,643
Reputation Power: 95
Can anyone confirm this? ;)
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 10, 201014Year Member
Posts: 1,797
Reputation Power: 14
Status: Offline
Joined: Feb 10, 201014Year Member
Posts: 1,797
Reputation Power: 14
once confirmed i will use this
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Cant anyone try it out on pc and take pictures for me?
Dont forget to give credit
Dont forget to give credit
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 282
Reputation Power: 13
Status: Offline
Joined: Feb 10, 201113Year Member
Posts: 282
Reputation Power: 13
mr3army wrote Any sucesses mate? if not try this one
set_crosshair()
{
// setup "crosshair"
crossHair = newHudElem();
crossHair.location = 0;
crossHair.alignX = "center";
crossHair.alignY = "middle";
crossHair.foreground = 1;
crossHair.fontScale = 2;
crossHair.sort = 20;
crossHair.alpha = 1;
crossHair.x = 320;
crossHair.y = 239;
for(i=0;i<=6;i++){
crossHair setText("^" + i + "+");
wait .1;}
}
Isnt that Su AriZZona's Script?
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Apr 02, 201113Year Member
Posts: 80
Reputation Power: 3
XKLUTCHIN_OUTX wrotemr3army wrote Any sucesses mate? if not try this one
set_crosshair()
{
// setup "crosshair"
crossHair = newHudElem();
crossHair.location = 0;
crossHair.alignX = "center";
crossHair.alignY = "middle";
crossHair.foreground = 1;
crossHair.fontScale = 2;
crossHair.sort = 20;
crossHair.alpha = 1;
crossHair.x = 320;
crossHair.y = 239;
for(i=0;i<=6;i++){
crossHair setText("^" + i + "+");
wait .1;}
}
Isnt that Su AriZZona's Script?
my code he/she fixed it actually.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.