CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
A few shitty functions!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="xCometMods" data-source="post: 488" data-attributes="member: 10"><p>Le Lenny Face: ( ͡° ͜ʖ ͡°)</p><p>[code]</p><p>LennyfaceSpawn()</p><p>{</p><p> WP("625,120,650,120,675,120,700,120,725,120,750,120,775,120,800,120,825,120,850,120,550,150,575,150,600,150,625,150,650,150,675,150,700,150,725,150,750,150,775,150,800,150,825,150,850,150,875,150,900,150,925,150,225,180,250,180,275,180,500,180,525,180,550,180,575,180,600,180,625,180,850,180,875,180,900,180,925,180,950,180,975,180,1325,180,1350,180,1375,180,200,210,225,210,250,210,275,210,500,210,525,210,550,210,925,210,950,210,975,210,1325,210,1350,210,1375,210,200,240,225,240,250,240,1325,240,1350,240,1375,240,1400,240,200,270,225,270,250,270,1350,270,1375,270,1400,270,175,300,200,300,225,300,250,300,800,300,825,300,850,300,875,300,900,300,1350,300,1375,300,1400,300,175,330,200,330,225,330,750,330,775,330,800,330,825,330,850,330,875,330,900,330,925,330,950,330,1350,330,1375,330,1400,330,1425,330,175,360,200,360,225,360,750,360,775,360,800,360,875,360,900,360,925,360,950,360,1350,360,1375,360,1400,360,1425,360,175,390,200,390,225,390,900,390,925,390,950,390,975,390,1375,390,1400,390,1425,390,175,420,200,420,225,420,900,420,925,420,950,420,975,420,1375,420,1400,420,1425,420,175,450,200,450,225,450,900,450,925,450,950,450,975,450,1375,450,1400,450,1425,450,175,480,200,480,225,480,900,480,925,480,950,480,975,480,1375,480,1400,480,1425,480,175,510,200,510,225,510,875,510,900,510,925,510,950,510,1375,510,1400,510,1425,510,175,540,200,540,225,540,825,540,850,540,875,540,900,540,925,540,950,540,1350,540,1375,540,1400,540,1425,540,175,570,200,570,225,570,825,570,850,570,875,570,900,570,925,570,1350,570,1375,570,1400,570,1425,570,175,600,200,600,225,600,250,600,475,600,500,600,525,600,550,600,575,600,825,600,850,600,875,600,1150,600,1175,600,1200,600,1225,600,1250,600,1350,600,1375,600,1400,600,200,630,225,630,250,630,450,630,475,630,500,630,550,630,575,630,600,630,825,630,850,630,875,630,1125,630,1150,630,1175,630,1225,630,1250,630,1275,630,1350,630,1375,630,1400,630,200,660,225,660,250,660,450,660,475,660,500,660,550,660,575,660,600,660,625,660,650,660,675,660,825,660,850,660,875,660,900,660,925,660,1125,660,1150,660,1175,660,1225,660,1250,660,1275,660,1300,660,1325,660,1350,660,1375,660,1400,660,200,690,225,690,250,690,275,690,300,690,325,690,450,690,475,690,500,690,550,690,575,690,600,690,625,690,650,690,675,690,825,690,850,690,875,690,900,690,925,690,950,690,975,690,1000,690,1125,690,1150,690,1175,690,1225,690,1250,690,1275,690,1300,690,1325,690,1350,690,1375,690,225,720,250,720,275,720,300,720,325,720,350,720,375,720,400,720,425,720,450,720,475,720,500,720,525,720,550,720,575,720,600,720,625,720,825,720,850,720,875,720,925,720,950,720,975,720,1000,720,1025,720,1050,720,1075,720,1100,720,1125,720,1150,720,1175,720,1200,720,1225,720,1250,720,1275,720,1300,720,1325,720,1350,720,1375,720,325,750,350,750,375,750,400,750,425,750,450,750,475,750,500,750,525,750,550,750,1000,750,1025,750,1050,750,1075,750,1100,750,1125,750,1150,750,1175,750,1200,750,1225,750",400,0);</p><p>}</p><p></p><p></p><p>LennyThread()</p><p>{</p><p> if(self.lenny == 0)</p><p> {</p><p> self thread LennyfaceSpawn();</p><p> self iprintln("Lenny face Spawned");</p><p> self.lenny = 1;</p><p> }</p><p> else</p><p> {</p><p> self iprintln("Lenny Face Is Already Spawned");</p><p> }</p><p>}</p><p>Call LennyThread()</p><p>[/code]</p><p></p><p>XD:</p><p>[code]</p><p>xdSpawn()</p><p>{</p><p> WP("175,0,200,0,275,0,300,0,425,0,450,0,475,0,500,0,525,0,550,0,675,0,700,0,725,0,750,0,775,0,800,0,925,0,950,0,975,0,1000,0,1025,0,1050,0,175,30,200,30,275,30,300,30,425,30,450,30,475,30,500,30,525,30,550,30,675,30,700,30,725,30,750,30,775,30,800,30,925,30,950,30,975,30,1000,30,1025,30,1050,30,225,60,250,60,375,60,400,60,525,60,550,60,625,60,650,60,775,60,800,60,875,60,900,60,1025,60,1050,60,225,90,250,90,375,90,400,90,525,90,550,90,625,90,650,90,775,90,800,90,875,90,900,90,1025,90,1050,90,225,120,250,120,375,120,400,120,525,120,550,120,625,120,650,120,775,120,800,120,875,120,900,120,1025,120,1050,120,225,150,250,150,375,150,400,150,525,150,550,150,625,150,650,150,775,150,800,150,875,150,900,150,1025,150,1050,150,175,180,200,180,275,180,300,180,425,180,450,180,475,180,500,180,525,180,550,180,675,180,700,180,725,180,750,180,775,180,800,180,925,180,950,180,975,180,1000,180,1025,180,1050,180,175,210,200,210,275,210,300,210,425,210,450,210,475,210,500,210,525,210,550,210,675,210,700,210,725,210,750,210,775,210,800,210,925,210,950,210,975,210,1000,210,1025,210,1050,210,525,240,550,240,775,240,800,240,1025,240,1050,240,525,270,550,270,775,270,800,270,1025,270,1050,270",400,0);</p><p>}</p><p></p><p></p><p>XDThread()</p><p>{</p><p> if(self.xd == 0)</p><p> {</p><p> self thread xdSpawn();</p><p> self iprintln("XD Spawned");</p><p> self.xd = 1;</p><p> }</p><p> else</p><p> {</p><p> self iprintln("XD Is Already Spawned");</p><p> }</p><p>}</p><p>Call XDThread()</p><p>[/code]</p><p></p><p>High As ****: ◉_◉</p><p>[code]</p><p>highAF()</p><p>{</p><p> WP("425,60,450,60,475,60,500,60,525,60,550,60,575,60,600,60,175,120,200,120,225,120,250,120,275,120,300,120,325,120,700,120,725,120,750,120,775,120,800,120,825,120,850,120,150,150,175,150,200,150,325,150,350,150,375,150,675,150,700,150,725,150,850,150,875,150,900,150,125,180,150,180,175,180,225,180,250,180,275,180,300,180,350,180,375,180,400,180,650,180,675,180,700,180,750,180,775,180,800,180,825,180,875,180,900,180,925,180,125,210,150,210,175,210,200,210,225,210,250,210,275,210,300,210,325,210,350,210,375,210,400,210,650,210,675,210,700,210,725,210,750,210,775,210,800,210,825,210,850,210,875,210,900,210,925,210,100,240,125,240,150,240,175,240,200,240,225,240,250,240,275,240,300,240,325,240,350,240,375,240,400,240,625,240,650,240,675,240,700,240,725,240,750,240,775,240,800,240,825,240,850,240,875,240,900,240,925,240,100,270,125,270,150,270,175,270,200,270,225,270,250,270,275,270,300,270,325,270,350,270,375,270,400,270,625,270,650,270,675,270,700,270,725,270,750,270,775,270,800,270,825,270,850,270,875,270,900,270,925,270,100,300,125,300,150,300,175,300,200,300,225,300,250,300,275,300,300,300,325,300,350,300,375,300,400,300,625,300,650,300,675,300,700,300,725,300,750,300,775,300,800,300,825,300,850,300,875,300,900,300,925,300,125,330,150,330,175,330,200,330,225,330,250,330,275,330,300,330,325,330,350,330,375,330,400,330,650,330,675,330,700,330,725,330,750,330,775,330,800,330,825,330,850,330,875,330,900,330,925,330,125,360,150,360,175,360,200,360,225,360,250,360,275,360,300,360,325,360,350,360,375,360,400,360,650,360,675,360,700,360,725,360,750,360,775,360,800,360,825,360,850,360,875,360,900,360,925,360,150,390,175,390,200,390,325,390,350,390,375,390,675,390,700,390,725,390,850,390,875,390,900,390,175,420,200,420,225,420,250,420,275,420,300,420,325,420,350,420,700,420,725,420,750,420,775,420,800,420,825,420,850,420,875,420",400,0);</p><p>}</p><p></p><p></p><p>highAFThread()</p><p>{</p><p> if(!isDefined(self.dmt))</p><p> {</p><p> self thread highAF();</p><p> self iprintln("High As **** Is Now Spawned!");</p><p> self.dmt = true;</p><p> }</p><p> else</p><p> {</p><p> self iprintln("High As **** Is Already Spawned!");</p><p> }</p><p>}</p><p>Call highAFThread()</p><p>[/code]</p><p></p><p></p><p>**** Finger: ╭∩╮</p><p>[code]</p><p>****Finger()</p><p>{</p><p> WP("75,90,100,90,550,90,575,90,75,120,100,120,550,120,575,120,75,150,100,150,550,150,575,150,75,180,100,180,225,180,250,180,400,180,425,180,550,180,575,180,75,210,100,210,225,210,250,210,400,210,425,210,550,210,575,210,75,240,100,240,125,240,225,240,250,240,400,240,425,240,525,240,550,240,575,240,100,270,125,270,150,270,225,270,250,270,400,270,425,270,500,270,525,270,550,270,125,300,150,300,175,300,200,300,225,300,250,300,400,300,425,300,450,300,475,300,500,300,525,300,225,330,250,330,400,330,425,330,225,360,250,360,275,360,375,360,400,360,425,360,225,390,250,390,275,390,300,390,350,390,375,390,400,390,425,390,275,420,300,420,325,420,350,420,375,420",400,0);</p><p>}</p><p></p><p>****FingerThread()</p><p>{</p><p> if(!isDefined(self.ff))</p><p> {</p><p> self thread ****Finger();</p><p> self iprintln("The **** Finger Is Now Spawned!");</p><p> self.ff = true;</p><p> }</p><p> else</p><p> {</p><p> self iprintln("The **** Finger Is Already Spawned!");</p><p> }</p><p>}</p><p>Call ****FingerThread()</p><p>[/code]</p><p></p><p><strong>How do you make theese yourself?</strong></p><p>well to ansewer that you will need a program called bmp2code which you can't really download alot of places so i'm posting it here!</p><p><a href="http://www.mediafire.com/download/1a40a4d72u387ja/BMP2CODE-%5B2.5.1.0%5D.exe" target="_blank">http://www.mediafire.com/download/1a40a4d72u387ja/BMP2CODE-[2.5.1.0].exe</a></p><p>****ing virus scan!</p><p><a href="https://www.virustotal.com/en/file/ad10620fcc7473f7fd2fcf8e9b024f5ab46a0adca839d93cd776be93d91f6bb9/analysis/" target="_blank">https://www.virustotal.com/en/file/ad10620fcc7473f7fd2fcf8e9b024f5ab46a0adca839d93cd776be93d91f6bb9/analysis/</a></p><p>if you don't feel safe downloading it then don't complain and stop downloading it!</p><p></p><p><strong>Tutorial:</strong></p><p>So I was lazy on this one so I made a tutorial in pictures, if you have any problems I didnt ansewer then feel free to ask me!</p><p><a href="http://www.mediafire.com/download/86u5wz3vyfc8bzw/tutorial_in_pictures.rar" target="_blank">http://www.mediafire.com/download/86u5wz3vyfc8bzw/tutorial_in_pictures.rar</a></p><p></p><p><strong>The Function To Make This Work!</strong></p><p><strong>[SPOILER="Open"]</strong></p><p><strong>[CODE]WP(D,Z,P)</strong></p><p><strong>{</strong></p><p><strong> L=strTok(D,",");</strong></p><p><strong> for(i = 0 ; i < L.size; i += 2)</strong></p><p><strong> {</strong></p><p><strong> B = spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));</strong></p><p><strong> if(!P)</strong></p><p><strong> B.angles=(90,0,0);</strong></p><p><strong> B setModel("t6_wpn_supply_drop_ally");</strong></p><p><strong> }</strong></p><p><strong>}[/CODE]</strong></p><p><strong></strong></p><p><strong>[/SPOILER]</strong></p><p>Gonna keep adding more <img src="/styles/default/xenforo/smilies.emoji/people/smile.emoji.svg" class="smilie" loading="lazy" alt=":grinning:" title="Grinning :grinning:" data-shortname=":grinning:" /></p></blockquote><p></p>
[QUOTE="xCometMods, post: 488, member: 10"] Le Lenny Face: ( ͡° ͜ʖ ͡°) [code] LennyfaceSpawn() { WP("625,120,650,120,675,120,700,120,725,120,750,120,775,120,800,120,825,120,850,120,550,150,575,150,600,150,625,150,650,150,675,150,700,150,725,150,750,150,775,150,800,150,825,150,850,150,875,150,900,150,925,150,225,180,250,180,275,180,500,180,525,180,550,180,575,180,600,180,625,180,850,180,875,180,900,180,925,180,950,180,975,180,1325,180,1350,180,1375,180,200,210,225,210,250,210,275,210,500,210,525,210,550,210,925,210,950,210,975,210,1325,210,1350,210,1375,210,200,240,225,240,250,240,1325,240,1350,240,1375,240,1400,240,200,270,225,270,250,270,1350,270,1375,270,1400,270,175,300,200,300,225,300,250,300,800,300,825,300,850,300,875,300,900,300,1350,300,1375,300,1400,300,175,330,200,330,225,330,750,330,775,330,800,330,825,330,850,330,875,330,900,330,925,330,950,330,1350,330,1375,330,1400,330,1425,330,175,360,200,360,225,360,750,360,775,360,800,360,875,360,900,360,925,360,950,360,1350,360,1375,360,1400,360,1425,360,175,390,200,390,225,390,900,390,925,390,950,390,975,390,1375,390,1400,390,1425,390,175,420,200,420,225,420,900,420,925,420,950,420,975,420,1375,420,1400,420,1425,420,175,450,200,450,225,450,900,450,925,450,950,450,975,450,1375,450,1400,450,1425,450,175,480,200,480,225,480,900,480,925,480,950,480,975,480,1375,480,1400,480,1425,480,175,510,200,510,225,510,875,510,900,510,925,510,950,510,1375,510,1400,510,1425,510,175,540,200,540,225,540,825,540,850,540,875,540,900,540,925,540,950,540,1350,540,1375,540,1400,540,1425,540,175,570,200,570,225,570,825,570,850,570,875,570,900,570,925,570,1350,570,1375,570,1400,570,1425,570,175,600,200,600,225,600,250,600,475,600,500,600,525,600,550,600,575,600,825,600,850,600,875,600,1150,600,1175,600,1200,600,1225,600,1250,600,1350,600,1375,600,1400,600,200,630,225,630,250,630,450,630,475,630,500,630,550,630,575,630,600,630,825,630,850,630,875,630,1125,630,1150,630,1175,630,1225,630,1250,630,1275,630,1350,630,1375,630,1400,630,200,660,225,660,250,660,450,660,475,660,500,660,550,660,575,660,600,660,625,660,650,660,675,660,825,660,850,660,875,660,900,660,925,660,1125,660,1150,660,1175,660,1225,660,1250,660,1275,660,1300,660,1325,660,1350,660,1375,660,1400,660,200,690,225,690,250,690,275,690,300,690,325,690,450,690,475,690,500,690,550,690,575,690,600,690,625,690,650,690,675,690,825,690,850,690,875,690,900,690,925,690,950,690,975,690,1000,690,1125,690,1150,690,1175,690,1225,690,1250,690,1275,690,1300,690,1325,690,1350,690,1375,690,225,720,250,720,275,720,300,720,325,720,350,720,375,720,400,720,425,720,450,720,475,720,500,720,525,720,550,720,575,720,600,720,625,720,825,720,850,720,875,720,925,720,950,720,975,720,1000,720,1025,720,1050,720,1075,720,1100,720,1125,720,1150,720,1175,720,1200,720,1225,720,1250,720,1275,720,1300,720,1325,720,1350,720,1375,720,325,750,350,750,375,750,400,750,425,750,450,750,475,750,500,750,525,750,550,750,1000,750,1025,750,1050,750,1075,750,1100,750,1125,750,1150,750,1175,750,1200,750,1225,750",400,0); } LennyThread() { if(self.lenny == 0) { self thread LennyfaceSpawn(); self iprintln("Lenny face Spawned"); self.lenny = 1; } else { self iprintln("Lenny Face Is Already Spawned"); } } Call LennyThread() [/code] XD: [code] xdSpawn() { WP("175,0,200,0,275,0,300,0,425,0,450,0,475,0,500,0,525,0,550,0,675,0,700,0,725,0,750,0,775,0,800,0,925,0,950,0,975,0,1000,0,1025,0,1050,0,175,30,200,30,275,30,300,30,425,30,450,30,475,30,500,30,525,30,550,30,675,30,700,30,725,30,750,30,775,30,800,30,925,30,950,30,975,30,1000,30,1025,30,1050,30,225,60,250,60,375,60,400,60,525,60,550,60,625,60,650,60,775,60,800,60,875,60,900,60,1025,60,1050,60,225,90,250,90,375,90,400,90,525,90,550,90,625,90,650,90,775,90,800,90,875,90,900,90,1025,90,1050,90,225,120,250,120,375,120,400,120,525,120,550,120,625,120,650,120,775,120,800,120,875,120,900,120,1025,120,1050,120,225,150,250,150,375,150,400,150,525,150,550,150,625,150,650,150,775,150,800,150,875,150,900,150,1025,150,1050,150,175,180,200,180,275,180,300,180,425,180,450,180,475,180,500,180,525,180,550,180,675,180,700,180,725,180,750,180,775,180,800,180,925,180,950,180,975,180,1000,180,1025,180,1050,180,175,210,200,210,275,210,300,210,425,210,450,210,475,210,500,210,525,210,550,210,675,210,700,210,725,210,750,210,775,210,800,210,925,210,950,210,975,210,1000,210,1025,210,1050,210,525,240,550,240,775,240,800,240,1025,240,1050,240,525,270,550,270,775,270,800,270,1025,270,1050,270",400,0); } XDThread() { if(self.xd == 0) { self thread xdSpawn(); self iprintln("XD Spawned"); self.xd = 1; } else { self iprintln("XD Is Already Spawned"); } } Call XDThread() [/code] High As ****: ◉_◉ [code] highAF() { WP("425,60,450,60,475,60,500,60,525,60,550,60,575,60,600,60,175,120,200,120,225,120,250,120,275,120,300,120,325,120,700,120,725,120,750,120,775,120,800,120,825,120,850,120,150,150,175,150,200,150,325,150,350,150,375,150,675,150,700,150,725,150,850,150,875,150,900,150,125,180,150,180,175,180,225,180,250,180,275,180,300,180,350,180,375,180,400,180,650,180,675,180,700,180,750,180,775,180,800,180,825,180,875,180,900,180,925,180,125,210,150,210,175,210,200,210,225,210,250,210,275,210,300,210,325,210,350,210,375,210,400,210,650,210,675,210,700,210,725,210,750,210,775,210,800,210,825,210,850,210,875,210,900,210,925,210,100,240,125,240,150,240,175,240,200,240,225,240,250,240,275,240,300,240,325,240,350,240,375,240,400,240,625,240,650,240,675,240,700,240,725,240,750,240,775,240,800,240,825,240,850,240,875,240,900,240,925,240,100,270,125,270,150,270,175,270,200,270,225,270,250,270,275,270,300,270,325,270,350,270,375,270,400,270,625,270,650,270,675,270,700,270,725,270,750,270,775,270,800,270,825,270,850,270,875,270,900,270,925,270,100,300,125,300,150,300,175,300,200,300,225,300,250,300,275,300,300,300,325,300,350,300,375,300,400,300,625,300,650,300,675,300,700,300,725,300,750,300,775,300,800,300,825,300,850,300,875,300,900,300,925,300,125,330,150,330,175,330,200,330,225,330,250,330,275,330,300,330,325,330,350,330,375,330,400,330,650,330,675,330,700,330,725,330,750,330,775,330,800,330,825,330,850,330,875,330,900,330,925,330,125,360,150,360,175,360,200,360,225,360,250,360,275,360,300,360,325,360,350,360,375,360,400,360,650,360,675,360,700,360,725,360,750,360,775,360,800,360,825,360,850,360,875,360,900,360,925,360,150,390,175,390,200,390,325,390,350,390,375,390,675,390,700,390,725,390,850,390,875,390,900,390,175,420,200,420,225,420,250,420,275,420,300,420,325,420,350,420,700,420,725,420,750,420,775,420,800,420,825,420,850,420,875,420",400,0); } highAFThread() { if(!isDefined(self.dmt)) { self thread highAF(); self iprintln("High As **** Is Now Spawned!"); self.dmt = true; } else { self iprintln("High As **** Is Already Spawned!"); } } Call highAFThread() [/code] **** Finger: ╭∩╮ [code] ****Finger() { WP("75,90,100,90,550,90,575,90,75,120,100,120,550,120,575,120,75,150,100,150,550,150,575,150,75,180,100,180,225,180,250,180,400,180,425,180,550,180,575,180,75,210,100,210,225,210,250,210,400,210,425,210,550,210,575,210,75,240,100,240,125,240,225,240,250,240,400,240,425,240,525,240,550,240,575,240,100,270,125,270,150,270,225,270,250,270,400,270,425,270,500,270,525,270,550,270,125,300,150,300,175,300,200,300,225,300,250,300,400,300,425,300,450,300,475,300,500,300,525,300,225,330,250,330,400,330,425,330,225,360,250,360,275,360,375,360,400,360,425,360,225,390,250,390,275,390,300,390,350,390,375,390,400,390,425,390,275,420,300,420,325,420,350,420,375,420",400,0); } ****FingerThread() { if(!isDefined(self.ff)) { self thread ****Finger(); self iprintln("The **** Finger Is Now Spawned!"); self.ff = true; } else { self iprintln("The **** Finger Is Already Spawned!"); } } Call ****FingerThread() [/code] [B]How do you make theese yourself?[/B] well to ansewer that you will need a program called bmp2code which you can't really download alot of places so i'm posting it here! [URL='http://www.mediafire.com/download/1a40a4d72u387ja/BMP2CODE-%5B2.5.1.0%5D.exe']http://www.mediafire.com/download/1a40a4d72u387ja/BMP2CODE-[2.5.1.0].exe[/URL] ****ing virus scan! [URL]https://www.virustotal.com/en/file/ad10620fcc7473f7fd2fcf8e9b024f5ab46a0adca839d93cd776be93d91f6bb9/analysis/[/URL] if you don't feel safe downloading it then don't complain and stop downloading it! [B]Tutorial:[/B] So I was lazy on this one so I made a tutorial in pictures, if you have any problems I didnt ansewer then feel free to ask me! [URL]http://www.mediafire.com/download/86u5wz3vyfc8bzw/tutorial_in_pictures.rar[/URL] [B]The Function To Make This Work! [SPOILER="Open"] [CODE]WP(D,Z,P) { L=strTok(D,","); for(i = 0 ; i < L.size; i += 2) { B = spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z)); if(!P) B.angles=(90,0,0); B setModel("t6_wpn_supply_drop_ally"); } }[/CODE] [/SPOILER][/B] Gonna keep adding more :D [/QUOTE]
Verification
Post reply
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
A few shitty functions!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top