SOUND_PED_HIT_WATER_SPLASH
#1

Hello. I have the problem with sounds. I can't hear water splash sound. For example, this command sends the message, but doesn't play the sound. Please, help me.

Код:
if (strcmp("/water_splash", cmdtext, true) == 0) {
	PlayerPlaySound(playerid,1144,0.0,0.0,0.0);
	SendClientMessage(playerid,-1,"WATER_SPLASH");
	return 1;
}
Reply
#2

Hello have you tried this?
https://sampwiki.blast.hk/wiki/PlayerPlaySound
Код:
PlayerPlaySound(playerid,1144,0.0,0.0,10.0);
Reply
#3

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Hello have you tried this?
https://sampwiki.blast.hk/wiki/PlayerPlaySound
Код:
PlayerPlaySound(playerid,1144,0.0,0.0,10.0);
Yes, I looked this page, before making the script. Because of note there, I set all coordinates to 0.0
Reply
#4

That sound ID doesnt work correctly, or does just work in certain situations (maybe underwater or something)
Reply
#5

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
That sound ID doesnt work correctly, or does just work in certain situations (maybe underwater or something)
Ok... so... Are there any other ways to play this sound?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)