Click or drag to resize

IWorldServiceSendDeathMessage Method

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

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
void SendDeathMessage(
	EntityId killer,
	EntityId player,
	Weapon weapon
)

Parameters

killer
Type: SampSharp.EntitiesEntityId
The player that killer the player.
player
Type: SampSharp.EntitiesEntityId
The player that has been killed.
weapon
Type: SampSharp.Entities.SAMPWeapon
The reason for this player's death.
See Also