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. GumGes1

Beiträge von GumGes1

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!
  • How to??

    • GumGes1
    • 11. Juli 2014 um 15:00

    i was have same problem but in server.cfg you have something called maps remove all maps and type your maps -> maps = "mp_killhouse,mp_crash" and save it
    and in maps.cfg remove all maps and save only your maps mp_killhouse = "killhouse" and mp_crash = "crash"
    for me its work if some one have a good idea another this idea so it will be good :)

  • did i install incorrect??

    • GumGes1
    • 9. Juli 2014 um 17:01

    did you set rconpassword ? because they said setrconpassword<> on non-object

  • playername

    • GumGes1
    • 6. Juli 2014 um 23:43

    i am using 0.12 beta

  • playername

    • GumGes1
    • 4. Juli 2014 um 23:59

    hello guys can i have a plugin that if some one have name < 3 Characters he will be warned then he will be kicked ? thanks :)

  • xfire

    • GumGes1
    • 2. Juli 2014 um 15:12

    @Fuzzz thank you :)
    @Dennis no problem :D

  • xfire

    • GumGes1
    • 2. Juli 2014 um 01:12

    hello all
    @Dennis please can i get your xfire ? i don't know how to send pm :biggrin:
    and if is not inconvenience can you all mam team add your xfire here ?
    my xfire : jombafst

  • upgrade time and date

    • GumGes1
    • 1. Juli 2014 um 22:29

    ok Mirko thanks for this info

  • upgrade time and date

    • GumGes1
    • 1. Juli 2014 um 19:24

    yes i tested mikro plugin its work when i edit notes with yours thank you both. :)

  • upgrade time and date

    • GumGes1
    • 1. Juli 2014 um 19:15

    yes and mikro :(
    your plugin didn't work
    Edit : thank you yenz i will try :)
    $yenz = "thank you a lot";
    $mod->rconsay("$yenz");
    :) works and thanks for mikro :)

  • TCP Console not connecting

    • GumGes1
    • 1. Juli 2014 um 17:28

    he can use mod.log go to mod.log you will see commands... select all then empty and save changes
    then make normal server from your cod4 run manuadmin join server then left and stop running manuadmin go to mod.log you will see at last thing when banner send its says the welcome message
    the welcome message its shows your name and guid copy guid and paste

  • upgrade time and date

    • GumGes1
    • 1. Juli 2014 um 15:02

    lol i shouldn't do if(msg = mytime) ?
    lol i see now what my problem ...
    Edit : thanks mikro if i don't make wrong i never learn :)

  • upgrade time and date

    • GumGes1
    • 1. Juli 2014 um 14:07

    thanks mikro :)
    but i already fix it with basic commands i changed (h:i) to (Y-m-d H:i:s) and works
    and that's my plugin you can tell me what i am doing error :)

    Spoiler anzeigen

    <?php

    function time($guid, $parameters) {

    global $mod;
    $mytime = array('Y','m','d');
    $mytime = date;
    $msg = implode("-",$mytime);

    if($msg === $mytime){

    $mod->rconSay("$mytime");
    }

    }
    $mod->registerCommand("date");

    ?>

  • upgrade time and date

    • GumGes1
    • 1. Juli 2014 um 01:27

    hello guys the command !time shows only like example : ^2it's 14:5
    but can we upgrade ?
    upgrade to like example : ^2 Time : ^3 23/4/2014 15:23
    i already make a plugin but showing a little error when i type !date or date at chat
    can you upgrade ?
    edit : sorry if i do some spam here in development section :)

  • Where is rules plugin?

    • GumGes1
    • 30. Juni 2014 um 20:15

    in fun messages you can add it like in config.cfg

    [aliases]
    rules = "fun rules"

    [funmessages]
    rules = "no hack {{br}} no camp .."

    or here for the plugin go down you will see the link in the last post
    PM. RULES

  • hello

    • GumGes1
    • 30. Juni 2014 um 19:34

    ok thanks i will try :)
    EDIT : lol i am so sorry for this little error :(
    i didn't see it :(
    edit :thank you both guys :) really helped me a lot thank you again works 100% :)

  • hello

    • GumGes1
    • 30. Juni 2014 um 19:16
    Spoiler anzeigen

    <?php

    $mod->registerEvent("playerSay", "hello");
    function hello($args) {
    global $mod;
    list($guid, $message, $executed) = $args;
    $msg =$params[1];
    $search = 'hi';
    $pos = strpos($msg,$search);
    if($pos !== false) {
    $mod->rconSay("hi");
    }
    }
    ?>

  • hello

    • GumGes1
    • 30. Juni 2014 um 19:10

    which file i need to send ?
    what file ?
    i can't understand. you mean plugin file ?

  • hello

    • GumGes1
    • 30. Juni 2014 um 18:33

    thanks mikro i will try now :)

    Edit : :(

    Spoiler anzeigen

    Notice in :\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\plugins\hello.php:6 => Undefined variable: params

  • hello

    • GumGes1
    • 30. Juni 2014 um 16:07

    thank you a lot :)
    now i can read your plugin and understand what happening because i am still new thank you a lot master :)

    Edit : error

    Spoiler anzeigen

    11:22 [01.07.14 16:14:05] PHP-Error: Warning in :\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\plugins\test.php:5 => Missing argument 2 for hello(), called in C:\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\classes\mod.class.php on line 276 and defined
    11:22 [01.07.14 16:14:05] PHP-Error: Notice in :\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\plugins\test.php:7 => Undefined variable: params
    11:27 [01.07.14 16:14:10] PHP-Error: Warning in :\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\plugins\test.php:5 => Missing argument 2 for hello(), called in C:\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\classes\mod.class.php on line 276 and defined
    11:27 [01.07.14 16:14:10] PHP-Error: Notice in :\Users\user\Desktop\Call of Duty 4 - Modern Warfare\main\mam_0.12_beta\plugins\test.php:7 => Undefined variable: params


    the problem its $params.. :(

  • hello

    • GumGes1
    • 30. Juni 2014 um 15:31

    works and added :)
    can you see my edit ? it works ?

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