tBot
  • tBot
  • 1 Instancja
    • 1. day
    • 2. hour
    • 3. useronline
    • 4. register
    • 5. recordonline
    • 6. afk
    • 7. pgroup
    • 8. banlist
    • 9. channelscount
    • 10. visitors
    • 11. packetloss
    • 12. ping
    • 13. uptime
    • 14. generatebanner
    • 15. channelzoneclient
    • 16. adminslist
    • 17. timeleft
    • 18. snapshot
  • 2 Instancja
    • 1. groupclientcount
    • 2. privatechannel
    • 3. checkchannels
    • 4. servername
    • 5. clientstatus
    • 6. timechannel
    • 7. imieniny
    • 8. monthrecord
    • 9. youtube
    • 10. twitch
    • 11. welcomemessage
    • 12. pokeonchannel
    • 13. advertisement
    • 14. botinfo
    • 15. ddosdetection
    • 16. antyrecording
    • 17. nickcontrol
    • 18. gameinfo
Powered by GitBook
On this page

Was this helpful?

  1. 2 Instancja

18. gameinfo

Wyświetlanie w nazwach kanałów informacji o serwerze z gier cs:go i mc, które są dodane na stronę gametracker.com

  • enable - Uruchomienie funkcji

    • true

    • false

  • info - Lista serwerów

    • game - ID gry

      • csgo - Counter-Strike: Global Offensive

    • channel - Id kanału

    • description_enable - Opis kanału

      • true

      • false

    • description_channel - Id kanału dla opisu serwera

    • map_enable - Nazwa aktualnej mapy

    • map_channel - Id kanału z nazwą aktualnej mapy

    • map_name - Nazwa kanału

      • [MAP] - Nazwa mapy

    • servername - Nazwa serwera

      • [ONLINE] - Liczba użytkowników

      • [MAX] - Liczba slotów

    • serverpalyerdel - O ile zmniejszyć aktualną ilość użytkowników (np. w przypadku liczenia GOTV)

    • servermaxpalyerdel - O ile zmniejszyć aktualną ilość slotów (np. gdy nie chcemy wliczać zarezerwowanych slotów)

    • serverip - Ip serwera

    • serverport - Port serwera

  • interval - Interwał

Przykład

"gameinfo": {
      "enable": false,
      "info": {
        "1": {
          "game": "csgo",
          "channel": 207836,
          "description_enable": true,
          "description_channel": 207837,
          "map_enable": true,
          "map_channel": 207846,
          "map_name": "Mapa: [MAP]",
          "servername": "Graczy: [ONLINE]/[MAX]",
          "serverpalyerdel": 1,
          "servermaxpalyerdel": 1,
          "serverip": "145.239.84.17",
          "serverport": "27015"
        }
      },
      "interval": {"days": 0, "hours": 0, "minutes": 0, "seconds": 30},
      "datazero": "1970-01-01 00:00:00"
    }
Previous17. nickcontrol

Last updated 3 years ago

Was this helpful?