View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-13-2018 , 05:47   Re: [INCLUDE] AutoExecConfig: Read and append to auto configs
Reply With Quote #51

Is it possible to use multiple AutoExecConfig_SetFile() to create multiple autoconfig files?

I'm asking because AutoExecConfig() doesn't allow multiple callbacks if autocreate is set to true for all the callbacks.

Example:

AutoExecConfig(true, "blah");
AutoExecConfig(true, "blarg");

Would only create blah.cfg but not blarg.cfg

Just wanna know if your include is also limited by that.
__________________

Last edited by Psyk0tik; 04-13-2018 at 05:49.
Psyk0tik is offline