Samp Hit Sound
#1

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
Reply
#2

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.
Reply
#3

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
Reply
#4

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;
}
Reply
#5

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
Reply
#6

Then he would need to search for the mod that has hit sounds, which I doubt he will find.
Reply
#7

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?
Reply
#8

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.
Reply
#9

ok thank you
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)