Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
thanks for using dizcord!
Well, too bad there's no way to use this on Windows at the moment.
Hopefully you will be able to do it in the future!
Am I right to understand that there is no way to run this on Windows ? Why is that ?
Also the restart command does indeed take an argument, i've set mine up to take a maximum of 5 minutes though, and if there's no argument, then it defaults to 5, sending in-game warnings to anyone that has their text chat window open every minute, then at 30s, 10s, 5,4,3,2, and 1s - might be overkill, but I kinda like the sense of urgency it creates. Also warnings to discord for the on-minute events.
I've briefly looked at yours after a friend sent it to me but there's a couple things I do differently. Not saying they're better but food for thought.
My shutdown script takes an argument for how many minutes and then warns the player at logical increments, e.g.
pzres 18
- "shutdown in 18 minutes"
- "shutdown in 15 minutes"
- "shutdown in 5"
Also on my list of things to do is to implement a queue system, then send commands to the queue system, because when I send commands at the same time another command is being sent to the screen sometimes it combines the output causing gibberish.
I'm currently thinking the most resilient way to do this is to have most of my commands check if the queue system is up, and if it's not up, send it directly.
I've noticed that some actions (e.g. rewhitelisting) can mess with the server ingame experience if you don't rate limit them.