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-local+709673996c0cc3c0733358a87691d1009326afa7
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