Click or drag to resize

PlayerTextLabelPlayerTextLabelInternalCreatePlayer3DTextLabel Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual int CreatePlayer3DTextLabel(
	int playerid,
	string text,
	int color,
	float x,
	float y,
	float z,
	float drawDistance,
	int attachedplayer,
	int attachedvehicle,
	bool testLOS
)

Parameters

playerid
Type: SystemInt32

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

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

color
Type: SystemInt32

[Missing <param name="color"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

z
Type: SystemSingle

[Missing <param name="z"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

drawDistance
Type: SystemSingle

[Missing <param name="drawDistance"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

attachedplayer
Type: SystemInt32

[Missing <param name="attachedplayer"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

attachedvehicle
Type: SystemInt32

[Missing <param name="attachedvehicle"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

testLOS
Type: SystemBoolean

[Missing <param name="testLOS"/> documentation for "M:SampSharp.GameMode.World.PlayerTextLabel.PlayerTextLabelInternal.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: Int32
See Also