Committed sorting natives as per request am23838

This commit is contained in:
David Anderson
2006-08-20 04:46:34 +00:00
parent afe7df87d2
commit df7ee94b83
8 changed files with 595 additions and 1 deletions

View File

@@ -556,6 +556,7 @@ int set_amxnatives(AMX* amx, char error[128])
amx_Register(amx, g_DebugNatives, -1);
amx_Register(amx, msg_Natives, -1);
amx_Register(amx, vector_Natives, -1);
amx_Register(amx, g_SortNatives, -1);
//we're not actually gonna check these here anymore
amx->flags |= AMX_FLAG_PRENIT;