"text" => 'You successfuly stole a '.$carName.' with '.$carDamage.'% damage.'
));
$labour = mt_rand(1, 100);
foreach ($cars AS $c) {
if ($c['C_successText']) {
$text = $c['C_successText'];
}
}
if ($labour) {
$text .= " And you earned ".number_format($labour)." Quarter Master";
$rewards[] = array(
'val' => number_format($labour),
'name' => 'Quarter Master'
);
}