local job_start=createMarker(-1737.86841,31.99917,3.55469, "cylinder", 1.2, 0, 135, 180, 140)
prace = off
addEventHandler("onClientMarkerHit", job_start, function(plr,marker)
if prace=off then
if getElementData(plr, "player:duty") then
outputChatBox("Hey", plr, 255,255,255)
else
outputChatBox("[INFO] Graj, nic tu po tobie!", plr, 255,255,255)
end
else
outputChatBox("Siema", plr, 0,0,0)
end
end)