Signature
native cs_get_user_shield(index);
Description
Returns if the client has a shield in the inventory.
Parameters
- index — Client index
Returns
1 if the client has a shield, 0 otherwise
Errors
-
If the client index is not within the range of 1 to
MaxClients, or the client is not connected, an error will be
thrown.