Click or drag to resize

BasePlayerSendDeathMessage Method

Adds a death to the kill feed on the right-hand side of the screen of this BasePlayer.

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual void SendDeathMessage(
	BasePlayer killer,
	BasePlayer killee,
	Weapon weapon
)

Parameters

killer
Type: SampSharp.GameMode.WorldBasePlayer
The BasePlayer that killer the killee.
killee
Type: SampSharp.GameMode.WorldBasePlayer
The BasePlayer that has been killed.
weapon
Type: SampSharp.GameMode.DefinitionsWeapon
The reason for this BasePlayer's death.
See Also