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
Thanks to @JariZ for the clonePlayer thingy
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
(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