Posts: 5
Threads: 3
Joined: Jun 2011
Reputation:
0
heey
can someone help me?
i want to know how to add camos to a gun ( like the gold l96) in the dmw (dont know how te spell it) mod
thanks if you can help me!
Posts: 3,054
Threads: 268
Joined: Feb 2011
Reputation:
63
(07-13-2011, 18:08)iamamod Wrote: heey
can someone help me?
i want to know how to add camos to a gun ( like the gold l96) in the dmw (dont know how te spell it) mod
thanks if you can help me!
Read GFX section. Thanks.
Posts: 445
Threads: 51
Joined: Feb 2011
Reputation:
14
giveWeapon("weaponname", 0, calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> ));
for gold l96a1, it will be:
self giveWeapon("l96a1_mp", 0, self calcWeaponOptions ( 15, 0, 0, 0, 0 ));
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
Posts: 5
Threads: 3
Joined: Jun 2011
Reputation:
0
(07-13-2011, 18:29)ddaavvee Wrote: giveWeapon("weaponname", 0, calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> ));
for gold l96a1, it will be:
self giveWeapon("l96a1_mp", 0, self calcWeaponOptions ( 15, 0, 0, 0, 0 ));
thank you for your help and fast answer!
Posts: 445
Threads: 51
Joined: Feb 2011
Reputation:
14
(07-13-2011, 18:42)iamamod Wrote: (07-13-2011, 18:29)ddaavvee Wrote: giveWeapon("weaponname", 0, calcWeaponOptions ( <camo>, <lens>, <reticle>, <tag>, <emblem> ));
for gold l96a1, it will be:
self giveWeapon("l96a1_mp", 0, self calcWeaponOptions ( 15, 0, 0, 0, 0 ));
thank you for your help and fast answer!
np
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
Posts: 3,054
Threads: 268
Joined: Feb 2011
Reputation:
63
oh lol i thought you were talking about custom texture camo... oh... fail -_-
Posts: 5
Threads: 3
Joined: Jun 2011
Reputation:
0
(07-13-2011, 20:15)G-Man Wrote: oh lol i thought you were talking about custom texture camo... oh... fail -_-
haha no problem
|