new msg[60];format(msg, sizeof(msg), "*You have been given $%d!", amount);GivePlayerMoney(playerid, amount);SendClientMessage(playerid, -1, msg);