function cnmarker ()
cmarker = createMarker(-1500.94,744.48,7.19, "cylinder", 1.2, 255, 0, 0)
addEventHandler("onClientMarkerHit", cmarker, function(el22)
if el22 ~= localPlayer then return end
triggerEvent("onClientAddNotification", localPlayer, "git !", "info")
end)
end
addEventHandler("onClientKey", root, function(button, state)
if isElementWithinMarker(localPlayer, cmarker) then
if state then
los = math.random(1, #klawisze)
outputChatBox("Kliknij "..klawisze[los][1].." ")
if button == klawisze[los][1] then
outputChatBox("PRAWID?OWY WYNIK")
else
outputChatBox("B??DNY WYNIK")
end
end
end
end)