backpack sound

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm

backpack sound

Post 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.
gh0sterZA
Neophyte Poster
Posts: 36
Joined: Thu Nov 19, 2015 11:36 am

Re: backpack sound

Post 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.
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm

Re: backpack sound

Post 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
Post Reply