From c649b89f857b184d8ad63d7dcc64a5b80c5c9272 Mon Sep 17 00:00:00 2001 From: Shorohov Sergey Date: Sun, 15 Apr 2018 08:31:17 +0300 Subject: [PATCH] the bypass amxx warning 200 (#113) warning 200: symbol "RG_CBasePlayer_SetSpawnProtecti" is truncated to 31 characters - fixed --- reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc index c7545e60..c0851a16 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc @@ -32,6 +32,8 @@ #define RG_CBasePlayer_SetClientUserInfoModel RG_CBasePlayer_SetUserInfoModel #define RG_CBasePlayer_SetClientUserInfoName RG_CBasePlayer_SetUserInfoName #define m_Shield_hEntToIgnoreTouchesFrom m_Shield_EntToIgnoreTouchesFrom + #define RG_CBasePlayer_RemoveSpawnProtection RG_CBasePlayer_RemoveProtection + #define RG_CBasePlayer_SetSpawnProtection RG_CBasePlayer_SetProtection #endif /**