Update amxmodx.inc

This commit is contained in:
OciXCrom 2017-12-31 19:53:22 +01:00 committed by GitHub
parent 8659c9048b
commit 163b4e8701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1824,7 +1824,7 @@ native task_exists(id = 0, outside = 0);
* @error If the index is not within the range of 0 to MaxClients, an * @error If the index is not within the range of 0 to MaxClients, an
* error will be thrown. * error will be thrown.
*/ */
native set_user_flags(index, flags = -1, id = 0, override = false); native set_user_flags(index, flags = -1, id = 0, bool:override = false);
/** /**
* Returns the client's admin flags as a bitflag sum. * Returns the client's admin flags as a bitflag sum.