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

Would this work as well?

PHP Code:
AutoExecConfig_SetCreateFile(true);
AutoExecConfig_SetFile("test1");
AutoExecConfig_SetFile("test2");
AutoExecConfig_CreateConVar("sm_test1""1""test1");
AutoExecConfig_CreateConVar("sm_test2""2""test2");
AutoExecConfig_ExecuteFile(); 
__________________

Last edited by Psyk0tik; 04-13-2018 at 17:51.
Psyk0tik is offline