Click or drag to resize

WorldServiceNativeCreatePlayer3DTextLabel Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.CreatePlayer3DTextLabel(System.Int32,System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Boolean)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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