安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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.