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

Offline Scar

  • Steel Member
  • *
  • Posts: 34
  • Rep 1
    • View Profile
Re: [Pi] Funny ForcePlayer Command
« on: March 12, 2011, 04:11:07 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: