[Release] Shows how much money you picked up!!!! to the whole server 02/10/2009 - CO2 PServer Guides & Releases - 17 Replies in client.cs search for SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You picked up " + TehItem.Money +
then add under that this World.SendMsgToAll(MyChar.Name + " has picked up" + TehItem.Money + "Silvers we hope he/she willspend it wisely", "System", 2011);
so it loks like this:
{
MyChar.Ready = false;
if (MyChar.ItemsInInventory > 39)
return;
...