Skip to content

SendDeathMessageToPlayer #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Disinterpreter opened this issue Jun 15, 2020 · 0 comments
Open

SendDeathMessageToPlayer #30

Disinterpreter opened this issue Jun 15, 2020 · 0 comments
Labels
compatibility Compatibility with latest version of SAMP function SAMP functions

Comments

@Disinterpreter
Copy link
Member

Disinterpreter commented Jun 15, 2020

Function name
SendDeathMessageToPlayer(playerid, killer, killee, weapon)

  • playerid The ID of the player to send the death message to.
  • killer The ID of the killer (can be INVALID_PLAYER_ID).
  • killee The ID of the player that died.
  • weapon The reason (not always a weapon) for the victim's death. Special icons can also be used (ICON_CONNECT and ICON_DISCONNECT).

Describe the function
Adds a death to the 'killfeed' on the right-hand side of the screen for a single player.

Additional information
https://team.sa-mp.com/wiki/SendDeathMessageToPlayer.html

@Disinterpreter Disinterpreter added function SAMP functions compatibility Compatibility with latest version of SAMP labels Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with latest version of SAMP function SAMP functions
Projects
None yet
Development

No branches or pull requests

1 participant