mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Merge branch 'admin-flags-forward' of https://github.com/OciXCrom/amxmodx into admin-flags-forward
This commit is contained in:
commit
6edebc9584
@ -1827,7 +1827,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.
|
||||||
|
Loading…
Reference in New Issue
Block a user