Sorry if i'm annoying. I solved temporally using this code:
file: 'includes/loggameevents.php' - line: 274 after '$vehicle = substr($data[4], 0, 60);'
ADDED:
if (preg_match("/\d+$/",trim($vehicle),$arr) != false) $vehicle = substr($vehicle,0,strlen($vehicle)-strlen($arr[0]));
file: 'includes ...