From 480dd64ce842af49695ab1d3ba1d010c49eec94c Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Fri, 6 Aug 2021 12:34:02 +0200 Subject: [PATCH] you saw nothing --- include/helpers.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/helpers.hpp b/include/helpers.hpp index 0c3a603f..c0c421ad 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -229,3 +229,4 @@ extern const char *powerups[POWERUP_COUNT]; bool isTruce(); bool GetPlayerInfo(int idx, player_info_s *info); void setTruce(bool status); +int GetPlayerForUserID(int userID);