Author Topic: [Pi] Funny ForcePlayer Command  (Read 204 times)

Offline brandon

  • Veteran
  • Dragon Member
  • *
  • Posts: 240
  • Rep 12
    • View Profile
Re: [Pi] Funny ForcePlayer Command
« on: March 12, 2011, 11:47:44 am »
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!");
   }
            }
         }
 
:hurr:

R0fl :P