Skip to content

Commit 9667052

Browse files
authored
Create Get_Player_Is_Defusing.cpp
1 parent 7c7b8a5 commit 9667052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/Get_Player_Is_Defusing.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)