Sound?
#1

Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 2108.1409,1911.1537,10.8203);
  SetPlayerFacingAngle(playerid, 269.9582);
	SetPlayerCameraPos(playerid, 2116.1033,1911.2902,10.8203);
	SetPlayerCameraLookAt(playerid, 2108.1409,1911.1537,10.8203);
 	PlayerPlaySound(playerid, 1097, 0.0, 0.0, 0.0); <====
	return 1;
}
When i spawn the sound still goes...How can i make when i spawn that the sound turns off??


I tryed

Код:
public OnPlayerSpawn(playerid)
{
PlayerPlaySound(playerid, 0, 0.0, 0.0, 0.0); 
return 1;
}
But the sound still plays


Can U please help me
Reply


Messages In This Thread
Sound? - by MB@ - 13.09.2009, 11:39
Re: Sound? - by brett7 - 13.09.2009, 11:54
Re: Sound? - by Sayaron - 13.09.2009, 12:01
Re: Sound? - by eXchainZ-FoReVeR - 13.09.2009, 15:36
Re: Sound? - by Sayaron - 13.09.2009, 17:17
Re: Sound? - by x-cutter - 13.09.2009, 17:19
Re: Sound? - by Sayaron - 13.09.2009, 17:21
Re: Sound? - by Nero_3D - 13.09.2009, 17:25
Re: Sound? - by x-cutter - 13.09.2009, 17:26
Re: Sound? - by Sayaron - 13.09.2009, 17:27

Forum Jump:


Users browsing this thread: 1 Guest(s)