20.10.2011, 10:02
well;
the sound playing OnPlayerConnect
but
It keeps playing the sound..
how can i stop the playersound while player spawns?
pawn Код:
public OnPlayerConnect(playerid)
{
PlayerPlaySound(playerid, ID, 0.0, 0.0, 10.0);
return 1;
}
but
pawn Код:
public OnPlayerSpawn(playerid)
{
return 1;
}
how can i stop the playersound while player spawns?