م اتوقع تقدر ترجعهم لكن دورهم بالمسار هذا
/mods/deathmatch/resource-cache/unzipped
وبالنسبة للماركر
local myMarker = createMarker(-2596.625, 579.358, 15.626, 'cylinder', 2.0, 255, 0, 0, 150)
addEventHandler("onMarkerHit",root,
function (hit)
if ( source == myMarker ) then
if ( getElementType(hit) == "player" ) then
destroyElement(myMarker)
end
end
end
)