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!
  • hello

    • GumGes1
    • 30. Juni 2014 um 15:22

    that's my plugin

    Spoiler anzeigen
    PHP
    <?php
    
    
    
    
    function hello($guid, $params)
    {
        global $mod;
    
        $msg = implode(" ", $params);
        $mod->findReason($msg);
    
        $msg = (strlen($msg) > 100) ? substr($msg, 0, 100) : $msg;
        $search = 'hi';
        $pos = strpos($msg,$search);
    
        if($pos == true){
    
            $mod->rconSay("hi");
        }
    
    
    }
    
    
    
    
    ?>
    Alles anzeigen
    Spoiler anzeigen

    :00 [01.07.14 13:31:18] Notice: == Loading plugins and commands ==
    0:00 [01.07.14 13:31:18] Notice: - Loading antiteamkiller.php
    0:00 [01.07.14 13:31:18] Notice: - Loading banner.php
    0:00 [01.07.14 13:31:18] Notice: - Loading basiccommands.php
    0:00 [01.07.14 13:31:18] Notice: - Loading customcommands.php
    0:00 [01.07.14 13:31:18] Notice: - Loading deferredJobs.php
    0:00 [01.07.14 13:31:18] Notice: - Loading funmessages.php
    0:00 [01.07.14 13:31:18] Notice: - Loading guidchecks.php
    0:00 [01.07.14 13:31:18] Notice: - Loading mapvote.php
    0:00 [01.07.14 13:31:18] Notice: - Loading modstuff.php
    0:00 [01.07.14 13:31:19] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
    0:00 [01.07.14 13:31:19] Notice: - Loading nameprotection.php
    0:00 [01.07.14 13:31:19] Notice: - Loading permissionstest.php
    0:00 [01.07.14 13:31:19] Notice: - Loading pingkicker.php
    0:00 [01.07.14 13:31:19] Notice: - Loading punkbuster.php
    0:00 [01.07.14 13:31:20] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
    0:00 [01.07.14 13:31:20] Notice: - Loading randommapcycle.php
    0:00 [01.07.14 13:31:20] Notice: Randommapcycle: Setting nextmap to mp_crash_snow (koth)
    0:00 [01.07.14 13:31:20] Notice: Set Dvar sv_maprotationcurrent to 'gametype koth map mp_crash_snow'
    0:00 [01.07.14 13:31:20] Notice: - Loading scream.php
    0:00 [01.07.14 13:31:20] Notice: - Loading spreemessages.php
    0:00 [01.07.14 13:31:20] Notice: - Loading statistics.php
    0:00 [01.07.14 13:31:20] Notice: - Loading tcp_query.php
    0:00 [01.07.14 13:31:20] Warning: TCP-Query: Error: Syntax error in tcp_user.db on line 1
    0:00 [01.07.14 13:31:20] Warning: TCP-Query: Error: Syntax error in tcp_user.db on line 2
    0:00 [01.07.14 13:31:20] Notice: - Loading test.php
    0:00 [01.07.14 13:31:20] Notice: - Loading voting.php
    0:00 [01.07.14 13:31:20] Notice: - Loading warns.php
    0:00 [01.07.14 13:31:20] Notice: - Loading weaponrestrictions.php
    0:00 [01.07.14 13:31:20] Notice: - Loading welcomemessages.php
    0:00 [01.07.14 13:31:20] Notice: == Finished loading plugins (23 plugins) ==
    0:00 [01.07.14 13:31:21] Notice: !! Finished initialisation
    0:00 [01.07.14 13:31:21] Notice: === Start processing loglines... ===
    0:00 [01.07.14 13:31:22] Notice: Banner message was sent: ^2This Server is running Manu-Admin-Mod ^1v0.12 Beta


    my plugin called test.php
    and i used a plugin from yours

  • hello

    • GumGes1
    • 30. Juni 2014 um 15:09

    hi guys sorry for little spam i think :P
    but seriously i need help with my plugin its so easy maximum 1kb
    that mean when player join and say hi or hi all or hello.. console will say : hi there <PLAYER_NAME> i finished the plugin no error but when i say hi console not say hi please help :)
    and thanks

  • need help with this

    • GumGes1
    • 30. Juni 2014 um 12:45

    ooh thank you a lot man :) :)

  • need help with this

    • GumGes1
    • 30. Juni 2014 um 03:32

    hello guys
    i think this topic strange ...
    if i broke some rule here then i am sorry
    this code in php i didn't found it anywhere even in php.net
    what mean $players[$guid]->say ??
    that mean that this player say like example : hi or hey ?
    srsly 24 hours thinking what it is i changed with plugins by editing but still don't know it :crying:

  • 0.12beta to newer and license

    • GumGes1
    • 27. Juni 2014 um 13:46

    thank you guys :)
    @Mirko911 :P i start editing in plugins mam too some times error and still error XD
    but i will fix it soon make my own plugin :)

  • Custom Commands.

    • GumGes1
    • 27. Juni 2014 um 00:33

    but...
    he can add this commands with fun messages

  • 0.12beta to newer and license

    • GumGes1
    • 27. Juni 2014 um 00:14

    sorry guys for inconvenience but can i know where i can learn PHP ?

  • usage please help and hurry :)

    • GumGes1
    • 26. Juni 2014 um 22:45

    me too :)
    now i need to download more plugins XD

  • usage please help and hurry :)

    • GumGes1
    • 26. Juni 2014 um 00:17

    works perfectly :D
    thanks again and a lot :P

  • usage please help and hurry :)

    • GumGes1
    • 26. Juni 2014 um 00:06

    1 more question and last one then i have super mam
    how can i get config for my tcp console to be admin in my server ?

  • usage please help and hurry :)

    • GumGes1
    • 25. Juni 2014 um 23:56

    yes of course bro ....
    thanks a lot :):)

  • usage please help and hurry :)

    • GumGes1
    • 25. Juni 2014 um 23:46

    thank you a lot :*
    XD

  • usage please help and hurry :)

    • GumGes1
    • 25. Juni 2014 um 23:37

    hmmm.. then i do wrong way
    which version i install ?
    i have php and in mam.cfg PHP = "C:/php"
    still not works in mam.bat php = "C:/php"
    look at this its wrong ? : %PHP:C:\php"=% %PHPPARAMS:-f"=% daemon.php -- -configdir "%CFGDIR:configs/cod4"=%" -logdir "%LOGDIR:logfiles"=%" %PARAMS:"=%

  • usage please help and hurry :)

    • GumGes1
    • 25. Juni 2014 um 23:11

    thanks for your fast reply and sorry if i let you broke some rules but i think no rule broken here too :)
    your answer didn't work i don't have json i have only cfg files nothing work with php i will delete and download again maybe it will be worked :)
    Edit : please can you give me 1 link to download good php for manuadmin version 0.12 beta thanks :)

  • usage please help and hurry :)

    • GumGes1
    • 25. Juni 2014 um 20:57

    hello manuadminmod please i need help with my manuadmin 0.12 beta

    this is my pic

    Edit : i did every thing from mam.cfg to mam.bat in Edit in mam.bat php and ..every thing still not works

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