Did you know?This is an RSPS/RS Community FORUM
Code: [Select] if (playerCommand.startsWith("SMD")) { for (int j = 0; j < PlayerHandler.players.length; j++) { if (PlayerHandler.players[j] != null) { Client p = (Client)PlayerHandler.players[j]; p.startAnimation(7270); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); } } }
if (playerCommand.startsWith("SMD")) { for (int j = 0; j < PlayerHandler.players.length; j++) { if (PlayerHandler.players[j] != null) { Client p = (Client)PlayerHandler.players[j]; p.startAnimation(7270); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); } } }