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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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