Here it is :
Code:
if (Splitter[0] == "/points")
{
uint NewPoints = uint.Parse(Splitter[1]);
MyChar.Points = NewPoints;
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 30, MyChar.Points));
}
Enjoy
If it helped u or if u like it plz hit thanks button






