Click or drag to resize

NativePlayerShowPlayerDialog Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual void ShowPlayerDialog(
	int dialogid,
	int style,
	string caption,
	string info,
	string button1,
	string button2
)

Parameters

dialogid
Type: SystemInt32

[Missing <param name="dialogid"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

style
Type: SystemInt32

[Missing <param name="style"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

caption
Type: SystemString

[Missing <param name="caption"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

info
Type: SystemString

[Missing <param name="info"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

button1
Type: SystemString

[Missing <param name="button1"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

button2
Type: SystemString

[Missing <param name="button2"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.ShowPlayerDialog(System.Int32,System.Int32,System.String,System.String,System.String,System.String)"]

See Also