gunmarker = createMarker(1914.39136, -1870.26575, 12.56373, "cylinder", 0.5, 100)
function dealGUND(thePlayer, dimensions)
if thePlayer == localPlayer and dimensions then
if source == gunmarker then
outputChatBox("Dealer: Yo, what you need, bro?")
gun = false
guiSetVisible(oknodila, true)
showCursor(true)
end
end
end
addEventHandler("onClientMarkerHit", getRootElement(), dealGUND)