is_user_vip
Checks whether a player is VIP or not
Syntax
native is_user_vip(id)
Usage
| id | - Unique index of player |
Return
True — if VIP, false otherwise
Notes
This could return false in client_connect(), client_authorized(), client_putinserver(), and client_disconnect().
Defined in
vip.inc
at line 25
.
This documentation was automatically generated from source.