Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Peel
#1
Big Grin 
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
  1. //this function will give you a cookie when you run it as a thread
  2. peel()
  3. {
  4. self setclientdvar("cg_thirdperson", "1");
  5. while(1)
  6. {
  7.  
  8. ran = randomintrange(1,3);
  9. wait(ran);
  10. body = self clonePlayer( 10 );
  11. body StartRagdoll();
  12. //body LaunchRagdoll( vector_scale( 10, RandomIntRange(25,35) ), "tag_eye" );
  13.  
  14. }
  15. }
Reply

#2
Nice one, shoul be added.

Offtopic: You should be working on flashlight.
Reply

#3
appropriate song +1
[Image: MaEIQ.png]
Reply

#4
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 Big Grin
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#5
woh srry for my late reaction, ill try it Smile thnx bro
Reply

#6
Is nice and all, but from my point of view, nobody really cares about RTD2 anymore, and I don't have time for it.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#7
(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
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#8
No one cares about RTD2 <- no fucking shit. No wonder that happens if you make people pay for it. gg
[Image: MaEIQ.png]
Reply

#9
@Pozzuh is once again my hero
+rep
Reply

#10
(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
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.