add: player esp and snaplines

for now the esp will show "Player" instead of the real player name //TOFIX
This commit is contained in:
2024-05-28 10:22:01 +02:00
parent 5968a83932
commit 01bdc8e683
6 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include "settings/settings.hpp"
namespace ESP {
void RunPlayersESP();
}