From 1982ca6f7047acb0ed77a5b9721a8b4aed4ee809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Mat=C3=ADas?= <41979395+FEDERICOMB96@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:16:41 -0300 Subject: [PATCH] improve native description --- reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc | 2 +- reapi/src/natives/natives_misc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc b/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc index 7e66a4ed..000efac2 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc @@ -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. diff --git a/reapi/src/natives/natives_misc.cpp b/reapi/src/natives/natives_misc.cpp index 0e10c02c..1f2e13a9 100644 --- a/reapi/src/natives/natives_misc.cpp +++ b/reapi/src/natives/natives_misc.cpp @@ -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