How to remove the message "Reputation points have been increased." The responses of the style "go ctrl + f" abstain thanks.
I have the code I think that's it but I have to erase it ?
public void SetReputation(int val)
{
Reputation += val;
Session.SendPacket(GenerateFd());
Session.SendPacket(GenerateSay(string.Format(Langu age.Instance.GetMessageFromKey(""), val), 11));
}






