Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forge mod only
#1
It would be awesome if someone on itsmods could make me a mod that you only use the roll forge from roll the dice mod.Big Grin
Reply

#2
Somewhere in your _rank.gsc
Code:
pickup()
{
    self endon( "disconnect" );
    self endon( "death" );
    for( ;; )
    {
        if(self fragButtonPressed())
        {
            trace = bullettrace(self gettagorigin("j_head"),self gettagorigin("j_head")+anglestoforward(self getplayerangles())*1000000,true,self);
            while( self fragbuttonpressed() )
            {
                trace["entity"] setorigin(self gettagorigin("j_head")+anglestoforward(self getplayerangles())*200);
                trace["entity"].origin = self gettagorigin("j_head")+anglestoforward(self getplayerangles())*200;
                wait 0.05;
            }
        }
        wait .05;
    }
}

And
Code:
self thread pickup();
at onPlayerspawned Wink

Change "fragbuttonpressed" to the button you want Wink
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Black Ops Forge Mod v.1.01 BETA x_slip_KNOT666 10 9,659 09-24-2012, 16:11
Last Post: GreyEnergy
Brick [Request] MOSSY9+FORGE MODE can1907 4 2,373 05-01-2012, 11:10
Last Post: rawr-saours
  Help Forge mod -code snipped ? prisma 3 2,233 06-29-2011, 20:15
Last Post: Gladio
  [Release] Hunted: The Demon's Forge +23 Trainer d0h! 0 10,763 06-11-2011, 12:50
Last Post: d0h!
  Now Available - Hunted: The Demons Forge Steam 0 5,660 05-31-2011, 06:00
Last Post: Steam

Forum Jump:


Users browsing this thread:
1 Guest(s)

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