policeVehicles = { [416]=true,[574]=true, [433]=true, [427]=true, [490]=true, [528]=true, [407]=true, [544]=true, [523]=true, [470]=true, [598]=true, [596]=true, [597]=true, [599]=true, [432]=true, [601]=true, [428]=true, [497]=true, [510]=true, [564]=true}
function enterVehicle (loss)
if ( not policeVehicles[getElementModel(source)] ) then
blip = createBlipAttachedTo ( source, 55, 1 )
elseif ( policeVehicles[getElementModel(source)] ) then
outputChatBox ( "#FF0000Crook Escaped!", getRootElement(), 255, 255, 255, true )
end
end
addEventHandler ( "onVehicleDamage", getRootElement(), enterVehicle )