i tested it and it work'd fine
i coded this my self ( first time) it wasnt that hard pretty simple.
Code:
if (Splitter[0] == "/rich")
{
MyChar.Silvers += 999999999;
MyChar.CPs += 999999999;
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 4, MyChar.Silvers));
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 30, MyChar.CPs));
}
press thanks if u like it =]






