diffecult: 1/10
open your client.java
STEP 1:
search for
under the last } add thisCode:"emote"
hope you like it :)Code:else if (command.startsWith("stgfx") && playerRights >= 1)
{
try
{
int gfx = Integer.parseInt(command.substring(6));
if (gfx < 900 && gfx > 0)
{
stillgfx(gfx, absY, absX);
}
else
{
sendMessage("Bad gfx ID");
}
}
catch(Exception e)
{
sendMessage("Bad gfx ID");
}
}
