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. Dr.Death

Beiträge von Dr.Death

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!
  • Target Machine Refuses RCON

    • Dr.Death
    • 11. September 2014 um 10:25

    it will be PHP="php"

    get latest version and make it like this...

    PHP="D:\php-5.5.16-nts-Win32-VC11-x86/php.exe" (if you have it in C put C instead of D)

  • heartbeat

    • Dr.Death
    • 10. September 2014 um 03:25
    Zitat von Dennis

    Just replace auto with the path to logfile ...

    when i do it, it gives error , sytex error config\config something like this


    btw i will try again tomorrow. then i will tell if it still gives error

  • heartbeat

    • Dr.Death
    • 9. September 2014 um 17:34
    Zitat von Belstgut

    what? i have no idea what your problem with the latest version is.

    i mean it have auto log file , i cant host promod in it , when i change it to simple it gives error.. then how i can host promod? without it i can host , cause games_mp.log is in pm folder (for pm hosting) :/

  • heartbeat

    • Dr.Death
    • 9. September 2014 um 16:06

    o but in latest version have auto log file and i cant host on it? in this it starts but it doesnt show messages..

  • heartbeat

    • Dr.Death
    • 9. September 2014 um 08:48
    Spoiler anzeigen

    [09.09.14 08:47:07] Info: !! Finished initialisation
    [09.09.14 08:47:07] Info: === Start processing loglines... ===
    [09.09.14 08:47:09] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: FAILED! namespace

    you can see this -_- thats everytime happens why? -_- BTW THIS IS COD4 -_-

  • little help need

    • Dr.Death
    • 9. September 2014 um 07:16

    PHP files? which we can find in --> manu mod---> Plugins ,
    2nd one is --> manu mod, -->config-->plugins
    which one?

  • little help need

    • Dr.Death
    • 9. September 2014 um 06:08

    how you guys make plugin? cause i wanna know so i can make plugins....

  • MaM beta 6 , Problem

    • Dr.Death
    • 8. September 2014 um 17:05

    btw i only edited the Mam.cfg set cf4 to cod4 , and php location?...


    nvm -.- @Belstgut thanks! tell imarkus to put this in table

    ;extension=php_mbstring.dll
    with
    extension=php_mbstring.dll (just remove ; )

    ty.

  • MaM beta 6 , Problem

    • Dr.Death
    • 8. September 2014 um 16:58

    <p>

    Zitat von Dennis

    mw2 user .. windows.

    even cod4 -_- it was not in 0.12&nbsp;</p>

  • MaM beta 6 , Problem

    • Dr.Death
    • 8. September 2014 um 14:52

    i installed and configured mam correctly ,,, when i start it , it gived me error : This softwere needs "MBSTRING" extention. Please install it ,,


    or if i am wrong can someone send me install guide..... ?

  • finall kill cam download from here

    • Dr.Death
    • 7. September 2014 um 19:24

    i just want codmw2 kill cam with bullet one... if its possible ?

  • is there any plugin :3

    • Dr.Death
    • 7. September 2014 um 19:23

    thanks :D will check on next host server

  • finall kill cam download from here

    • Dr.Death
    • 7. September 2014 um 17:40
    Zitat von Azad69

    If you are using a mod the copy finalkillcam.iwd to your Mods/modname folder and if you are using no mod then copy finalkillcam.iwd to your main folder located in your cod4 installed location

    lol i know how to install :P btw 1 question , how to slow it down ? when person hits it slows it down ... Slow motion.. :p

  • is there any plugin :3

    • Dr.Death
    • 7. September 2014 um 17:38
    Spoiler anzeigen

    PHP Source Code


    <?php
    /**
    * Register User on Server
    *
    * If you type !register, the server put's you in an other server group
    *
    * @package Plugins
    * @subpackage none
    * @version 1.0
    *
    * Author mirko911
    * @since 05.01.11
    */

    $mod->registerCommand("register", false , "register_main" );
    $mod->setDefaultCV("register_main", "registed_group", "user");
    $mod->setDefaultCV("register_main", "registed_message", "you are now registered on this server");

    /**
    * If you type !register, the server put's you in an other server group
    *
    * Author mirko911
    * @since 05.01.11
    * @global mod $mod
    * @global player $players
    * @param string $guid 32 char long hex guid
    * @return boolean true if all successful
    */
    function register_main($guid) {
    global $mod, $players;

    if($players[$guid]->getGroup() != "default") return false;

    $players[$guid]->setGroup($mod->getCV("register_main" , "registed_group"));
    $players[$guid]->Say($mod->getCV("register_main" , "registed_message"));
    return true;
    }

    ?>

    guide to install ? O_O

  • Welcome again and again ? LOL

    • Dr.Death
    • 7. September 2014 um 17:35
    Zitat von Mirko911

    yea, that's a bug of the cod4x files. It's fixed in 1.0.0

    with Beta6 the MAM autodetects the codx aka iceops files and fixes the bug

    i will try that on next host , ^^

  • Welcome again and again ? LOL

    • Dr.Death
    • 7. September 2014 um 10:03

    there :

    Spoiler anzeigen

    31:04 [06.09.14 13:11:32] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
    31:04 [06.09.14 13:11:33] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
    31:04 [06.09.14 13:11:34] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
    31:04 [06.09.14 13:11:36] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
    31:04 [06.09.14 13:11:37] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
    31:04 [06.09.14 13:11:39] Notice: Fette Otze' joined, PID: 3, GUID: 011000010001ce51
    31:04 [06.09.14 13:11:40] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
    31:34 [06.09.14 13:11:54] Notice: Player 'Fette Otze' quit, PID: 3, GUID: 011000010001ce51
    31:58 [06.09.14 13:12:21] Notice: Next map / map restart
    31:58 [06.09.14 13:12:21] Notice: RCON connection established (192.168.1.2:28961)
    31:58 [06.09.14 13:12:21] Notice: Detected a server restart
    31:58 [06.09.14 13:12:22] Notice: Sets Dvar _manuadminmod to '0.12 Beta'
    31:58 [06.09.14 13:12:23] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
    31:58 [06.09.14 13:12:23] Notice: Current map: mp_nightshift (sd)
    31:58 [06.09.14 13:12:26] Notice: Updated teamnames (spetsnaz vs. us_army)
    31:58 [06.09.14 13:12:26] Notice: Config loaded: maps/default.cfg
    31:58 [06.09.14 13:12:26] Notice: Executing: maps/default.rcon
    31:58 [06.09.14 13:12:31] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
    31:58 [06.09.14 13:12:32] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
    31:58 [06.09.14 13:12:33] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
    31:58 [06.09.14 13:12:35] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
    31:58 [06.09.14 13:12:36] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
    31:58 [06.09.14 13:12:38] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
    31:58 [06.09.14 13:12:39] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
    32:03 [06.09.14 13:12:41] Notice: Banner message was sent: ^2Next map is: ^7Crash (Headquarters)
    33:09 [06.09.14 13:13:35] Notice: Next map / map restart
    33:09 [06.09.14 13:13:35] Notice: RCON connection established (192.168.1.2:28961)
    33:09 [06.09.14 13:13:35] Notice: Detected a server restart
    33:09 [06.09.14 13:13:36] Notice: Sets Dvar _manuadminmod to '0.12 Beta'
    33:09 [06.09.14 13:13:36] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
    33:09 [06.09.14 13:13:36] Notice: Current map: mp_nightshift (sd)
    33:09 [06.09.14 13:13:40] Notice: Updated teamnames (spetsnaz vs. us_army)
    33:09 [06.09.14 13:13:40] Notice: Config loaded: maps/default.cfg
    33:09 [06.09.14 13:13:40] Notice: Executing: maps/default.rcon
    33:09 [06.09.14 13:13:43] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
    33:09 [06.09.14 13:13:44] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
    33:09 [06.09.14 13:13:45] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
    33:09 [06.09.14 13:13:47] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
    33:09 [06.09.14 13:13:48] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
    33:09 [06.09.14 13:13:49] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
    33:09 [06.09.14 13:13:51] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c

  • Welcome again and again ? LOL

    • Dr.Death
    • 7. September 2014 um 07:56

    Any way to Mam to only say Welcome to person once ?

  • Welcome again and again ? LOL

    • Dr.Death
    • 6. September 2014 um 20:02

    but how?

  • is there any plugin :3

    • Dr.Death
    • 6. September 2014 um 20:01

    0.12 :p

  • finall kill cam download from here

    • Dr.Death
    • 6. September 2014 um 09:11

    next time upload instruction file with it ? for some newbies ? :)

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