AMXX-BG.INFO money_ul.inc Raw include

money_ul.inc

Original include source with line numbers.

Back Download .inc
1 #pragma library money_ul
2
3 /* Returns users money.
4 */
5 native cs_get_user_money_ul(index);
6
7 /* Gives money to user. If flash is 1, the difference between new and old amount will flash red or green.
8 */
9 native cs_set_user_money_ul(index, money, flash = 1);