local mm = createMarker ( 0, 0, 2, "cylinder", 1.5, 255, 255, 0, 170 )
function ggg ( hitPlayer )
givePlayerMoney ( hitPlayer, 1000 )
triggerClientEvent('playSoundC',source)
end
addEventHandler( "onMarkerHit", mm, ggg)
كلنت
addEvent('playSoundC',true)
addEventHandler('playSoundC',root,
function()
playSound('sound.mp3')
end)