Code:
if (Splitter[0] == "/Model")
{
int MModel;
ushort mid = ushort.Parse(Splitter[1]);
MModel = mid;
SendPacket(General.MyPackets.Status1(MyChar.UID, MModel));
SendPacket(General.MyPackets.Vital(MyChar.UID, 26, MyChar.GetStat()));
World.UpdateSpawn(MyChar);
}
but can this be used as like a /mech command and can oters see it






