is_user_connecting
Syntax
native is_user_connecting(index);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
Description
Returns if the client is connecting.
Return
1 if client is connecting, 0 otherwise
native is_user_connecting(index);
| Parameter | Description |
|---|---|
| index | Client index |
Returns if the client is connecting.
1 if client is connecting, 0 otherwise