View Single Post
Tonblader
Senior Member
Join Date: Jul 2011
Location: Peru
Old 08-11-2022 , 17:03   Re: Reload a plugin every X seconds
Reply With Quote #9

Quote:
Originally Posted by Toranks View Post
Thanks!
Trying to find some plugin that activates fatigue for melee during further extensive searching, I couldn't find anything.
This will do the job in the meantime.
Since you are still looking for something, you could use this plugin ( [Any] Delay Command ) and load automatically via a cfg file infinite times.
I explain:
create a file for example: automatic.cfg
put it in: Steam\SteamApps\common\Left 4 Dead 2\left4dead2\cfg
inside it, type these commands:
PHP Code:
sm_delaycmd_rcon 300 exec automatic.cfg //this repeat infinitely every 5 minutes with this command
whrite you commands here 
and finally in your server.cfg (dedicated server) or listenserver.cfg (listening server), add this command so that it is executed 1 time when you start the game:
PHP Code:
exec automatic.cfg 
Tonblader is offline