How can i make the indicator have a sound of the Indicator when pressing "mouse1" or "mouse2" and the sound Stops when there is no indicator flash
--[[
//\\ Script by CarlRayanitch //\\
]]
local left = false
local right = false
function Blinker_Left()
if isPedInVehicle(getLocalPlayer()) == true then
if left == false then
outputChatBox(" ")
left = true
local occupiedVehicle = getPedOccupiedVehicle(getLocalPlayer())
local x,y,z = getElementPosition(occupiedVehicle)
Blinker_vorne = createMarker(x,y