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

Execute Configs 1.0 (Updated 08/12/09)


Post New Thread Reply   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-05-2014 , 14:11   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #151

Quote:
Originally Posted by Windle View Post
Hey. The last reply was from a few months ago, but I was wondering if something like this work so the plugin would execute the votestart.cfg when there is 6 minutes remaining of the map time.

Code:
"Configs"
{
    "*"
    {
        "tf_map_time_remaining:360"        "0:votestart.cfg"
    }
}
Thanks
Don't all the major mapchooser plugins already support this functionality? Or were you talking about some other kind of vote other than the next map vote?
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Ellie
Senior Member
Join Date: Apr 2013
Old 04-07-2014 , 18:49   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #152

Quote:
Originally Posted by muukis View Post
On Left 4 Dead the round_end event gets fired multiple times through out the round. I don't know why. I put up a test for another plugin I am working on. What it did was write log on round_end event and the log got flooded. It is very likely a bug with the SM or Source engine - IMHO?
So that's why I see the config getting run multiple times per map. Is there a fix for this?
Ellie is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 05-17-2014 , 17:05   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #153

In the sample "executeconfigs.txt" file, regarding this entry:
Code:
	"timeleft:0"	"1:timelimit.cfg"
Where the zero value is, what times-scale goes in there? seconds? or minutes?
For example if I wanted to issue a command at 1-MINUTE before map-end, should it be:
Code:
	"timeleft:1"	"1:lastoneminute.cfg"
... or should it be ...
Code:
	"timeleft:60"	"1:lastoneminute.cfg"
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 05-17-2014 at 17:05.
Weasel is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 05-17-2014 , 21:48   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #154

Quote:
Originally Posted by Weasel View Post
In the sample "executeconfigs.txt" file, regarding this entry:
Code:
	"timeleft:0"	"1:timelimit.cfg"
Where the zero value is, what times-scale goes in there? seconds? or minutes?
For example if I wanted to issue a command at 1-MINUTE before map-end, should it be:
Code:
	"timeleft:1"	"1:lastoneminute.cfg"
... or should it be ...
Code:
	"timeleft:60"	"1:lastoneminute.cfg"

Pretty sure it seconds....
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 06-07-2014 , 20:32   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #155

I was made a new version with some fix and improvements for AlfredSpain but now I decided to publish it at the request of wrox

version 1.2.3

-Fixed these errors
Quote:
Originally Posted by AlfredSpain View Post
Because I get this error?


L 10/28/2013 - 09:14:08: [SM] Native "CloseHandle" reported: Handle 1d601a7 is invalid (error 1)
L 10/28/2013 - 09:14:08: [SM] Displaying call stack trace for plugin "executeconfigs(5).smx":
L 10/28/2013 - 09:14:08: [SM] [0] Line 100, /home/groups/alliedmodders/forums/files/3/4/6/6/8/24085.attach::OnMapTimeLeftChanged()
-Now spectators will be count well, in the old version, players with "unassigned" team are counted as if they not were spectator
Attached Files
File Type: sp Get Plugin or Get Source (executeconfigs.sp - 1195 views - 11.7 KB)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
secondtimesold
Senior Member
Join Date: Feb 2015
Old 03-30-2015 , 15:48   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #156

im trying to use this plugin to execute a config that will simply run command mp_restartgame 1

on a csgo deathmatch server i want the game score to reset at round end (30 mins) so when the next round starts all the scores are reset

plugin isnt working for me, here are my configs maybe someone will help

executeconfigs.txt

Quote:
"Configs"
{
"*"
{
"round:2" "1:executed.cfg"


}

}
then inside the execute.cfg it simply

Quote:
mp_restartgame 1

Last edited by secondtimesold; 03-30-2015 at 15:48.
secondtimesold is offline
lowheartrate
Member
Join Date: Apr 2015
Location: United States, New York
Old 10-18-2015 , 20:34   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #157

Would
Quote:
"event: warmup"
target warmup rounds? Not sure how to target warmup rounds really
lowheartrate is offline
Buzzaard
Member
Join Date: Apr 2005
Location: Florida
Old 05-22-2016 , 14:48   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #158

Updated my post here https://forums.alliedmods.net/showpo...7&postcount=88 with the correct file locations post steampipe for DoDs.
Buzzaard is offline
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 07-04-2016 , 01:42   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #159

Hi all!
It's don't work for CSGO.
__________________
Bad Cold Man is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 07-19-2016 , 16:23   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #160

Does not work for CS GO
4ever16 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:29.


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