mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 14:18:06 +03:00
Update amxmodx.inc
This commit is contained in:
parent
8659c9048b
commit
163b4e8701
@ -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 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user