ItsMods

Full Version: Ninja Escape
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you press F .. or whatever you will disappear and a fake body will be left at your spot so people think your still there (if they are really retarded)

something like this

Code:
doNinjaEscape()
{
    while( true )
    {
        wait 0.05;
        
        if( self useButtonPressed )
        {
            body = self clonePlayer( 15 );
            body thread bodyDestroy( 10 );
            
            self hide();
            self disableWeapons();
            
            wait 10;
            
            self show();
            self enableWeapons();
        }
    }
}

bodyDestroy( time )
{
    wait time;
    
    self startRagdoll();
    
    wait time/2;
    
    self delete();
}

Thanks to @JariZ for the clonePlayer thingy
lol, add some smoke FX too Tongue

(@Yamato had a similiar idea in our chaotic invasion 2 mod, you should be able to buy a ninja escape perk in underpass)
(09-20-2011, 21:15)Rendflex Wrote: [ -> ]lol, add some smoke FX too Tongue

(@Yamato had a similiar idea in our chaotic invasion 2 mod, you should be able to buy a ninja escape perk in underpass)

Yeah some smoke fx would make it better
Isnt there a similar roll yet ?
This is already in. Ragdoll.
haha sweet!
@AZUMIKKEL how about my roll? you never reacted to it Sad
(09-20-2011, 21:24)AZUMIKKEL Wrote: [ -> ]This is already in. Ragdoll.

orly? Fuu
(09-21-2011, 16:49)iAegle Wrote: [ -> ]
(09-20-2011, 21:24)AZUMIKKEL Wrote: [ -> ]This is already in. Ragdoll.

orly? Fuu

Stuff like this has been spammed by xbox and ps3 modders, lol, nearly as infections, Tongue
(09-21-2011, 17:19)Yamato Wrote: [ -> ]
(09-21-2011, 16:49)iAegle Wrote: [ -> ]
(09-20-2011, 21:24)AZUMIKKEL Wrote: [ -> ]This is already in. Ragdoll.

orly? Fuu

Stuff like this has been spammed by xbox and ps3 modders, lol, nearly as infections, Tongue

w/e those modders are gay.