Gameconfig: Add game configs natives
This commit is contained in:
@@ -531,6 +531,7 @@ int set_amxnatives(AMX* amx, char error[128])
|
||||
amx_Register(amx, g_StackNatives, -1);
|
||||
amx_Register(amx, g_TextParserNatives, -1);
|
||||
amx_Register(amx, g_CvarNatives, -1);
|
||||
amx_Register(amx, g_GameConfigNatives, -1);
|
||||
|
||||
//we're not actually gonna check these here anymore
|
||||
amx->flags |= AMX_FLAG_PRENIT;
|
||||
|
||||
Reference in New Issue
Block a user