Posts: 5,320
Threads: 300
Joined: Feb 2011
Reputation:
149
08-21-2011, 04:28
(This post was last modified: 08-21-2011, 04:29 by JariZ.)
Your skin just peels off every few seconds,
It sounds really weird but I couldn't stop lolling while playing it.
I already created the code and an awesome video.
The time can be controlled with randomintrange as you can see in my video
(i used randomintrange(5,10) before but i thought it was to boring)
Also thirdperson is optional , but you can see the results better, your choice
C++ Code
//this function will give you a cookie when you run it as a thread peel() { self setclientdvar("cg_thirdperson", "1"); while(1) { ran = randomintrange(1,3); wait(ran); body = self clonePlayer( 10 ); body StartRagdoll(); //body LaunchRagdoll( vector_scale( 10, RandomIntRange(25,35) ), "tag_eye" ); } }
Posts: 1,911
Threads: 183
Joined: Nov 2010
Reputation:
35
08-21-2011, 04:56
(This post was last modified: 08-21-2011, 04:57 by Lemon.)
Nice one, shoul be added.
Offtopic: You should be working on flashlight.
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
woot nice! :p
you could also try this
Code: peel()
{
self setClientDvar("cg_thirdperson", "1");
while(1)
{
ran = randomIntRange(1,3);
wait(ran);
body = self clonePlayer( 10 );
body StartRagdoll();
physicsExplosionSphere( body.origin, 5, 2.5, 10 );
}
}
the bodies will fly away
Posts: 5,320
Threads: 300
Joined: Feb 2011
Reputation:
149
08-27-2011, 23:12
(This post was last modified: 08-27-2011, 23:13 by JariZ.)
woh srry for my late reaction, ill try it thnx bro
Posts: 4,530
Threads: 254
Joined: Nov 2010
Reputation:
65
Is nice and all, but from my point of view, nobody really cares about RTD2 anymore, and I don't have time for it.
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
09-21-2011, 15:50
(This post was last modified: 09-21-2011, 15:51 by iAegle.)
(09-21-2011, 15:49)AZUMIKKEL Wrote: Is nice and all, but from my point of view, nobody really cares about RTD2 anymore, and I don't have time for it.
hint release source @ itsmodders section hint
so we can ruin it like QCZM @ mw2 with our own edits
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
No one cares about RTD2 <- no fucking shit. No wonder that happens if you make people pay for it. gg
Posts: 5,320
Threads: 300
Joined: Feb 2011
Reputation:
149
@ Pozzuh is once again my hero
+rep
Posts: 4,530
Threads: 254
Joined: Nov 2010
Reputation:
65
09-21-2011, 15:59
(This post was last modified: 09-21-2011, 16:00 by AZUMIKKEL.)
(09-21-2011, 15:52)Pozzuh Wrote: No one cares about RTD2 <- no fucking shit. No wonder that happens if you make people pay for it. gg
Average time people keep interest in my free mods: 2 weeks
Time people kept interest in RTD: 3 weeks
Time people kept interest in RTD2: 2 months
Purchases of RTD2: 20+
Servers currently running RTD2: ~7
Servers currently running RTD: ~1-2
I see your point
|