From 44bb9f8f8610257113f4fc0911aa3fd5d077dbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lio=20Lozatto=20Baniuk?= Date: Fri, 16 Aug 2024 11:04:12 -0300 Subject: [PATCH] Implementation of new Natives --- .vs/VSWorkspaceState.json | 7 ------- reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .vs/VSWorkspaceState.json diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json deleted file mode 100644 index 7994a86..0000000 --- a/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ExpandedNodes": [ - "" - ], - "SelectedNode": "\\reapi.sln", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc b/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc index 7c8838b..981f0f2 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc @@ -1234,7 +1234,7 @@ native rg_send_death_message(const pKiller, const pVictim, const pAssister, cons * * @noreturn */ -native rg_player_traceattack(const index, const attacker, const Float:flDamage, Float:vecDir[3], const ptr, bitsDamageType); +native rg_player_traceattack(const index, const attacker, const Float:flDamage, Float:vecDir[3], const ptr, const bitsDamageType); /* * -