local flsound = 0 function flashlight_sound_init(e) end function flashlight_sound_main(e) if g_KeyPressF == 1 and flsound == 0 then flsound = 1 PlayNon3DSound(e,0) end if g_KeyPressF == 0 then flsound = 0 end end