Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Fixed tag for natives
Browse files Browse the repository at this point in the history
  • Loading branch information
Nord1cWarr1or committed May 3, 2020
1 parent de2255c commit 0a5e2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/amxmodx/scripting/include/afk_protection.inc
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 0a5e2e5

Please sign in to comment.