Raised This Month: $51 Target: $400
 12% 

[ANY] Full Cronjob Plugin [Execute commands on time intervals / game events]


Post New Thread Reply   
 
Thread Tools Display Modes
dordnung
Veteran Member
Join Date: Apr 2010
Old 12-28-2013 , 09:50   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #31

Than try it again
__________________
dordnung is offline
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 12-28-2013 , 18:32   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #32

Quote:
Originally Posted by Popoklopsi View Post
Than try it again
yeah worked after i moved it haha im just used to sm stuff being in the cfg/sourcemod folder
__________________
DoPe^ is offline
Kamruz
New Member
Join Date: Feb 2014
Old 02-20-2014 , 07:05   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #33

I have some errors...

My cronjob.txt:

*/1 * * * * player bind f +teamonly

Result in console:
Unknown command: bind

The same thing is for alias.
Any help?
Kamruz is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 02-20-2014 , 09:20   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #34

I don't know whether you can force the client to bind a button. I don't think so
__________________
dordnung is offline
DAMNmoman
Junior Member
Join Date: Mar 2014
Old 04-08-2014 , 07:25   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #35

Sorry... some errors come out in my servers
Nothing happened in my servers

Quote:
00 00 * * * console sm_say "The time is now UCT 16:00 / PST 08:00"
00 1 * * * console sm_say "The time is now UCT 17:00 / PST 09:00"
00 2 * * * console sm_say "The time is now UCT 18:00 / PST 10:00"
00 3 * * * console sm_say "The time is now UCT 19:00 / PST 11:00"
00 4 * * * console sm_say "The time is now UCT 20:00 / PST 12:00"
00 5 * * * console sm_say "The time is now UCT 21:00 / PST 13:00"
00 6 * * * console sm_say "The time is now UCT 22:00 / PST 14:00"
00 7 * * * console sm_say "The time is now UCT 23:00 / PST 15:00"
00 8 * * * console sm_say "The time is now UCT 00:00 / PST 16:00"
00 9 * * * console sm_say "The time is now UCT 01:00 / PST 17:00"
00 10 * * * console sm_say "The time is now UCT 02:00 / PST 18:00"
00 11 * * * console sm_say "The time is now UCT 03:00 / PST 19:00"
00 12 * * * console sm_say "The time is now UCT 04:00 / PST 20:00"
00 13 * * * console sm_say "The time is now UCT 05:00 / PST 21:00"
00 14 * * * console sm_say "The time is now UCT 06:00 / PST 22:00"
00 15 * * * console sm_say "The time is now UCT 07:00 / PST 23:00"
00 16 * * * console sm_say "The time is now UCT 08:00 / PST 00:00"
00 17 * * * console sm_say "The time is now UCT 09:00 / PST 01:00"
00 18 * * * console sm_say "The time is now UCT 10:00 / PST 02:00"
00 19 * * * console sm_say "The time is now UCT 11:00 / PST 03:00"
00 20 * * * console sm_say "The time is now UCT 12:00 / PST 04:00"
00 21 * * * console sm_say "The time is now UCT 13:00 / PST 05:00"
00 22 * * * console sm_say "The time is now UCT 14:00 / PST 06:00"
00 23 * * * console sm_say "The time is now UCT 15:00 / PST 07:00"
I'm running 3 servers using same of the files (C:/tf)
Is it causing the problem?

Last edited by DAMNmoman; 04-08-2014 at 07:54.
DAMNmoman is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 04-08-2014 , 13:02   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #36

maybe it would be a good idea to show me the errors?
__________________
dordnung is offline
DAMNmoman
Junior Member
Join Date: Mar 2014
Old 04-09-2014 , 06:14   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #37

Quote:
Originally Posted by Popoklopsi View Post
maybe it would be a good idea to show me the errors?
Oops... The plugins work normally now
Thanks
DAMNmoman is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 04-12-2014 , 21:19   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #38

Quote:
Originally Posted by Popoklopsi View Post
1. The Syntax is similarly to the original cronjob syntax of Unix

2. you have More options how to set up your cronjob (20,40 15-17,20 */2 * ). The crontab plugin only have for each option one number

3. You can execute console, player and system commands
Thanks for creating this. It should now make it possible for me to target specific days of the year now (New Years, Christmas, April 1st, International Talk-Like-A-Pirate-Day, etc) - rather than just day-of-week and time-of-day!
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 04-12-2014 at 21:21. Reason: furmatt'n, gamm'r, etc.
Weasel is offline
Mirandor
Senior Member
Join Date: Jun 2006
Location: Ile de France
Old 04-30-2014 , 05:58   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #39

actually we have troubles with srcds...

https://forums.alliedmods.net/showthread.php?t=214190

I'd like to know if this plugin could perform con jobs even if srcds console got freezed...

When the console is "freezed", the process takes up to 100% cpu usage and i would like to make a task to restart the process if the cpu usage is over than 100% during 5 minutes (for example a test performed every minute and restart the process after 5 successfull tests...)

But i don't think it will work if the srcds (btw sourcemod) is freezed...
Mirandor is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 04-30-2014 , 08:28   Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals]
Reply With Quote #40

No sry, this won't work, because when sourcemod is freezed, the plugin also is freezed
__________________
dordnung is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode