new string[64];format(string, sizeof(string), "Money: %i", GetPlayerMoney(playerid));SendClientMessage(playerid, COLOR_GREEN, string);