Post: Current Guns Camos
01-29-2011, 07:53 PM #1
Default Avatar
Newelly
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Fall:
    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,Cool Man (aka Tustin);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Fall Camo");
}


Blue Tiger:
    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,7);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Blue Tiger");
}


Red Tiger:
    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,6);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Red Tiger");
}


Urban:
    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,5);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Urban Camo");
}


    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,4);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Digital Camo");
}


    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,3);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Arctic Camo");
}


Desert Camo:
    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,2);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Desert Camo");
}


    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,1);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Woodland Camo");
}


No Camo:
    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,0);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You Know Have No Camo");
}


Thanks To 'd7w7z' For The Random Camo Code:
    
RandomCamo()
{
j=randomintrange(1,Cool Man (aka Tustin);
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,j);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList) {
if(weapon!=CurrentGun) {
self switchToWeapon(weapon); } }
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("You Now Have A Random Camo!");
}


Thanks To.. EliteMossy For The Current Weapon Fall Script
Thanks To.. x_DaftVader_x For The Camo Numbers/Names
Thanks To.. TheUnkn0wn For The Script Base
Thanks To.. d7w7z For The Random Camo Script Cool Man (aka Tustin)

Thread Of Daftvaders:
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to Newelly for this useful post:

DR-Dizzy, Fifa97, FourzerotwoFAILS, FrOoTLoOpZ, Mw2Freak13, Skyl1n3
01-29-2011, 07:55 PM #2
-Ginge
W@W Prem = Dead
The one in DEREK's edits is smaller :/ But it's a good code.
01-29-2011, 07:55 PM #3
Fifa97
Maggbot timeout!
gd job. must ave took long time 2 write it out
01-29-2011, 07:56 PM #4
Is there anyway you can get a custom camo?
01-29-2011, 08:01 PM #5
Mw2Freak13
Climbing up the ladder
Nice could be useful
01-29-2011, 08:05 PM #6
-SilverSurfer-
Bounty hunter
fail :L

all the threads are named: CurrentGunFall(){
01-29-2011, 08:08 PM #7
Default Avatar
Newelly
Guest
Originally posted by Rhokib3zY View Post
fail :L

all the threads are named: CurrentGunFall(){


Yeah i know :/ i based them all on the same function
just changed the camo?
im not spoon feeding you lot.. ! Smile

The following user thanked Newelly for this useful post:

JakeM
01-29-2011, 08:09 PM #8
Mr.Azoz
I’m too L33T
Good job Winky Winky
01-29-2011, 08:13 PM #9
JakeM
ZOMG HaXz!
Originally posted by Rhokib3zY View Post
fail :L

all the threads are named: CurrentGunFall(){


Does that really matter? The title of the function means nothing.

    
CurrentGunFall(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,7);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Blue Tiger");
}


    
MonkeysDancingInTheRainOnlyOnSundayAfternoonsWhenTheyPlayGolfWithKangaroos(){
CurrentGun=self getCurrentWeapon();
self takeWeapon(CurrentGun);
self giveWeapon(CurrentGun,7);
weaponsList=self GetWeaponsListAll();
foreach(weapon in weaponsList){
if(weapon!=CurrentGun){
self switchToWeapon(weapon);
break;
}}
wait 1.8;
self switchToWeapon(CurrentGun);
self iPrintln("^7You now have Blue Tiger");
}


Either way it will give you in this example blue camo...:rolleyes:

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

Choco,
01-29-2011, 09:07 PM #10
EliteMossy
TheDigitalBoard.com
Also, best to give credits to TheUnkn0wn not me, as he made the original function.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo