Hitsound activate with command
#1

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!");
}
Reply


Messages In This Thread
Hitsound activate with command - by Blackazur - 01.03.2014, 16:46
Re: Hitsound activate with command - by M3HR4N - 01.03.2014, 17:44
Re: Hitsound activate with command - by ReD_HunTeR - 01.03.2014, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)