View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-11-2021 , 21:54   Re: AutoExecConfig does not run
Reply With Quote #2

I think you're configuring it to automatically execute configs after the configs have already executed. Therefore, it won't ever execute the configs. You need to call AutoExecConfig() in plugin_init(). Then, you can read the settings that were executed in or after OnConfigsExecuted().
__________________
fysiks is offline