24.03.2009, 21:36
hi. 
how to stop sound
public OnPlayerRequestClass(playerid, classid)
{
PlayerPlaySound(playerid, 1062, 0.0, 0.0, 0.0);
}
public OnPlayerSpawn(playerid)
{
[what to put here to stop sound ?]
}

how to stop sound
public OnPlayerRequestClass(playerid, classid)
{
PlayerPlaySound(playerid, 1062, 0.0, 0.0, 0.0);
}
public OnPlayerSpawn(playerid)
{
[what to put here to stop sound ?]
}