MarkMS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

!strip for GM for owner

Go down

!strip for GM for owner Empty !strip for GM for owner

Post  Mike Tue Mar 30, 2010 11:52 pm

just for your own entertainment
Code:

} else if (splitted[0].equals("!strip")) {
            MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
            if (victim != null) {
                victim.unequipEverything();
                victim.dropMessage("You've been stripped by " + player.getName() + " biatch :D");
            } else {
                player.dropMessage(6, "Player is not on.");
            }

ADDED*


Last edited by Markers on Tue Mar 30, 2010 11:59 pm; edited 1 time in total (Reason for editing : ADDED COMMAND)
Mike
Mike
Admin
Admin

Posts : 32
Points : 81
Join date : 2010-03-26

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum