27.04.2010, 22:21
I've got a doubt, how can i reproduce a sound on the OnPlayerRequestClass?
Iґve got this already there, but it doesn't play, but in this way it works:
pawn Код:
Audio_Play(playerid, 2, false, false, false)
pawn Код:
if(strcmp(cmdtext, "/soundtest", true) == 0)
{
Audio_Play(playerid, 2, false, false, false);
return 1;
}