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
  • Deutsch
  • Anmelden
  • Registrieren
  • Suche
Forum
  1. GSManager
  2. Mitglieder
  3. Mirko911

Beiträge von Mirko911

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!
  • 1
  • 14
  • 15
  • 16
  • 90
  • !mc command

    • Mirko911
    • 28. November 2015 um 12:16

    yea

  • Recognized Manuadmin?

    • Mirko911
    • 27. November 2015 um 17:47

    Yea, that shouldn't happen. Could you please tell us your hoster?

  • GeoIP

    • Mirko911
    • 27. November 2015 um 17:45

    pls answer him

  • GeoIP

    • Mirko911
    • 27. November 2015 um 08:47

    Btw the atnihack plugin is not compatible with the gsm 1.0.0 yet

    EDIT: Yenz already uploaded a new version

  • Explaination

    • Mirko911
    • 26. November 2015 um 22:18

    idk. I never used / thought about this feature

  • Explaination

    • Mirko911
    • 26. November 2015 um 21:46

    as far as I know you need PB to get the HW ID

  • admin !comands

    • Mirko911
    • 26. November 2015 um 20:26

    you can do it over the aliases.

    The aliases file is location in config/aliases.json

    edit the file and add aliases with the following pattern:

    "mysuperfancyalias" : "mycommand parameter",
    or in your case
    "gt" : "gametype set dm"

  • !mc command

    • Mirko911
    • 26. November 2015 um 12:31

    as far as I know there was no !mc command. Maybe you've set an alias?

    Do you mean the !scream command? It spams a message in 9 different colors?

  • Explaination

    • Mirko911
    • 26. November 2015 um 10:19

    the forum got a wipe when we switched to GSM 1.0.0
    The GSM is a full replacement for Manuadminmod.
    We made many changes in the Background.
    Also we added some new functions and improved old ones: full geoip support for example

    Sry for short answer I'm online with my smartphone :D

  • FTP Support?

    • Mirko911
    • 25. November 2015 um 22:30

    we added FTP Support for special hosting configurations (Gameserverhoster for example), who can't run the GSM and Quake3 based games (like cod2,cod4, ...) on the same server.

    This feature is not relevant for over 95% of all users.

  • new plugin

    • Mirko911
    • 25. November 2015 um 07:29
    Code
    {
        "customcommands": {
            "enabled": true,
            "commands": {
                "execute": "exec <ARG>",
                "kickall": "kick all",
                "fps": "SelectStringTableEntryInDvar FPS FPS r_fullbright 1"
            }
        }
    }

    The comma in line 6, at the end of line, was missing
    "kickall": "kick all",

  • new plugin

    • Mirko911
    • 24. November 2015 um 21:59

    1. you don't have to put "rcon" in the command
    2. I think that you don't want to change the server value com_maxfps.
    Many mods have some dvars which allows to change game/client settings. As far as I know deathrun uses "set admin whatever:pid" or s.th like this

  • CoD4x + MaM

    • Mirko911
    • 24. November 2015 um 21:54

    So, you can't see the country of a player in the welcome message?

  • CoD4x + MaM

    • Mirko911
    • 24. November 2015 um 20:22

    you mean the geoip plugin?
    If yes:
    you don't need it anymore. The GSM has a build in geoip feature. The command is !location
    If no:
    I don't know what you mean

  • new plugin

    • Mirko911
    • 23. November 2015 um 23:30

    you can do it over custom commands

    it works like this:

    Code
    "deagle": "set admin weapon:<ARG:FIND_PLAYER:PID>:deagle"
  • CoD4x + MaM

    • Mirko911
    • 22. November 2015 um 12:37

    Installing PHP [Windows]

  • CoD4x + MaM

    • Mirko911
    • 22. November 2015 um 00:56

    Installing PHP [Linux]

  • CoD4x + MaM

    • Mirko911
    • 21. November 2015 um 22:01

    try this in the basics.json :


    Zitat

    "punishment": {
    "actions": [
    [0, "warn", {}],
    [25, "kill", {}],
    [50, "kick", {}],
    [75, "tempban", {"time": 60}],
    [100, "ban", {}]
    ],
    "announce": true,
    "deftempbandur": "5",
    "forcereason": false,
    "immunitynote" : false,
    "maxtempbandur": "1440",
    "pointsforwarn": 10,
    "punkbuster": false,
    "resetscoreonjoin": true,
    "saveperm": true
    },

    Alles anzeigen
  • CoD4x + MaM

    • Mirko911
    • 21. November 2015 um 21:31

    Hey,

    so you want to say us, that everything is working fine with GSM and Cod4 1.7a?

  • Punkbuster

    • Mirko911
    • 19. November 2015 um 17:25
    Zitat von Solution

    [19.11.15 16:25:18] Info: RCON command executed: 'banUser 1 ^4Camping'

    Das sollte nicht vorkommen, wenn du Punkbuster im GSM auf true gesetzt hast.


    Zitat von Solution

    [19.11.15 16:25:43] Warning: Warning in home/bgpanel/promod2/adminmod/daemon/api/tcp.php:73 => stream_socket_server(): unable to connect to tcp://0.0.0.0:3680 (Address already in use)

    Ich würde entweder die API auf einen anderen Port legen oder ausschalten ;)

    Zitat von Solution

    [19.11.15 16:25:18] Warning: Warning in home/bgpanel/promod2/adminmod/daemon/libraries/database/database.php:393 => PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: bans.banDate

    Da werde ich am Wochenende mal bei schauen

  • 1
  • 14
  • 15
  • 16
  • 90
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  • Deutsch
  • English