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

[ANY] Server Crontab


Post New Thread Reply   
 
Thread Tools Display Modes
chikencarnage
Senior Member
Join Date: Jan 2008
Old 10-05-2008 , 21:04   Re: Server Crontab
Reply With Quote #51

is anyone using this successfully? I tried using it but it never seemed to work and im guessing by judging by earlier posts im not alone.
__________________
chikencarnage is offline
Sgt-Mess
Senior Member
Join Date: Dec 2007
Location: Sway Side,WA
Old 10-05-2008 , 21:22   Re: Server Crontab
Reply With Quote #52

Like I said this should probably just be disapproved because I compiled it myself and It doesn't work anymore. I just said <failed> in sm plugins list.

At least for the mods where running which is css, tf2, ins, zps, and ff.
__________________
Sgt-Mess is offline
Send a message via AIM to Sgt-Mess
chikencarnage
Senior Member
Join Date: Jan 2008
Old 10-06-2008 , 11:04   Re: Server Crontab
Reply With Quote #53

well i got it to install correctly and got it to run in sourcemod but it never worked properly. I had it set up to read maps from one file during a certain time then read from another file another time. but it just screwed everything up.
__________________
chikencarnage is offline
necrosect
Senior Member
Join Date: Jun 2008
Old 10-08-2008 , 21:26   Re: Server Crontab
Reply With Quote #54

im not sure if this counts as a valuable contribution - but it works absolutely fine for me,
Windows xp, 1.1.0r2474 (so yeah lil out of date there).
necrosect is offline
ThatGuy
Senior Member
Join Date: Nov 2007
Old 11-11-2008 , 07:49   Re: Server Crontab
Reply With Quote #55

So far it works for me, you just gotta know what your doing, or else you can easily get confused and mess everything up.
__________________
ThatGuy is offline
zerak
Senior Member
Join Date: Feb 2008
Old 11-14-2008 , 17:26   Re: Server Crontab
Reply With Quote #56

Line 63 should be commented out or removed in sc_module.sp since closehandle will stop the timer so one doesnt need to both kill and close handle like current version

Code:
public OnPluginEnd ()
{
    if (g_hJobsTimer != INVALID_HANDLE)
    {
        // KillTimer (g_hJobsTimer); // <- comment this out to avoid a error on unload
        CloseHandle (g_hJobsTimer);
        g_hJobsTimer = INVALID_HANDLE;
    }
zerak is offline
Caught off Guard
Senior Member
Join Date: Jan 2008
Old 11-14-2008 , 17:44   Re: Server Crontab
Reply With Quote #57

worked for me on INS. it could have worked better but it did work.
Caught off Guard is offline
Natalya[AF]
BANNED
Join Date: Oct 2007
Old 11-16-2008 , 03:33   Re: Server Crontab
Reply With Quote #58

How often will it execute commands//set variables? Just at the given time or will it do it every map change or something?

Last edited by Natalya[AF]; 11-16-2008 at 03:40.
Natalya[AF] is offline
zerak
Senior Member
Join Date: Feb 2008
Old 11-16-2008 , 04:13   Re: Server Crontab
Reply With Quote #59

Only at specified times, example I use it to restart the server 5.00 in the morning but you can have it to perform something on regular basis too
zerak is offline
Natalya[AF]
BANNED
Join Date: Oct 2007
Old 11-16-2008 , 17:54   Re: Server Crontab
Reply With Quote #60

Cool. This thing works great.
Natalya[AF] 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 10:26.


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