View Single Post
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South Korea
Old 10-21-2020 , 12:55   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #947

Quote:
Originally Posted by nG_getwreck View Post
It doesn't work, I got runtime errors
Here's the errors:
PHP Code:
Map Manager Settings Loaded
L 10
/22/2020 00:51:10: [AMXXPlugin ("mapmanager.amxx"is setting itself as
failed.
L 10/22/2020 00:51:10: [AMXXPlugin saysNothing loaded from file.
L 10/22/2020 00:51:10: [AMXXDisplaying debug trace (plugin "mapmanager.amxx"
)
L 10/22/2020 00:51:10: [AMXXRun time error 1forced exit
L 10/22/2020 00:51:10: [AMXX]    [0mapmanager.sma::LoadMapsFromFile (line 10
72
)
L 10/22/2020 00:51:10: [AMXX]    [1mapmanager.sma::plugin_cfg (line 940
I try to look at the plugin source line 940 and here's what I found
PHP Code:
LoadMapsFromFile();
    
    
#if defined FUNCTION_NIGHTMODE
    
LoadNightMaps();
    
#endif
    
    
new Float:fChangeTime get_pcvar_float(g_pCvars[CHANGE_TO_DEDAULT]);
    if(
fChangeTime 0.0)
    {
        
set_task(fChangeTime 60.0"Task_ChangeToDefault"TASK_CHANGETODEFAULT);
    }
    
    
register_dictionary("mapmanager.txt");
}
LoadMapsFromFile() 
I'm not sure what does it mean. Am I missing something?
__________________
nG_getwreck is offline