mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
added AMX_ERR_GENERAL to the error list
This commit is contained in:
parent
e93e75fa39
commit
4e1d420495
@ -264,6 +264,7 @@ enum {
|
||||
#define AMX_ERR_DIVIDE 11
|
||||
#define AMX_ERR_NOTFOUND 19
|
||||
#define AMX_ERR_PARAMS 25
|
||||
#define AMX_ERR_GENERAL 27
|
||||
|
||||
#define INVALID_HANDLE -1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user