09.05.2014, 08:58
You need to reset the money and give them back so it will update the money on the hud too.
pawn Код:
SetRPGMoney(playerid, amount)
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, (pInfo[playerid][Money] = amount));
}