diff --git a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc index 82749cb4..81db45cd 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc @@ -890,14 +890,14 @@ enum GamedllFunc_CBasePlayer /* * Description: Called when a client emits a "pain sound" after received damage. * Return type: void - * Params: (const this) + * Params: (const this, lastHitGroup, bool:hasArmour) */ RG_CBasePlayer_Pain, /* * Description: Called when a client emits a "death sound" after death. * Return type: void - * Params: (const this, lastHitGroup, bool:hasArmour) + * Params: (const this) */ RG_CBasePlayer_DeathSound,