Samp Hit Sound -
SuperSpeed52 - 30.03.2013
Hello Everyone, now Im with a doubt, I see some videos at ******* and I notice that some guys has a different hit sound, so I want to know if this is possible, if yes, how to modify it, thank you
Re: Samp Hit Sound -
Travis The Tiger - 30.03.2013
I know a lot of DM servers use filterscripts or have it implemented in their script so when you hit a person it plays a sound for you but I have seen some CLEO mods where it does similar. I will search for one for you using the forums I know.
Edit: I have searched and searched but all I can find is Hit Sounds for 0.3e... sorry.
Re: Samp Hit Sound -
andrewgrob - 30.03.2013
search for stream audio for player
u carnt change the custom sound from gta san andreas
but you can stream an audio file..
in the pawno editor
onplayershootplayer
when a players gets hit lets say with the weapon mp5 you need to define the right weapon id
i could give the code right now..
but we all learned by searching.. :P
Re: Samp Hit Sound -
[SF]OutLawZ - 30.03.2013
So it would be implemented like this,
Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
PlayerPlaySound(playerid, 17802, 0.0, 0.0, 0.0); // Ding Sound
return 1;
}
Re: Samp Hit Sound -
andrewgrob - 30.03.2013
Quote:
Originally Posted by Khalifa42O
So it would be implemented like this,
Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
PlayerPlaySound(playerid, 17802, 0.0, 0.0, 0.0); // Ding Sound
return 1;
}
|
no dude not like that. thats san andreas sound files. he wants his own sounds
Re: Samp Hit Sound -
[SF]OutLawZ - 30.03.2013
Then he would need to search for the mod that has hit sounds, which I doubt he will find.
Re: Samp Hit Sound -
SuperSpeed52 - 30.03.2013
But, a sound like this [ame]http://www.youtube.com/watch?v=x7wKQD3rXoY[/ame]
I know how to install the weapon, etc, but when this guy shoot and hit, it sounds different than I hear, so I want to know if this sound is modifficable, because we play in the same server, but how he modified it?
Re: Samp Hit Sound -
Basssiiie - 30.03.2013
He has sound mod. Search for it on ******. So yes, you can mod sounds and there's probably a how-to readme with the download.
Re: Samp Hit Sound -
SuperSpeed52 - 30.03.2013
ok thank you