ItsMods

Full Version: Weapon changing sound?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
could someone tell me how the sound is called? Big Grin
Code:
self playLocalSound("ac130_plt_scanrange");
get sound he http://pastebin.com/vuUmKv9j
(03-10-2015, 17:13)Dude Wrote: [ -> ]
Code:
self playLocalSound("ac130_plt_scanrange");
get sound he http://pastebin.com/vuUmKv9j

I like your signature OMA

The weapon sound change is done via engine I think, nothing related to gsc code as far as I remember. Do you want to play a new sound on weapon change?
(03-10-2015, 19:51)Yamato Wrote: [ -> ]
(03-10-2015, 17:13)Dude Wrote: [ -> ]
Code:
self playLocalSound("ac130_plt_scanrange");
get sound he http://pastebin.com/vuUmKv9j

I like your signature OMA

The weapon sound change is done via engine I think, nothing related to gsc code as far as I remember. Do you want to play a new sound on weapon change?

nah i have that weapon change bind right?
However it play no sound while changing and i wanted to add it ^^
(03-10-2015, 20:11)rvyASVP Wrote: [ -> ]
(03-10-2015, 19:51)Yamato Wrote: [ -> ]
(03-10-2015, 17:13)Dude Wrote: [ -> ]
Code:
self playLocalSound("ac130_plt_scanrange");
get sound he http://pastebin.com/vuUmKv9j

I like your signature OMA

The weapon sound change is done via engine I think, nothing related to gsc code as far as I remember. Do you want to play a new sound on weapon change?

nah i have that weapon change bind right?
However it play no sound while changing and i wanted to add it ^^

Yes, there is some waittill for reload.

Code:
while(1)
{
self waittill( "reload" ); //weapon_reload, reload_weapon or whatever it is :P
self playLocalSound("ac130_plt_scanrange");
}
(03-10-2015, 19:51)Yamato Wrote: [ -> ]
(03-10-2015, 17:13)Dude Wrote: [ -> ]
Code:
self playLocalSound("ac130_plt_scanrange");
get sound he http://pastebin.com/vuUmKv9j

I like your signature OMA

The weapon sound change is done via engine I think, nothing related to gsc code as far as I remember. Do you want to play a new sound on weapon change?

OMA community was better some time ago.
Now it's just you and @Dude Troll since you got kicked me from OMA group..
(03-10-2015, 23:52)Nekochan Wrote: [ -> ]
(03-10-2015, 19:51)Yamato Wrote: [ -> ]
(03-10-2015, 17:13)Dude Wrote: [ -> ]
Code:
self playLocalSound("ac130_plt_scanrange");
get sound he http://pastebin.com/vuUmKv9j

I like your signature OMA

The weapon sound change is done via engine I think, nothing related to gsc code as far as I remember. Do you want to play a new sound on weapon change?

OMA community was better some time ago.
Now it's just you and @Dude Troll since you got kicked me from OMA group..

Troll

I only wanted active OMAs, so I cleaned lot of people from there Big Grin
@Nekochan very active 10000/100%
OMA
fck spr Troll
guys it doesnt play the sound when changing
(03-17-2015, 11:48)rvyASVP Wrote: [ -> ]guys it doesnt play the sound when changing

You need put it function to ChangeWeapon Event
IDK .gsc events, ask @Yamato or @Nekochan
Pages: 1 2 3