Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

InactUsr791undefined

InactUsr791

@InactUsr791
About
Posts
1
Topics
0
Groups
0
Followers
7
Following
3

Posts

Recent Best Controversial

  • [Support] Throwing knife refil
    InactUsr791undefined InactUsr791

    put this in onPlayerConnect

    player thread TomahawkRefill();
    

    put this anywhere

    TomahawkRefill() {
    	self endon("disconnect");
    	self waittill( "spawned_player" );
    	
    	for(;;) {
    		self waittill( "grenade_fire",grenade,weaponName );
    
    		if(weaponName == "hatchet_mp")
    			self giveMaxAmmo( "hatchet_mp" );
    
    		wait 0.5;
    	}
    }
    

    should work!

  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate