From 0a5e2e5bbf104e655b5e315051d0e460cbfbc43b Mon Sep 17 00:00:00 2001 From: Nord1cWarr1or <47604048+Nord1cWarr1or@users.noreply.github.com> Date: Sun, 3 May 2020 11:46:04 +0400 Subject: [PATCH] Fixed tag for natives --- addons/amxmodx/scripting/include/afk_protection.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/amxmodx/scripting/include/afk_protection.inc b/addons/amxmodx/scripting/include/afk_protection.inc index bdf78a4..852c368 100644 --- a/addons/amxmodx/scripting/include/afk_protection.inc +++ b/addons/amxmodx/scripting/include/afk_protection.inc @@ -11,7 +11,7 @@ * * @return True, if player is AFK, false otherwise */ -native booL:apr_get_player_afk(id); +native bool:apr_get_player_afk(id); /** * Activate or deactivate player's AFK protection. @@ -31,7 +31,7 @@ native apr_set_player_afk(id, bool:bSet); * * @return True, if player is OFF AFK protection, false otherwise */ -native booL:apr_get_player_status(id); +native bool:apr_get_player_status(id); /** * Turn ON or OFF checks for afk for player.