Example #1
0
        case "I_MRAP_03_F":
            return "Strider";
            break;
        case "B_Heli_Light_01_armed_F":
            return "Pawnee";
            break;
        default:
            return $car;
            break;
    }
}
$row = $PM->getUser($pid);
if (!$row) {
    die("Player not found, either join the server first or check you put in the correct player ID!");
}
$row1 = $PM->getCivCars($pid);
$row2 = $PM->getCopCars($pid);
$row3 = $PM->GetBounty($pid);
include "header.php";
?>
  <div class="container" >

	<div style="padding:0px 4px 0px 17px;">
	<h1>Your Stats!</h1>
	<br />
	<p>In game name: <?php 
echo $row['name'];
?>
 </p>
	<p>Cash: $<?php 
echo number_format($row['cash']);