Posts by Geventh

    Wie wär's den, wenn du den Coders mal die letzte Version vom Manu schickst?
    Dann können wir uns das Ganze mal ruhig anschauen und evtl. noch testen.


    Geventh

    Hi,
    So if stats work inGame, then type in the config.php from the plugin:



    Geventh

    Adrian, do you have access to phpmyadmin?
    Does the !stats command work 100% correctly?
    Where is your webspace(gameserver or somewhere else), and where are the stats saved (gameserver = localhost)?
    What have you typed in in the config.php file from my stats plugin?


    Geventh


    Hello,


    I have install everything correctly i think the only problem i get the tables don't get created in mysql i have been sitting on this for a whole day and still can't figure out why all logs are fine also i run on LINUX.


    Regards,
    Adrian


    Hi,


    Does the stats feature work properly?
    If you type !stats, do you get the right stuff?
    Does mysql work correctly?
    Do you get any warnings or errors in the console?


    Geventh

    Das einzige was du noch machen kannst um die Geschwindigkeit zu regulieren ist mit {{br}} tag herumzuspielen.
    Am besten nach jeder Zeile/Regel, nicht nur eins sondern mehrere 2,3 musst du selber ausprobieren.


    Bsp.


    Code
    ^1Kein Granatenwerfer/Kein Martyr/Keine Atombombe{{br}}^1No Grenadelauncher/No Martyr/No Nukes{{br}}{{br}}
    ^4Campen ist erlaubt, solange es sich im Rahmen hält und nicht unfair wird!Im Forum steht mehr dazu{{br}}^4Campin is allowed as long as it normal and fair!On our Forum there stand more bout it!{{br}}{{br}}
    ^1Spieler werden für Clanmember gekickt!{{br}}^1Players get kicked for Clanmembers!{{br}}{{br}}
    ^4Chat nur englisch oder deutsch{{br}}^4Chat only english or german{{br}}{{br}}
    ^1Kein Respekt gegenüber anderen Spielern/Admins endet in einem Kick!{{br}}^1Disrespect against other players/admins ends in a kick!{{br}}{{br}}
    ^4Einige Glitches sind erlaubt, andere nicht. Admins wissen welche okay sind!{{br}}^4Some glitches are allowed, some not. Admins know which are allowed!{{br}}{{br}}
    ^1Zuschauer/AFKler werden erst gewarnt und dann gekickt wenn nichts passiert{{br}}^1Specctators/Afk Guys get first warned and then kicked when nothin happens!{{br}}{{br}}
    ^4Cheaten/Hacken ist verboten und endet im Permban!{{br}}^4Cheatin/Hackin is absolutly forbidden and ends in a permban!{{br}}{{br}}
    ^1Teamkills können passieren und es gibt eine Regelung diesbezüglich, vorsätzliche TK werden gekickt!{{br}}^1Teamkills could happen and we have a tool for it. But TKs which you make with Purpose get instantly kicked!


    MFG Geventh

    Hallo,
    Hast du den Mod schon mal neugestartet? Denn um Änderungen in einer PHP Datei aktiv werden zulassen, muss man den Mod neustarten.
    Und für restricted weapons Änderungen aktiv werden zu lassen, muss man entweder !readconfig ingame oder im TCP-Interface eingeben oder auch wenn man den Mod neustartet.
    Hoffe das es jetzt klappt....


    MFG Geventh

    Hi,
    Da du so viel hast würde ich entweder das mit den Rules beim Joinen ausschalten oder versuchen den Text zu kürzen.


    Ausschalten geht so: serverrules.php öffnen. zB. mit Editor
    und einige Stellen auskommentieren:

    Hi,
    Sure, there is a way to change the welcome messages: under config.cfg 3rd section
    If your group doesn't exist, just add it there..


    PHP
    //my groups
    [welcomemessages]
    enabled = 1
    server = "^1ATTENTION: ^0<GROUP_NAME> ^2<PLAYER_NAME>^3 has joined the battle^0!!"
    clanfounder = "^1ATTENTION: ^0<GROUP_NAME> ^7<PLAYER_NAME>^2 has joined the battle^0!!"
    admin = "^1<GROUP_NAME> ^2<PLAYER_NAME>^3 has joined the game!"
    member = "^2Welcome ^3<GROUP_NAME> ^7<PLAYER_NAME>"
    default = "^2Welcome ^0<GROUP_NAME> ^7<PLAYER_NAME>"
    loser = "^2Welcome ^4<GROUP_NAME> ^7<PLAYER_NAME>"
    whisper = 0


    Geventh