예제 #1
0
파일: effects.php 프로젝트: sinfocol/gwf3
 public static function execute(SR_Player $player, array $args)
 {
     return self::rply($player, '5047', array(Shadowfunc::getEffects($player)));
     // 		$bot = Shadowrap::instance($player);
     // 		$bot->reply(sprintf('Your effects: %s.', Shadowfunc::getEffects($player)));
     // 		return true;
 }