11.11.2014, 00:11
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;
}


