I made this command:
But other people can't see the effects when I send them off.
How can I do this?
Code:
if (Cmd[0] == "/seffect")
{
GC.AddSend(Packets.String(GC.MyChar.EntityID, 10, Cmd[1]));
}
How can I do this?