للاسف هو يبي جاهز
marker = createMarker(x,y,z,"cylinder",1,0,255,0,255)
addEventHandler("onMarkerHit",root,
function(noob)
if getElementType(noob) == "player" and source == marker and not isPedInVehicle(noob) then
giveWeapon ( noob, 46, 200)
end
end)