1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Mitglieder
  3. jungleGNZ

Beiträge von jungleGNZ

Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
  • MW2 weaponsrestrictions

    • jungleGNZ
    • 14. März 2011 um 11:02

    thanks for that.
    next my weaponsrestriction plugin shows error in c:\........weaponsrestriction.php:72 =>strpos() expects parameter 1 to be string, array given

  • MW2 weaponsrestrictions

    • jungleGNZ
    • 14. März 2011 um 04:14

    Does this work in MW2 - marty kicker and/or noob tube
    If so what are the names to put into weaponrestriction area as I have tried similar to COD4 but it not work.

  • Alteriwnet Error

    • jungleGNZ
    • 9. März 2011 um 07:35

    your problem lies is your game start command line (game icon, right click select properties, in the target line you should have something like this; "C:\Program Files (x86)\Activision\modern warfare 2 server\iw4.exe" +set punkbuster 1 +set party_maxplayers 10 +set net_port 28961 +exec server.cfg +map restart +map_rotate)

    this sets the game and the port the server will run from. I take it you also have done the server.cfg file.

  • Autokick system and welcome messages dont work as they should do (Admins Please Help!!!)

    • jungleGNZ
    • 7. März 2011 um 23:53

    My admin cfg files, hope it helps you. Or use the generator link shown


    ; This file will be overwritten by the mod automatically
    ; Do not make any comments inhere
    ; Use the generator to generate a valid file: http://manuadminmod.de/config/admin.php

    [xuid number goes here]
    group = "master" <---------- other group names, admin, member
    protected = 1
    names = "junglerumble,[FFNZ] jungle,jungle"

    [xuid number goes here]
    group = "master"
    protected = 1
    names = "cyberwolf"

  • Autokick system and welcome messages dont work as they should do (Admins Please Help!!!)

    • jungleGNZ
    • 7. März 2011 um 01:19

    if you are using this mod with MW2 then NO it won't work. You need to update to 0.11.4 beta.
    if you using on cod4 or WAW then it should be working.

    you need to make logrcon = 1

    If you using MW2 the weapons auto kick will not work. Someone needs to fix this part.

  • Alteriwnet Error

    • jungleGNZ
    • 6. März 2011 um 19:57

    Can you post your config file. Also have you entered correct ip and port number for your game (may sound dumb but need to check)

  • MW2 BAN (kick/ban mod), XUID Spoofer

    • jungleGNZ
    • 6. März 2011 um 01:10

    Recently I banned people from our clan server only to find they are able to get back in after a few minutes.
    Apparently there is a XUID spoofer out there that the cheating f^*kers are using to change ip to allow the ban to be removed. (It will only allow people with dynamic IP's to change it, so those with static are still stuffed). You can re ban them but will end up having to redo when they keep coming back.

    Simplist solution I have found that if this happens just add their name or part name to the badnames list (make sure you enable it in your config file) this will hold them out a little longer, hopefully for good or until they change their name. :banned:

  • MANU and antinoob mod help

    • jungleGNZ
    • 2. März 2011 um 06:53

    in your game starup make sure you have the following: (game icon right click select properties)

    c:\program files...............\iw4.exe" +set party_maxplayers 10 +set net_port 28961 +exec servermod.cfg +fs_game mods/ThyparisGunGame +map restart +map_rotate

    this should hopefully make it work

  • Ping limit exception

    • jungleGNZ
    • 1. März 2011 um 04:36

    Is it possible to have pingkicker set to a limit and have certain exceptions for members/admins, ie. they are able to exceed the limit and not be kicked?

    Thanks

  • Auto kick for name changers

    • jungleGNZ
    • 1. März 2011 um 04:28

    yes

    look in your config file, it is normally set to 5 and active.
    [nameprotection]
    enabled = 1
    badnamekick = 1
    badnamekickmode = "kick"
    badnamekickreason = "Your name contains an illegal part: <PART>"
    adminnamekick = 1
    adminnamekickmode = "kick"
    adminnamekickreason = "Your name is an admins name"
    maxnamechanges = 5 <-------------adjust to what you want
    maxnamechangeskickmode = "tempban"
    maxnamechangeskickreason = "Max. namechanges reached"
    uppercasedisallow = 0
    uppercasekickreason = "Please do not use only upper case letters in your nickname"
    uppercasekickmode = "kick"

  • Mnau-admin-mode dvar problem

    • jungleGNZ
    • 1. März 2011 um 04:25

    make sure in your manuadmin config file that logrcon = 1 (some show as 0)
    and as above make sure you restart manu and the server itself.

  • MANU and antinoob mod help

    • jungleGNZ
    • 1. März 2011 um 04:23

    in your config file you need to adjust the line that directs to the games_mp log file.
    mine is like this:
    logfile = "c:\program files (x86)\activision\modern warfare 2 server\main\mods\RollTheDice\games_mp.log" part in blue is what you add with antinoob place for rollthedice.

    hope this helps.

  • PHP error please help

    • jungleGNZ
    • 27. Februar 2011 um 06:13

    You should really not have your folders for admin or MW2 running through your desktop location. Transfer MW2 to c:\program files\activision\modern warfare 2\, place manu admin here as well.
    The first error check location of path for the file/folder it is intending to locate. Make sure you have the log files in right place.

  • help - how the !ban command works?

    • jungleGNZ
    • 25. Februar 2011 um 20:37

    although MW2 does not use punkbuster I believe parts of MANUadmin do.

    Set in your server.cfg a line set sv_punkbuster 1 or place in your MW2 icon command line +set punkbuster 1.
    This will allows some of the pb commands to work with the rcon side of things.

    Setting up kickban properly on mw2 will allow !ban function to work. Have been using it for past month and many have been banned permantly from our server. Fantastic.

  • AlterIWNet MAM

    • jungleGNZ
    • 20. Februar 2011 um 00:41

    can you post a screenshot please, then we can get an idea of where it is failing

  • Help for configure manu admin !

    • jungleGNZ
    • 18. Februar 2011 um 04:08

    I know, but I am letting you know it can be closed as I spent couple of hours the other night on his pc getting it running.

  • KICKBan

    • jungleGNZ
    • 17. Februar 2011 um 11:25

    yes. and that funky read me file can be translated via web translator.

  • help - how the !ban command works?

    • jungleGNZ
    • 17. Februar 2011 um 06:21

    in you logs folder see if you have a file called bans.lst, if not create one (or copy/paste kickbans.lst and rename it)
    all other folders and files should be in respective place.

    if you do not have bans.lst in logs folder the ban function will not work, the kickban.lst is a temporary recoding file where bans.lst store the name, date, time, and xuid.

    This works for me and happily having dicks banned is great. Any problems let me know
    Thanks to the guy (korsika) that added the extra parts to the original files.

  • Help for configure manu admin !

    • jungleGNZ
    • 15. Februar 2011 um 05:15

    this thread can be closed, we got it all sorted up and running
    zacabbey aka junglerumble

  • KICKBan

    • jungleGNZ
    • 14. Februar 2011 um 20:55

    Never mind, have found the adminmod ban.rar file and that seems to do the trick (updated version).

  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™