ItsMods

Full Version: Auto Detonate C4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Who can make a mod?
Auto Detonate C4
Again? Last time it was stated that it's actual there.
I dont have the game to try, but you have to change something on _weapons.gsc, maybe is just this, idk:

Put this

Code:
thread claymoreDetonation();

here:

Code:
    else
    {
        if ( !isdefined( self.c4array ) )
            self.c4array = [];
        if ( !isdefined( self.claymorearray ) )
            self.claymorearray = [];
    }

    thread watchC4();
    /*thread watchC4Detonation();
    thread watchC4AltDetonation(); PUT IT HERE*/
    thread watchClaymores();
    thread deleteC4AndClaymoresOnDisconnect();
You helped me nothing. Off topic. I solved his problem.
LOL
Oh did you now? Was it hard?
what about share?!?!?!?