native
cs_get_user_vip
Syntax
native cs_get_user_vip(index);
Description
Returns if the client is a VIP.
Parameters
| index | Client index |
|---|
Return
1 if the client is a VIP, 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.