Subject: They command I always used Fri Sep 02, 2011 9:30 pm
Code:
if (playerCommand.startsWith("hail") for (int j = 0; j < Server.playerHandler.players.length; j++) { if (Server.playerHandler.players[j] != null) { Client p = (Client)Server.playerHandler.players[j]; p.forcedChat(" I Love This Server"); p.startAnimation(1331); } }
The one I made in fp that I always used im giving to you. lol but heres the command if you want in the (p.forcedchat) you can change the saying to whatever you want.
Subject: Re: They command I always used Mon Oct 03, 2011 6:43 pm
this looks really cool dylan, im glad you posted this, being a coder myself i may just have to put this in my server if i ever make one. but i think ill stay here cuz this server is awesome and i want to help out a lot