2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-04-18 07:12:43 +03:00

Implementation of new Natives

This commit is contained in:
Celio Lozatto 2024-08-16 18:05:49 -03:00
commit b694fcfd56
2 changed files with 11 additions and 11 deletions

View File

@ -1265,7 +1265,7 @@ native rg_player_takehealth(const index, const Float:flHealth, const bitsDamageT
*
* @param index Client index
* @param attacker Attacker index
* @param gibs Use DMG_NEVERGIB or DMG_ALWAYSGIB
* @param gib Use DMG_NEVERGIB or DMG_ALWAYSGIB
*
* @noreturn
*/

View File

@ -3425,7 +3425,7 @@ cell AMX_NATIVE_CALL rg_player_takehealth(AMX* amx, cell* params)
*
* @param index Client index
* @param attacker Attacker index
* @param gibs Use DMG_NEVERGIB or DMG_ALWAYSGIB
* @param gib Use DMG_NEVERGIB or DMG_ALWAYSGIB
*
* @noreturn
*/