Page 1 of 1

backpack sound

Posted: Thu Aug 18, 2016 12:54 pm
by atreiu
Hello

where defined sound once player put something in backpack? i've searching in my scripts around backpack and nothing seems like core sending that sound. i am realy need to disable that sound.

Thanks in advance.

Re: backpack sound

Posted: Fri Aug 19, 2016 10:22 pm
by gh0sterZA
Hi

try change the " sound sound_insertpack 73" line in file pkg\items\containers\config\insertsound.cfg

there is also an insertsound.inc file you can look at.

Re: backpack sound

Posted: Fri Aug 19, 2016 11:53 pm
by atreiu
i've seen that cfg i've tried but that doesnt change anything because my script don't use it.
Also that is from .cfg and in that scripts nothing around playsound()
CanInsertScript container/canInsert
CanRemoveScript container/canRemove
OnInsertScript container/onInsert
OnRemoveScript container/onRemove