Skip to content

Commit

Permalink
improve native description
Browse files Browse the repository at this point in the history
  • Loading branch information
FEDERICOMB96 committed Feb 8, 2024
1 parent 4063428 commit 1982ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ native rg_player_relationship(const player, const target);

/*
* Sends death messages to all players, including info about the killer, victim, weapon used,
* extra death flags, death position, assistant, and kill rarity
* extra death flags, death position, assistant, and kill rarity using the CHalfLifeMultiplay::SendDeathMessage function.
*
* @param pKiller Killer index (if any).
* @param pVictim Victim index.
Expand Down
2 changes: 1 addition & 1 deletion reapi/src/natives/natives_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3295,7 +3295,7 @@ cell AMX_NATIVE_CALL rg_player_relationship(AMX *amx, cell *params)

/*
* Sends death messages to all players, including info about the killer, victim, weapon used,
* extra death flags, death position, assistant, and kill rarity
* extra death flags, death position, assistant, and kill rarity using the CHalfLifeMultiplay::SendDeathMessage function.
*
* @param pKiller The entity who performed the kill (Note: The killer may be a non-player)
* @param pVictim The player who was killed
Expand Down

0 comments on commit 1982ca6

Please sign in to comment.