stock
has_flag
Syntax
stock has_flag(id, const flags[])
Description
Returns if the client has any of the specified admin flags.
Parameters
| id | Client index |
|---|---|
| flags | Flag string |
Return
1 if the user has any of the specified flags, 0 otherwise
stock
stock has_flag(id, const flags[])
Returns if the client has any of the specified admin flags.
| id | Client index |
|---|---|
| flags | Flag string |
1 if the user has any of the specified flags, 0 otherwise