0 Members and 1 Guest are viewing this topic.
Yes, it appears /slay and /suicide are somehow backwards on their permissions. /slay should be op only, and /suicide should be any player.
for (int s = 0; s < (int)(Math.Abs(eplayer.statLife - eplayer.statLifeMax) / 20) + 1; s++) Item.NewItem((int)eplayer.Position.X, (int)eplayer.Position.Y, eplayer.Width, eplayer.Height, 58, 1, false);
In the future are you planning on adding /setspawn? would be very useful.
Quote from: omnija on September 30, 2011, 03:03:31 AMIn the future are you planning on adding /setspawn? would be very useful.This is funny, I was wanting this too. Right now the spawn point is editable through TEdit, but it's a pain to shut down the server just for this.
I added that a few weeks ago Should be in for b36.