30.03.2011, 11:22
Hi, I would like to know why "PlayPlayerSound" is not working?
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
PlayerPlaySound(playerid, 1143, 0.0, 0.0, 0.0);
return 1;
}