native cs_set_user_money(index, money, flash = 1);
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 |
Sets the client's amount of money.
This function has no return value.
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.