Help for this page

Select Code to Download


  1. or download this
    my $player = substr $packet, 5, -12;
    
  2. or download this
    my $id = unpack 'xV', $packet;
    my ($ping,$score,$stats) = unpack 'V3', substr $packet, -12;