21.01.2013, 15:50
Try
pawn Код:
public StopMusic()
{
foreach(new i : Player)
{
PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0);
}
}