Scheduler
2 Attachment(s)
Scheduler 1.4
Release: April, 01, 2022 | Last Update: April, 18 2022 Description
Install
Configuration
New Code:
scheduler_new_task "name" hours minutes seconds
Delete Code:
scheduler_delete_task
Clear Code:
scheduler_clear_tasks
Select Code:
scheduler_select_task "name"
Unselect Code:
scheduler_unselect_task
Change time Code:
scheduler_change_time "hours" "minutes" "seconds"
Change endtime Code:
scheduler_change_duration "hours" "minutes" "seconds"
Change duration Code:
scheduler_change_endtime "hours" "minutes" "seconds"
Commands Plugin commands can only be used from the server console or from the plugin configuration. After executing the commands, thetask is assigned the status completed and does not fall under further processing. Add Code:
scheduler_add_command "Command1" "Command2" ...
Change Code:
scheduler_change_command id "Command1" "Command2" ...
Delete Code:
scheduler_delete_command id
Clear Code:
scheduler_clear_commands
Pause & Unpause The plugin can be suspended using the pausecfg plugin, which is part of amxmodx. After removing the plugin from the pause, the preload time is counted, which is determined by the sheduler_preload_delay parameter. CVars Code:
scheduler_check_delay 1.0
Quote:
Code:
scheduler_preload_delay 3.0
Download |
Re: Scheduler
I'm afraid that uploading .amxx files is against forum rules and I see that this doesn't work under 1.8.2 due to read_argv_int native being introduced on 1.9
I understand that you want to push members of this forum to use 1.9+ but it'd be great if you can grab a compiled version of your code straight from Get Plugin button instead of going through the hassle to drag it to amxxpc.exe on my pc or even upload an unsave compiled file like you've done. parse() or argbreak() can get this done and you can play around with amxx compiler version which is predefined on AMXX_VERSION_NUM. |
Re: Scheduler
Quote:
|
Re: Scheduler
|
Re: Scheduler
Quote:
|
Re: Scheduler
Quote:
|
| All times are GMT -4. The time now is 06:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.