cs_get_user_buyzone
Syntax
native cs_get_user_buyzone(index);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
Description
Returns if the client is inside a buyzone.
Return
1 if the client is inside a buyzone, 0 otherwise
Error
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.