Fixed a crash bug in FormatAmxString()

Added amx_FindNative to module API
Changed LZO->GZ in .amxx format
This commit is contained in:
David Anderson
2004-08-24 04:30:13 +00:00
parent 94219ae71a
commit 9d3ea5513b
5 changed files with 110 additions and 62 deletions

View File

@ -44,7 +44,8 @@ public:
Err_FileInvalid,
Err_SectionNotFound,
Err_DecompressorInit,
Err_Decompress
Err_Decompress,
Err_OldFile,
};
private: