cs_get_user_money
Syntax
native cs_get_user_money(index);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
Description
Returns the client's amount of money.
Return
Amount of money
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.