public function getUnop($uid){
$this->layout->login=false;
$u=Player::find($uid);
if($u){
$u->isop=null;
$u->save();
return $u->uuid;