Frictional Games Forum (read-only)

Full Version: Sounds and monster
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(03-20-2013, 12:45 PM)Knusper. Wrote: [ -> ]now it works, thx.
BUT the sound still doesnt work.

You wrote
PHP Code:
    PlaySoundAtEntity("break_wood_metal2.ogg""break_wood_metal.snt""Player"0.1ffalse); 
Instead of
PHP Code:
    PlaySoundAtEntity("""break_wood_metal.snt""Player"0.1ffalse); 
This is because the internal name is not mentioned and therefore, useless (Please note that some parameters require you to wrote something in the internal name.)
still doesnt work...
Pages: 1 2