AMX Mod X API Documentation

Signature
native cs_get_user_money(index);
Description

Returns the client's amount of money.

Parameters
  • index Client index
Returns

Amount of money

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.

Назад
Верх