Raised This Month: $ Target: $400
 0% 

AutoExecConfig does not run


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
666
Senior Member
Join Date: Mar 2015
Old 06-11-2021 , 11:47   AutoExecConfig does not run
Reply With Quote #1

the problem is that it does not create the configuration folder and does not execute the cvars in OnConfigsExecuted, is there any way to run there?


example
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// Add your code here...
        
CVARS 
}

public 
OnConfigsExecuted()
{
    
AutoExecConfig(true);

__________________
666 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode