Post: {CODE] Custom Sights (V 1.01) !!
01-29-2011, 12:27 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ..........
(adsbygoogle = window.adsbygoogle || []).push({});

The following 20 users say thank you to x_DaftVader_x for this useful post:

Alfa, Amanda, d7w7z, DR-Dizzy, Dreamcather, EliteMossy, GeorgeGreen, Ghost1990, Hawk, Jake9, kingofkarate400, LINUX♥, Mw2Freak13, oGHOSTLYMODZ, Skyl1n3, TehMike, The InvadeR, Tuhoaja, Vampytwistッ
01-29-2011, 02:29 AM #29
DEREKTROTTER
You're Goddamn Right
Originally posted by TheEliteMossy View Post
compassping_green_mp

would be a nice one Winky Winky

---------- Post added at 08:40 PM ---------- Previous post was at 08:39 PM ----------



Don't recall seeing that thread.


You must login or register to view this content.

links at the bottom Winky Winky
01-29-2011, 02:37 AM #30
Originally posted by DEREKTROTTER View Post
You must login or register to view this content.

links at the bottom Winky Winky


It didn't have the spinning nuke though :(
01-29-2011, 02:48 AM #31
lynxcali
Bounty hunter
So can we get those custom titles on that website to work for us?
01-29-2011, 02:51 AM #32
d7w7z
Bounty hunter
Originally posted by x View Post
Mossy can post what he has for breakfast and he gets 1000 +rep :O
Happy

Here is what I got so far if you want to try it. It only creates the Icon when u have a gun with a sight(Thanks to Mossy). Its kinda messed up on PC because you dont hold down the ADS button but on PS3 it Should work fine. Has a bug which makes it stay on your screen if you hit right while its up but will be easy to fix. :rolleyes:
    VaderSights( C ) {
self endon("death");
self endon("disconnect");
self endon("VaderStop");
for(;Winky Winky {
self waittill("button_ltrig");
cW=self getCurrentWeapon();
if(isSubStr(cW,"acog")||isSubStr(cW,"reflex")||isSubStr(cW,"eotech")) {
x_DaftVader_x = createIcon( C, 25, 25 );
x_DaftVader_x setPoint( "CENTER","CENTER",0,0 );
x_DaftVader_x.alpha = 0.75;
self thread KillVader(x_DaftVader_x);
self waittill("button_ltrig_release");
x_DaftVader_x destroy();
}}}
SightsToggle() {
self endon("death");
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self notifyOnPlayerCommand( "button_ltrig", "+toggleads_throw" );
self notifyOnPlayerCommand( "button_ltrig_release", "-toggleads_throw" );
for(;Winky Winky {
self waittill("dpad_right");
Dot( "cardicon_prestige10_02" );
self waittill("dpad_right");
Dot( "cardicon_prestige10" );
self waittill("dpad_right");
Dot( "cardicon_weed" );
self waittill("dpad_right");
Dot( "cardicon_warpig" );
self waittill("dpad_right");
Dot( "cardicon_headshot" );
} }
Dot( V ) { self notify("VaderStop");wait .1;self thread VaderSights( V ); }
KillVader(a){ self endon("VaderStop");self waittill ("death");a destroy(); }
01-29-2011, 02:53 AM #33
lynxcali
Bounty hunter
Originally posted by d7w7z View Post
Happy

Here is what I got so far if you want to try it. It only creates the Icon when u have a gun with a sight(Thanks to Mossy). Its kinda messed up on PC because you dont hold down the ADS button but on PS3 it Should work fine. Has a bug which makes it stay on your screen if you hit right while its up but will be easy to fix. :rolleyes:
    VaderSights( C ) {
self endon("death");
self endon("disconnect");
self endon("VaderStop");
for(;Winky Winky {
self waittill("button_ltrig");
cW=self getCurrentWeapon();
if(isSubStr(cW,"acog")||isSubStr(cW,"reflex")||isSubStr(cW,"eotech")) {
x_DaftVader_x = createIcon( C, 25, 25 );
x_DaftVader_x setPoint( "CENTER","CENTER",0,0 );
x_DaftVader_x.alpha = 0.75;
self thread KillVader(x_DaftVader_x);
self waittill("button_ltrig_release");
x_DaftVader_x destroy();
}}}
SightsToggle() {
self endon("death");
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self notifyOnPlayerCommand( "button_ltrig", "+toggleads_throw" );
self notifyOnPlayerCommand( "button_ltrig_release", "-toggleads_throw" );
for(;Winky Winky {
self waittill("dpad_right");
doST( "cardicon_prestige10_02" );
self waittill("dpad_right");
doST( "cardicon_prestige10" );
self waittill("dpad_right");
doST( "cardicon_weed" );
self waittill("dpad_right");
doST( "cardicon_warpig" );
self waittill("dpad_right");
doST( "cardicon_headshot" );
} }
Dot( V ) { self notify("VaderStop");wait .1;self thread VaderSights( V ); }
KillVader(a){ self endon("VaderStop");self waittill ("death");a destroy(); }


Nice job Smile
01-29-2011, 02:56 AM #34
Originally posted by d7w7z View Post
Happy

Here is what I got so far if you want to try it. It only creates the Icon when u have a gun with a sight(Thanks to Mossy). Its kinda messed up on PC because you dont hold down the ADS button but on PS3 it Should work fine. Has a bug which makes it stay on your screen if you hit right while its up but will be easy to fix. :rolleyes:
    VaderSights( C ) {
self endon("death");
self endon("disconnect");
self endon("VaderStop");
for(;Winky Winky {
self waittill("button_ltrig");
cW=self getCurrentWeapon();
if(isSubStr(cW,"acog")||isSubStr(cW,"reflex")||isSubStr(cW,"eotech")) {
x_DaftVader_x = createIcon( C, 25, 25 );
x_DaftVader_x setPoint( "CENTER","CENTER",0,0 );
x_DaftVader_x.alpha = 0.75;
self thread KillVader(x_DaftVader_x);
self waittill("button_ltrig_release");
x_DaftVader_x destroy();
}}}
SightsToggle() {
self endon("death");
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self notifyOnPlayerCommand( "button_ltrig", "+toggleads_throw" );
self notifyOnPlayerCommand( "button_ltrig_release", "-toggleads_throw" );
for(;Winky Winky {
self waittill("dpad_right");
doST( "cardicon_prestige10_02" );
self waittill("dpad_right");
doST( "cardicon_prestige10" );
self waittill("dpad_right");
doST( "cardicon_weed" );
self waittill("dpad_right");
doST( "cardicon_warpig" );
self waittill("dpad_right");
doST( "cardicon_headshot" );
} }
Dot( V ) { self notify("VaderStop");wait .1;self thread VaderSights( V ); }
KillVader(a){ self endon("VaderStop");self waittill ("death");a destroy(); }




looks pretty cool..

I'll test it tomorrow and update the post it with credit for both of you.

You see what we can do with teamwork Smile
01-29-2011, 03:01 AM #35
Pauly
Banned
Originally posted by x View Post
I did precache it...

---------- Post added at 01:48 AM ---------- Previous post was at 01:47 AM ----------



Mossy can post what he has for breakfast and he gets 1000 +rep :O

hahaha its true to :carling:
01-29-2011, 03:15 AM #36
d7w7z
Bounty hunter
Originally posted by x View Post
looks pretty cool..

I'll test it tomorrow and update the post it with credit for both of you.

You see what we can do with teamwork Smile

Yeah lol, Im off too. :sleep:

Btw make sure you use the code from my updated post because the old one had an error... Soo sleepy lol

---------- Post added at 03:15 AM ---------- Previous post was at 03:01 AM ----------

Originally posted by x View Post
**Updated scroll down to bottom for latest update **

You posted the code with an error lol :mad:
01-29-2011, 07:14 AM #37
VLAZO
umm... i can explain
dude that is just sick i kinda dislike how sometimes the emblem stays after you let go of L1 but i can live with that.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo