Beispiel #1
0
 public function FreezeBank($status)
 {
     $this->bankfreezed = $status;
     if ($this->bankfreezed) {
         /* Unsell all this player properties */
         Houses::UnsellPlayerRooms($this);
     }
 }