SampSharp
SampSharp
SampSharp.Entities.SAMP
WorldService Class
WorldService Methods
AddStaticPickup Method
CreateActor Method
CreateExplosion Method
CreateGangZone Method
CreateMenu Method
CreateObject Method
CreatePickup Method
CreatePlayerObject Method
CreatePlayerTextDraw Method
CreatePlayerTextLabel Method
CreateStaticVehicle Method
CreateTextDraw Method
CreateTextLabel Method
CreateVehicle Method
GameText Method
SendClientMessage Method
SendDeathMessage Method
SendPlayerMessageToPlayer Method
SetObjectsDefaultCameraCollision Method
SetWeather Method
WorldService
SendDeathMessage 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#
Copy
public
void
SendDeathMessage
(
EntityId
killer
,
EntityId
player
,
Weapon
weapon
)
Parameters
killer
Type:
SampSharp.Entities
EntityId
The player that killer the
player
.
player
Type:
SampSharp.Entities
EntityId
The player that has been killed.
weapon
Type:
SampSharp.Entities.SAMP
Weapon
The reason for this player's death.
Implements
IWorldService
SendDeathMessage(EntityId, EntityId, Weapon)
See Also
Reference
WorldService Class
SampSharp.Entities.SAMP Namespace