Results 1 to 7 of 7

Thread: please....i need admin tools

  1. #1

    Default please....i need admin tools

    hello all

    i want admin tools

    admin #SA
    admin #CO
    admin #GA

    thanks

  2. #2
    Member
    Join Date
    Aug 2020
    Location
    Argentina
    Posts
    84

    Default

    Could you be more specific? I can't help you with that info
    MoH Reborn | MoH:AA Guide | Mapping tutorials | zzzzzMy_Maps.pk3 | YouTUBE
    __________________________________
    xNULL Discord
    __________________________________

    +set thereisnomonkey 1

  3. #3

    Default

    Quote Originally Posted by Konig View Post
    Could you be more specific? I can't help you with that info
    yes bro

    admin #SA = can kick and ban clients

    admin #CO full access the server

    admin #GA can change maps or time and kick and ban clients and screenshots and mute the chat or movement to spectors

  4. #4

    Default

    Hmm, you could grab something like Elgan's Admin Pro Menu, but I'm sure there will be lots of conflicting scripts.
    But if you simply want "full access" to the server, you'll need some way to access the MOHAA_server.exe console window remotely.

    The best option for that would be VNC Server (for your server PC), and VNC Viewer for your laptop or whatever PC you play MOHAA with. That's what I use right now.
    There is a 30 day trial, but it costs about $4 a month to keep a VNC account active. Then you can just log in remotely, kick and ban, change maps as needed.

    I do have Elgan's Admin Pro Menu in my UBER MODS v7 here: https://www.x-null.net/forums/thread...-Skin-for-2022
    See README 2 for where to change the rconpasswords within the .pk3. There's also a new option in MOHAA's keyboard options menu above Primary Fire for opening the Admin Pro menu in-game.

  5. #5

    Default

    Quote Originally Posted by Searingwolfe View Post
    Hmm, you could grab something like Elgan's Admin Pro Menu, but I'm sure there will be lots of conflicting scripts.
    But if you simply want "full access" to the server, you'll need some way to access the MOHAA_server.exe console window remotely.

    The best option for that would be VNC Server (for your server PC), and VNC Viewer for your laptop or whatever PC you play MOHAA with. That's what I use right now.
    There is a 30 day trial, but it costs about $4 a month to keep a VNC account active. Then you can just log in remotely, kick and ban, change maps as needed.

    I do have Elgan's Admin Pro Menu in my UBER MODS v7 here: https://www.x-null.net/forums/thread...-Skin-for-2022
    See README 2 for where to change the rconpasswords within the .pk3. There's also a new option in MOHAA's keyboard options menu above Primary Fire for opening the Admin Pro menu in-game.
    thanks bro

    i tried this mod .... but why server crash and shutdown when use the snow bomb or toxic pistol and some admin recons ?

  6. #6

    Default

    Yep, I noticed a lot of bugs and a some crashes too using this in a Reborn server. I'm still working on that, and I'll provide a v7.20 update soon.
    But to fix the light bomb, replace the models/fx/tankshellexplosion.scr with this code below:
    Code:
    TIKI
    setup
    {
    	scale 1.0
    	path models/fx/dummy
    	skelmodel dummy2.skd
    }
     
    init
    {
    	server  
    	{
    		classname Explosion
    //		ghost
    //		svflags +sendonce
    		rendereffects +dontdraw
    		notsolid
    		//radiusdamage 250
    		//radius 350
    		//meansofdeath explosion
    		life 0.1
    
    		radiusdamage 10// have a small kill radius	
    		radius 325	
    		knockback 700	
    		meansofdeath fire	
    		dlight 0 .5 1 500
    		scale 3
    	}
    }
    
    animations
    {
    	idle dummy2.skc
    	{
    		server    
    		{
    			// make the explosion effect
    //			entry explosioneffect bazooka
    			//first explosioneffect bazooka
    			first damageagain
    
    //			last stopanimating
    		}
    	}
    }

  7. #7

    Default

    Quote Originally Posted by Searingwolfe View Post
    Yep, I noticed a lot of bugs and a some crashes too using this in a Reborn server. I'm still working on that, and I'll provide a v7.20 update soon.
    But to fix the light bomb, replace the models/fx/tankshellexplosion.scr with this code below:
    Code:
    TIKI
    setup
    {
    	scale 1.0
    	path models/fx/dummy
    	skelmodel dummy2.skd
    }
     
    init
    {
    	server  
    	{
    		classname Explosion
    //		ghost
    //		svflags +sendonce
    		rendereffects +dontdraw
    		notsolid
    		//radiusdamage 250
    		//radius 350
    		//meansofdeath explosion
    		life 0.1
    
    		radiusdamage 10// have a small kill radius	
    		radius 325	
    		knockback 700	
    		meansofdeath fire	
    		dlight 0 .5 1 500
    		scale 3
    	}
    }
    
    animations
    {
    	idle dummy2.skc
    	{
    		server    
    		{
    			// make the explosion effect
    //			entry explosioneffect bazooka
    			//first explosioneffect bazooka
    			first damageagain
    
    //			last stopanimating
    		}
    	}
    }
    Is it possible to get this admin tool separately?
    It's a great
    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •