Quote:
Originally Posted by UnoAmigos
Code:
if (Splitter[0] == "@stamina")
{
MyChar.Stamina = 100;
MyChar.MyClient.SendPacket(General.MyPackets.Vital(MyChar.UID, 9(nope its 0x09), MyChar.Stamina));
World.UpdateSpawn(MyChar);
}
|
Dude seriously stop posting rubbish , your wasting memory with things like that.I bet everyone (AND I MEAN EVERYONE) know how to do a stamina command that is not even done properly but w.e.