Fixed bug where MF_GetScriptName() was NULL
This commit is contained in:
		| @@ -2530,6 +2530,7 @@ C_DLLEXPORT int AMXX_Attach(PFN_REQ_FNPTR reqFnptrFunc) | ||||
| 	REQFUNC("FindAmxScriptByName", g_fn_FindAmxScriptByName, PFN_FIND_AMXSCRIPT_BYNAME); | ||||
| 	REQFUNC("LoadAmxScript", g_fn_LoadAmxScript, PFN_LOAD_AMXSCRIPT); | ||||
| 	REQFUNC("UnloadAmxScript", g_fn_UnloadAmxScript, PFN_UNLOAD_AMXSCRIPT); | ||||
|     REQFUNC("GetAmxScriptName", g_fn_GetAmxScriptName, PFN_GET_AMXSCRIPTNAME); | ||||
|  | ||||
| 	// String / mem in amx scripts support | ||||
| 	REQFUNC("SetAmxString", g_fn_SetAmxString, PFN_SET_AMXSTRING); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user