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
  • Deutsch
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  1. GSManager
  2. Forum
  3. Unterstützung
  4. Benutzung

Cvars

  • pa3ck
  • 26. Januar 2012 um 19:58
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!
  • pa3ck
    Anfänger
    Punkte
    260
    Beiträge
    37
    • 26. Januar 2012 um 19:58
    • #1

    Hi guys!

    Is there any plugin which wont let players use cvars or should be between a certain number? Like cg_autoshoot 1 If not, does anybody know how can i put it to the PB(I think PB does such things)? Thx in advance!

  • Belstgut
    Entwickler
    Reaktionen
    53
    Punkte
    4.643
    Trophäen
    4
    Beiträge
    900
    Einträge
    2
    • 27. Januar 2012 um 16:58
    • #2

    punkbuster:

    Code
    pb_sv_cvarsrch "cg_autoshoot"


    best would be if u do this with pb_sv_task. eg:

    Code
    pb_sv_task 0 600 pb_sv_cvarsrch "cg_autoshoot"


    so it checks every 600 sec (=10 mins)
    EDIT:
    if u want to check if some cvars are in between certain numbers use:

    Code
    PB_SV_Cvar [Cvar_name] [IN/OUT/INCLUDE/EXCLUDE] [Param1] [optional_Param2]
    Adds an automatic cvar check to the list of cvars for the server to check for during gameplay


    more: http://www.evenbalance.com/publications/admins/#commsettings

    Dateien

    banip_1.0.0.zip 743 Byte – 381 Downloads banip_1.1.1.zip 825 Byte – 462 Downloads banip_1.1.2.zip 1,09 kB – 390 Downloads banip_2.0.0.zip 3,66 kB – 578 Downloads banip_2.0.1.zip 3,68 kB – 465 Downloads

    2 Mal editiert, zuletzt von belstgut (27. Januar 2012 um 17:04)

  • pa3ck
    Anfänger
    Punkte
    260
    Beiträge
    37
    • 27. Januar 2012 um 20:30
    • #3
    Zitat von belstgut

    punkbuster:

    Code
    pb_sv_cvarsrch "cg_autoshoot"


    best would be if u do this with pb_sv_task. eg:

    Code
    pb_sv_task 0 600 pb_sv_cvarsrch "cg_autoshoot"


    so it checks every 600 sec (=10 mins)
    EDIT:
    if u want to check if some cvars are in between certain numbers use:

    Code
    PB_SV_Cvar [Cvar_name] [IN/OUT/INCLUDE/EXCLUDE] [Param1] [optional_Param2]
    Adds an automatic cvar check to the list of cvars for the server to check for during gameplay


    more: http://www.evenbalance.com/publications/admins/#commsettings


    WOW thanks for the great help! But is it checking the cfg or the console? Like if I have in the cfg bind B autoshoot 1 or I type /autoshoot1 ?
    Anyways i have to put it to the server.cfg?

  • Dieses Thema enthält 2 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind.
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  • Deutsch
  • English
Zitat speichern