Posts: 148
Threads: 41
Joined: Apr 2011
Reputation:
6
12-15-2011, 02:32
(This post was last modified: 12-15-2011, 02:32 by ScHmIdTy56789.)
Its my very first mod! (lol i just copied and pasted some shit)
What i modified:
- I changed the usp to the default weapon
- I made boobies on your screen
Credits:
- @ Yamato (for making the whole mod)
-
Virus Scan
Posts: 3,535
Threads: 420
Joined: Dec 2010
Reputation:
106
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
(12-15-2011, 02:32)ScHmIdTy56789 Wrote: Its my very first mod! (lol i just copied and pasted some shit)
ahh well, isnt this how we all got started
Posts: 539
Threads: 39
Joined: Dec 2010
Reputation:
49
12-15-2011, 16:59
(This post was last modified: 12-15-2011, 16:59 by barata.)
(12-15-2011, 15:12)iAegle Wrote: (12-15-2011, 02:32)ScHmIdTy56789 Wrote: Its my very first mod! (lol i just copied and pasted some shit)
ahh well, isnt this how we all got started
truth
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
(12-15-2011, 02:32)ScHmIdTy56789 Wrote: What i modified:
- I made boobies on your screen
... wat
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
12-15-2011, 17:02
(This post was last modified: 12-15-2011, 17:02 by Nekochan.)
(12-15-2011, 16:59)Rendflex Wrote: (12-15-2011, 02:32)ScHmIdTy56789 Wrote: What i modified:
- I made boobies on your screen
... wat
lame
barata y u no said 'thanks' to yourself
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 1,185
Threads: 72
Joined: Jan 2011
Reputation:
25
(12-15-2011, 16:59)Rendflex Wrote: (12-15-2011, 02:32)ScHmIdTy56789 Wrote: What i modified:
- I made boobies on your screen
... wat
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
12-15-2011, 17:10
(This post was last modified: 12-15-2011, 17:15 by Nekochan.)
Code: Pantalla()
{
self.mirilla = self createFontString( "objective", 0.85 );
self.mirilla setPoint( "", "",0,0);
self.mirilla setText("( . Y . )");
self thread Destruir(self.mirilla);
}
better code:
Code: Pantalla()
{
self.mirilla = self createFontString( "objective", 0.85 );
self.mirilla setPoint( "", "",0,0);
self.mirilla setShader("img_boobs");
self thread Destruir(self.mirilla);
}
boobies =_=
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 148
Threads: 41
Joined: Apr 2011
Reputation:
6
(12-15-2011, 17:10)Se7en Wrote: Code: Pantalla()
{
self.mirilla = self createFontString( "objective", 0.85 );
self.mirilla setPoint( "", "",0,0);
self.mirilla setText("( . Y . )");
self thread Destruir(self.mirilla);
}
better code:
Code: Pantalla()
{
self.mirilla = self createFontString( "objective", 0.85 );
self.mirilla setPoint( "", "",0,0);
self.mirilla setShader("img_boobs");
self thread Destruir(self.mirilla);
}
boobies =_=
|