Click or drag to resize

BasePlayerPlayerInternalPlayAudioStreamForPlayer Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool PlayAudioStreamForPlayer(
	int playerid,
	string url,
	float posX,
	float posY,
	float posZ,
	float distance,
	bool usepos
)

Parameters

playerid
Type: SystemInt32

[Missing <param name="playerid"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

posX
Type: SystemSingle

[Missing <param name="posX"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

posY
Type: SystemSingle

[Missing <param name="posY"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

posZ
Type: SystemSingle

[Missing <param name="posZ"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

usepos
Type: SystemBoolean

[Missing <param name="usepos"/> documentation for "M:SampSharp.GameMode.World.BasePlayer.PlayerInternal.PlayAudioStreamForPlayer(System.Int32,System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"]

Return Value

Type: Boolean
See Also