01.03.2014, 16:46
Hello, how can i make that the hitsound comes when i shoot someone or hurt someone, because that dont work?
Код:
CMD:hitsound(playerid)
{
PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
SendClientMessage(playerid,-1,""chat""COL_GREEN" Hit Sound Activated!");
}
CMD:stophitsound(playerid)
{
PlayerPlaySound(playerid,1184,0.0,0.0,0.0);
SendClientMessage(playerid,-1,""chat""COL_GREEN" Hit Sound Deactivated!");
}

