View Single Post
666
Senior Member
Join Date: Mar 2015
Old 06-17-2021 , 12:57   Re: AutoExecConfig does not run
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
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().
perfect I put AutoExecConfig (true); in plugin_init () and in OnConfigsExecuted () how do I read and execute it again
__________________
666 is offline