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
# Crontab SYNTAX:
# __________ Minute (0-59)
# / _________ Hour (0-23)
# / / _______ Day Of Month (1-31)
# / / / ____ MONth (1-12)
# / / / / _ Day Of Week (0-7) (Sun = 0 or 7)
# / / / / / -------------------------------------------------------------
# m h dom mon dow command <arguments> > /dev/null 2>&1
## @ 1:30am, Run a DoExit command: ##
30 1 * * * /path/to/rcon -f "/etc/rcon.ini" -a 127.0.0.1 -p 27015 "DoExit"
## @ Every 15 minutes, Run a Broadcast message command using an island-instance ini file: ##
*/15 * * * * /path/to/rcon -f "/etc/rcon-island.ini" "Broadcast About to save the world!"
## @ Every hour, Run a SaveWorld command using a ragnarok-instance ini file: ##
0 * * * * /path/to/rcon -f "/etc/rcon-ragnarok.ini" "SaveWorld"
https://github.com/LHammonds/c
windres rcon-icon.rc -O coff -o rcon-icon.res
gcc -o rcon.exe rcon.c rcon-icon.res rcon-data.res