Re: Task Scheduler - by JustinHoMi
Quote:
|
Re: Task Scheduler - by JustinHoMi
Yes it works for me as that is a specified time (hour and minute of the day) the server will exit every morning.
To use repeat command you do it like this where the time is specified in seconds. Quote:
|
Re: Task Scheduler - by JustinHoMi
I tried doing this...
Quote:
My servers have some map rotation in them... How do you do it for servers that changes map? I want it to shutdown every 12:00nn. amx_task 12:00 "exit" t or amx_task 12:00 "exit" tr or something else? |
Re: Task Scheduler - by JustinHoMi
Erm, the quote says the tsay tells the players the server's gonna restart, yet you wanna shut it down?
You could just do what the players read off the tsay, and let it restart instead. amx_task 12:00 "restart" t or amx_task 12:00 "restart" tr |
Re: Task Scheduler - by JustinHoMi
Quote:
Code:
Code:
amx_task 3 "amx_say Cereri: admine, sloturi, reclamatii, unban! ---" mr |
Re: Task Scheduler - by JustinHoMi
dont use tr only t
|
Re: Task Scheduler - by JustinHoMi
Quote:
i tryed ... they didn't make nothing. |
Re: Task Scheduler - by JustinHoMi
Then do it like this
Code:
amx_task 00:00 "amx_map sj_league" t |
Re: Task Scheduler - by JustinHoMi
Quote:
|
Re: Task Scheduler - by JustinHoMi
Quote:
|
| All times are GMT -4. The time now is 10:03. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.