Raised This Month: $ Target: $400
 0% 

Task Scheduler - by JustinHoMi


Post New Thread Reply   
 
Thread Tools Display Modes
lamar154
New Member
Join Date: Oct 2006
Old 10-10-2006 , 06:28   Re: Task Scheduler - by JustinHoMi
Reply With Quote #71

i have trouble with this plugin under amxmodx 1.76a.

I write the cvars in my amxx.cfg file. The task runs fine but after every mapchange, i lost the tasks. I can´t find the reason!

Can sombody help me
thx in forward ...
lamar154 is offline
GLG|AssassiN
Junior Member
Join Date: Oct 2006
Old 10-19-2006 , 11:17   Re: Task Scheduler - by JustinHoMi
Reply With Quote #72

@DA:

Perhaps you should take
Code:
amx_task 06:00 "amx_shutdown 10" t
__________________
GLG|AssassiN is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 10-20-2006 , 03:08   Re: Task Scheduler - by JustinHoMi
Reply With Quote #73

I have this to restart the server every morning.
Code:
 
amx_task 06:10 "amx_tsay red Restarting server in 60 seconds" t
amx_task 06:11 "exit" t
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline
tikigod1911
New Member
Join Date: Jul 2005
Old 12-12-2006 , 22:22   Re: Task Scheduler - by JustinHoMi
Reply With Quote #74

*i know this is an old plugin but...*

i'm getting the same problem as lamar

whenever i change the server's map, the task goes away. any suggestions?
__________________
~Ex-Owner of Gook-Silo TSRP

~Owner of TiKi's Superhero Server
tikigod1911 is offline
_KaszpiR_
AMX Mod X Beta Tester
Join Date: Feb 2004
Location: Warsaw, Poland
Old 12-28-2006 , 08:53   Re: Task Scheduler - by JustinHoMi
Reply With Quote #75

put them to server.cfg ?
__________________
= Ave Cesar, morituri Te salutant. = http://nvt.prv.pl = http://hlds.pl/
_KaszpiR_ is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-05-2007 , 06:28   Re: Task Scheduler - by JustinHoMi
Reply With Quote #76

I was curious about this, so I tried it... And for some reason with these settings, it did not do anything except every map change it would say one of the csay commands twice... Weird

Quote:
Originally Posted by server.cfg & amxx.cfg
//Task Scheduler
amx_task 12:55 "amx_csay red Server Going to Free For All Mode in 5 Minuts!"
amx_task 13:00 "hostname "|AoC| Clan W.C. *Vegas - DeathMatch / RuneMod* FFA ON 1/2 Hr""
amx_task 30:00 "amx_csay red Server Going to Free For All Mode Now! For half an hour" t
amx_task 13:00 "amx_csay red You can Kill everybody Including your own Team!" t
amx_task 13:00 "amx_say You can Kill everybody Including your own Team for half an Hour!" t
amx_task 13:00 "amx_csay red Good Luck!" t
amx_task 13:00 "csdm_ffa_enable" t
amx_task 130 "hostname "|AoC| Clan W.C. *Vegas - DeathMatch / RuneMod* ArmyofChaos.com""
amx_task 130 "csdm_ffa_disable" t
amx_task 130 "amx_say Back to normal DeathMatch now =)" t

amx_task 16:25 "amx_csay red Server Going to Free For All Mode in 5 Minuts!"
amx_task 160 "hostname "|AoC| Clan W.C. *Vegas - DeathMatch / RuneMod* FFA ON 1/2 Hr""
amx_task 160 "amx_csay red Server Going to Free For All Mode Now! For half an hour" t
amx_task 160 "amx_csay red You can Kill everybody Including your own Team!" t
amx_task 160 "amx_say You can Kill everybody Including your own Team for half an Hour!" t
amx_task 160 "amx_csay red Good Luck!" t
amx_task 160 "csdm_ffa_enable" t
amx_task 17:00 "hostname "|AoC| Clan W.C. *Vegas - DeathMatch / RuneMod* ArmyofChaos.com""
amx_task 17:00 "csdm_ffa_disable" t
amx_task 17:00 "amx_say Back to normal DeathMatch now =)" t

amx_task 06:10 "amx_tsay red Restarting server in 60 seconds" t
amx_task 06:11 "exit" t
I tried both server.cfg and amxx.cfg, even at the same time.. Thought it would work for both

Any suggestions?

Getting this also
HTML Code:
L 01/05/2007 - 02:44:02: [AMXX] Displaying debug trace (plugin "task_scheduler.amxx")
L 01/05/2007 - 02:44:02: [AMXX] Run time error 4: index out of bounds 
L 01/05/2007 - 02:44:02: [AMXX]    [0] task_scheduler.sma::load_task (line 43)
EDIT:

it says some of the csay and chat in the server consol, but you dont see them in game... kinda weird But that is all i see is some commands in consol, none of the others but csay and chat
__________________

Last edited by bmann_420; 01-05-2007 at 06:46.
bmann_420 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-05-2007 , 21:53   Re: Task Scheduler - by JustinHoMi
Reply With Quote #77

Nobody eh I really wanted FFA mode for half hour twice a day. But it wont seem to read the command.
__________________
bmann_420 is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 01-08-2007 , 20:00   Re: Task Scheduler - by JustinHoMi
Reply With Quote #78

I think this is due to you have to many " in some of the amx_task commands
Im not sure this willl work
But Change this and alll the other that enable to
Code:
 
amx_task 13:30 "hostname "|AoC| Clan W.C. *Vegas - DeathMatch / RuneMod* ArmyofChaos.com"" 
amx_task 13:30 "csdm_ffa_disable" t
amx_task 13:30 "amx_say Back to normal DeathMatch now =)" t
TO
Code:
amx_task 13:30 "exec csdm_ffa_disable.cfg" t
Then you create a file named csdm_ffa_disable.cfg with the folowing
Code:
 
csdm_ffa_disable
hostname "|AoC| Clan W.C. *Vegas - DeathMatch / RuneMod* ArmyofChaos.com"
amx_say Back to normal DeathMatch now =)
I hope you get what I mean.
So you have to do it with all the other rows to
Hint
Create another file called csdm_ffa_enable.cfg

You have to place the files in cstrike folder for it to work
Or you have to do
exec addons/amxmodx/config/....
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/

Last edited by lantz69; 01-08-2007 at 20:02.
lantz69 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 01-08-2007 , 21:35   Re: Task Scheduler - by JustinHoMi
Reply With Quote #79

Yea, I actually figured it out, kinda.

I read on the amx mod forums for this on doing a hostname change and it was to do

amx_task 1:00 "exec host1.cfg" t
amx_task 2:00 "exec host2.cfg" t

Although it workd, it still gave me those errors and it changes the hostname for good. I dunno

Ill try your idea here soon adn let ya know
__________________
bmann_420 is offline
schlumpf2005
Veteran Member
Join Date: Dec 2005
Location: Eckernförde (Germany)
Old 02-22-2007 , 02:13   Re: Task Scheduler - by JustinHoMi
Reply With Quote #80

Hello, Debug Modues

Code:
L 02/22/2007 - 08:12:56: [AMXX] Displaying debug trace (plugin "task_scheduler.amxx")
L 02/22/2007 - 08:12:56: [AMXX] Run time error 4: index out of bounds
L 02/22/2007 - 08:12:56: [AMXX]    [0] 311.attach::load_task (line 43)
I Have Task in my AMXX.cfg

Code:
amx_task 01:00 "amx_tsay Es ist 01:00 AM" tr
amx_task 01:30 "amx_tsay Es ist 01:30 AM" tr
amx_task 02:00 "amx_tsay Es ist 02:00 AM" tr
amx_task 02:30 "amx_tsay Es ist 02:30 AM" tr
amx_task 03:00 "amx_tsay Es ist 03:00 AM" tr
amx_task 03:30 "amx_tsay Es ist 03:30 AM" tr
amx_task 04:00 "amx_tsay Es ist 04:00 AM" tr
amx_task 04:30 "amx_tsay Es ist 04:30 AM" tr
amx_task 05:00 "amx_tsay Es ist 05:00 AM" tr
amx_task 05:30 "amx_tsay Es ist 05:30 AM" tr
amx_task 06:00 "amx_tsay Es ist 06:00 AM" tr
amx_task 06:30 "amx_tsay Es ist 06:30 AM" tr
amx_task 07:00 "amx_tsay Es ist 07:00 AM" tr
amx_task 07:30 "amx_tsay Es ist 07:30 AM" tr
amx_task 08:14 "amx_tsay Es ist 08:14 AM" tr
amx_task 08:30 "amx_tsay Es ist 08:30 AM" tr
amx_task 09:00 "amx_tsay Es ist 09:00 AM" tr
amx_task 09:30 "amx_tsay Es ist 09:30 AM" tr
amx_task 10:00 "amx_tsay Es ist 10:00 AM" tr
amx_task 10:30 "amx_tsay Es ist 10:30 AM" tr
amx_task 11:00 "amx_tsay Es ist 11:00 AM" tr
amx_task 11:30 "amx_tsay Es ist 11:30 AM" tr
Is this not corekt ? Sorry for my Bad English ;)
__________________


Wir Bieten Ihnen Gameserver ohne Vertragsbindung an. (Prepaid Gameserver) Überzeugen Sie sich selbst
schlumpf2005 is offline
Send a message via ICQ to schlumpf2005
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 00:14.


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