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

Plutonium

Ducxyundefined

Ducxy

@Ducxy
About
Posts
104
Topics
15
Shares
0
Groups
0
Followers
8
Following
3

Posts

Recent Best Controversial

  • Other admin panels?
    Ducxyundefined Ducxy

    Hey Pluto members/staff... I was wondering if their are any other admin panels then IW4M Admin that I can get my hands on right now. I like IW4M Admin but it lacks some features that I would rather have.

    BO2 Server Hosting Support

  • [Support] can't get last cooldown to work in game?
    Ducxyundefined Ducxy
    onLastReached() {
        self endon( "disconnect" );
        self endon( "cooldownSet" );
       
        self.lastCooldown = true;
           
        for(;;) {
            if( self.lastCooldown && ((level.scorelimit - self.pers["kills"]) == 1) ) {
                self.lastCooldown = false;
                self freezeControls( true );
                self enableInvulnerability();
                self iPrintlnBold("^4YOU'RE ON LAST!");
                wait 1.25;
                self freezeControls( false );
                self disableInvulnerability();
                self notify( "cooldownSet" );
            }
           
            wait 0.25;
        }
    }
    
    BO2 Modding Support & Discussion gsc black ops 2

  • [Support] can't get last cooldown to work in game?
    Ducxyundefined Ducxy

    I have a working last cooldown if needed

    BO2 Modding Support & Discussion gsc black ops 2

  • How do i add bots in my server?
    Ducxyundefined Ducxy

    @oMattify has bots in his server by using custom commands in GSC, admin types spawnbot in console and they will spawn.

    BO2 Server Hosting Support
  • 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