Exemplo n.º 1
0
 function init()
 {
     parent::init();
     // always run the parent init method
     // add your own initialization steps here.
     // ...
 }
Exemplo n.º 2
0
 function init()
 {
     parent::init();
     // always run the parent init method
     // add your own initialization steps here.
     // ...
     $this->conf += array('protocol' => 68);
 }
Exemplo n.º 3
0
 function init()
 {
     parent::init();
     // always run the parent init method
     // add your own initialization steps here.
     // ...
     $this->halflife_version = 0;
     // 0 = unknown version
     $this->infostr = 'TSource Engine Query' . pack('x');
     $this->plrstr = 'U';
     $this->rulestr = 'V';
     $this->pingstr = 'i';
     $this->challenge_id = '';
     $this->compressed = false;
     $this->reqid = 0;
 }