We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b8a5 commit 9667052Copy full SHA for 9667052
examples/Get_Player_Is_Defusing.cpp
@@ -0,0 +1,5 @@
1
+bool GetPlayerIsDefusing(){
2
+ bool isDefusing;
3
+ g_pEsp->ReadBool((LPCVOID*)(entityPoint + g_pOffsets->m_bIsDefusing), &isDefusing);
4
+ return isDefusing;
5
+}
0 commit comments