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. Master of Little

Beiträge von Master of Little

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!
  • Banner Change Problem

    • Master of Little
    • 17. Juli 2014 um 18:42

    does it shows anything?
    Are other commands working?

    Check the path to your logfile

  • Banner Change Problem

    • Master of Little
    • 17. Juli 2014 um 18:38

    please post your edited banner.json

  • Banner Change Problem

    • Master of Little
    • 17. Juli 2014 um 17:31

    please post your badwords.json and banner.json in [ spoiler ] tags

  • Having a problem with MaM 1.0.0 Beta 4

    • Master of Little
    • 15. Juli 2014 um 15:41

    You have an arror in your json syntax, please the files where you edited someting.

  • plugin

    • Master of Little
    • 14. Juli 2014 um 15:47

    In the image you can see a arrow click on the button below and you can upload files(It's in german but in english it is on the same position)

    rules_1.0.0.zip

  • plugin

    • Master of Little
    • 14. Juli 2014 um 15:30

    No.
    Make a new thread in modifications, descripe your plugin, zip it and upload it there.

  • RCON - frostbite3 header

    • Master of Little
    • 9. Juli 2014 um 20:32

    Ahoi ich bin so um 11 daheim dann könnten wir uns ja mal im ts treffen wenn du lust hast

  • RCON - frostbite3 header

    • Master of Little
    • 9. Juli 2014 um 12:42

    Ahoi,
    darüber bin ich auch mal gestolpert, biss ich n bisschen rumprobiert hab und einfach alles gelöscht hab ^^
    Jetzt beachte ich den Header eig. nicht wirklich, ich hol mir nur die länge vom Paket und decode des dann einfach.
    Bis jetzt funktionierts eigentlich ^^

    Edit: Mir gefällt meine Rcon-Klasse eig. auch noch nicht ganz, vll über arbeite ich die nochmal komplett

  • hello

    • Master of Little
    • 30. Juni 2014 um 19:33

    the array $params is not existing anymore, because we changed function hello($guid, $params) to function hello($args).
    You need to remove the line $msg =$params[1];
    and change $pos = strpos($msg,$search); to $pos = strpos($message,$search);

  • hello

    • Master of Little
    • 30. Juni 2014 um 19:15

    Yea he means the plugin. Just post it here again so that we can see the changes

  • hello

    • Master of Little
    • 30. Juni 2014 um 16:05

    ok
    first of all you need to register your plugin to the mam:
    $mod->registerEvent("playerSay", "hello");
    That means the MAM knows, when someone says hello that he has to call the function hello(), thats your function.
    This line needs to be befor your function.

    Now to your function:
    you don't need$mod->findReason($msg) because this is for reason(for example you type in the chat !kick Hans .camper, he will kick Hans for "Do not camp!")
    This: $msg = (strlen($msg) > 100) ? substr($msg, 0, 100) : $msg; is for rcon-messages because they don't have to be more then 100 chars -> you don't need that.

    Finally it should be something like this:

    Spoiler anzeigen
    PHP
    <?php
    $mod->registerEvent("playerSay", "hello");
    
    
    
    
    function hello($guid, $params) {
         global $mod;
    
    
    
    
         $msg =$params[1];
         $search = 'hi';
         $pos = strpos($msg,$search);
    
    
    
    
         if($pos == true) {
                  $mod->rconSay("hi");
         }
    }
    Alles anzeigen
  • hello

    • Master of Little
    • 30. Juni 2014 um 15:25

    just click on the eye in your message editor.
    2nd line, 3th from right

  • hello

    • Master of Little
    • 30. Juni 2014 um 15:19

    Hi,
    please post your mod.log and your plugin, we will take a look.
    Please post them in

    Spoiler anzeigen
  • did i install incorrect??

    • Master of Little
    • 22. Juni 2014 um 12:01

    insert {} into your default.json

  • did i install incorrect??

    • Master of Little
    • 21. Juni 2014 um 19:33

    you need a new php version.
    Download it from here: http://windows.php.net/download/
    use this version: VC11 x86 Thread Safe (2014-May-28 19:57:18)

  • did i install incorrect??

    • Master of Little
    • 21. Juni 2014 um 19:05
    Code
    NAME="ManuAdminMod-1"
    GAME="cod4"
    CFGDIR="configs/cod4"
    LOGDIR="logfiles"
    PHP="D:/php/php/php.exe"
    PHPPARAMS="-f"

    GAME is your game so it's cod4
    CFGDIR is your folder for the mam configs -> configs/cod4
    PHP is the path to your php-binary

  • Getip gibt nur eigene IP zurück

    • Master of Little
    • 21. Juni 2014 um 14:56

    Ja die 1.0.0 kann Plugins benutzen, aber die alten sind nicht mehr kompatibel

  • Problem new MAM 1.0.0 beta3

    • Master of Little
    • 16. Juni 2014 um 19:34

    http://windows.php.net/download/

    use 5.5 thread safe and x64 or x86 depends on which os you have.

    After you downloaded it, go to the php.ini, search for mbsting and delete the ';' infront of that line

  • mam cant connect to my server (codx)

    • Master of Little
    • 11. Juni 2014 um 10:34

    you can download it from here: http://www.manuadminmod.de/filebase/index.php/File/2-ManuAdminMod/?#versions

  • TCP Console not connecting

    • Master of Little
    • 17. April 2014 um 13:16

    The hash has to be sha1

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