• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help camoflage
#1
how do you add the golden camo to your weapon in a mod

like isnipe v2.6

self giveWeapon("l96a1_vzoom_extclip_mp", 0, int(weaponOptions));


is the 0 still the camo? if so, what number is gold?
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#2
(06-02-2011, 14:59)eliteCVDelite Wrote: how do you add the golden camo to your weapon in a mod

like isnipe v2.6

self giveWeapon("l96a1_vzoom_extclip_mp", 0, int(weaponOptions));


is the 0 still the camo? if so, what number is gold?
PHP Code:
giveWeapon("weaponname_mp"0calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> )); 
This is how I do the gold camo. The 15 is the camo,the 0's are for lens and reticle. the 1's are for clan tags and game emblems.
  Reply
#3
(06-03-2011, 08:25)failw0rm Wrote:
(06-02-2011, 14:59)eliteCVDelite Wrote: how do you add the golden camo to your weapon in a mod

like isnipe v2.6

self giveWeapon("l96a1_vzoom_extclip_mp", 0, int(weaponOptions));


is the 0 still the camo? if so, what number is gold?
PHP Code:
giveWeapon("weaponname_mp"0calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> )); 
This is how I do the gold camo. The 15 is the camo,the 0's are for lens and reticle. the 1's are for clan tags and game emblems.

could you write it out so it's fully completed i really dont know how :S (new in black ops modding)
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#4
Code:
giveWeapon("ak47_mp", 0, calcWeaponOptions ( 15, 0, 0, 1, 1 ));
this should give you golden ak47 with clantag and emblem Big Grin
[Image: lQDUjba.jpg]
  Reply
#5
/solved
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)