29.05.2012, 01:12
If this is supposed to set the player's money, use this:
pawn Код:
#define UpdateMoneyBar(%0, %1) \
ResetPlayerMoney(%0); \
GivePlayerMoney(%0, %1)