Click or drag to resize

BasePlayerSendDeathMessageToAll Method

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

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static void SendDeathMessageToAll(
	BasePlayer killer,
	BasePlayer killee,
	Weapon weapon
)

Parameters

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