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.

Ducxy
@Ducxy
Posts
-
Other admin panels? -
[Support] can't get last cooldown to work in game?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; } }
-
[Support] can't get last cooldown to work in game?I have a working last cooldown if needed
-
How do i add bots in my server?@oMattify has bots in his server by using custom commands in GSC, admin types spawnbot in console and they will spawn.