local police1 = createPickup (2251.99, 2489.39, 10.99, 1, 25, 10000, 60)
local police2 = createPickup (2295.36, 2461.00, 1082, 0, 100, 10000, 60)
function MarkerHit( thePlayer )
if ( source == police1 or source == police2 ) then
local model = getElementModel( thePlayer )
if model~= 29 or model~= 181 then end
cancelEvent()
end
end
end
addEventHandler ( "onPickupHit", root, MarkerHit )