Click or drag to resize

BasePlayerPlayerInternalSetSpawnInfo Method

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

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool SetSpawnInfo(
	int playerid,
	int team,
	int skin,
	float x,
	float y,
	float z,
	float rotation,
	int weapon1,
	int weapon1Ammo,
	int weapon2,
	int weapon2Ammo,
	int weapon3,
	int weapon3Ammo
)

Parameters

playerid
Type: SystemInt32

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

team
Type: SystemInt32

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

skin
Type: SystemInt32

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

x
Type: SystemSingle

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

y
Type: SystemSingle

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

z
Type: SystemSingle

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

rotation
Type: SystemSingle

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

weapon1
Type: SystemInt32

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

weapon1Ammo
Type: SystemInt32

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

weapon2
Type: SystemInt32

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

weapon2Ammo
Type: SystemInt32

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

weapon3
Type: SystemInt32

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

weapon3Ammo
Type: SystemInt32

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

Return Value

Type: Boolean
See Also