Server Tasks v2.0
Posted: Mon Nov 22, 2021 10:03 pm
Description
You can set many tasks.
These tasks are written in a .ini file that can easily be configured.
You also have a .cfg file for night and one for day.
One of these .cfg files is executed after each map change.
You can also leave these .cfg files empty or even erase them/ don't upload them.
How does a task look like?
"01:45" "changelevel de_dust2"
What is special in this plugin?
It's made with arrays instead of string global variables.
You could add unlimited tasks. It means there's no tasks limit.
You may set the tasks using a .ini configuration file.
How does the configuration file look like?
Configure .ini and .cfg files the way you want. .cfg files are optional.
Upload .ini and .cfg files to your configs directory. .cfg files are optional.
Upload server_tasks.amxx file to your plugins directory.
Edit plugins.ini file adding server_tasks.amxx.
get plugin
You can set many tasks.
These tasks are written in a .ini file that can easily be configured.
You also have a .cfg file for night and one for day.
One of these .cfg files is executed after each map change.
You can also leave these .cfg files empty or even erase them/ don't upload them.
How does a task look like?
"01:45" "changelevel de_dust2"
What is special in this plugin?
It's made with arrays instead of string global variables.
You could add unlimited tasks. It means there's no tasks limit.
You may set the tasks using a .ini configuration file.
How does the configuration file look like?
How to install?# Lines starting without " will be taken as comments!
# The format is : "TIME" "COMMAND"
"02:02" "say Here's Johnny!"
"15:15" "changelevel de_dust2"
// DARK HOURS
// WHEN IS IT NIGHT? WHICH HOURS?
// CONFIGURE IT THE WAY YOU WANT!
// AVAILABLE HOURS : 00, 01, 02, 03, ..., 09, 10, 11, 12, ..., 13, 14, 15, ..., 19, 20, 21, 22, 23 [00 <-> 23]
//
"DARK HOURS" "23, 00, 01, 02, 03, 04, 05, 06, 07, 08, 09"
Configure .ini and .cfg files the way you want. .cfg files are optional.
Upload .ini and .cfg files to your configs directory. .cfg files are optional.
Upload server_tasks.amxx file to your plugins directory.
Edit plugins.ini file adding server_tasks.amxx.
get plugin