Valaki irna egy peldat h hogyan tudnam kicsrelni pl a ambulance hangjat a hang pl legyen siren.wav
addEventHandler(\"onVehicleEnter\",root,function(player,seat) if(player)and(seat==0)then addVehicleSirens(source,1,1) end end)
addEventHandler(\"onVehicleExit\",root,function(player,seat) if(player)and(seat==0)then removeVehicleSirens(source) end end)