Signature
native cs_set_user_money(index, money, flash = 1);
Description
Sets the client's amount of money.
Parameters
- index — Client index
- money — New amount to set
-
flash
—
If nonzero the HUD will flash the difference between new
and old amount in red or green
No return value
Errors
-
If the client index is not within the range of 1 to
MaxClients, or the client is not connected, an error will be
thrown.