Skip to content

Commit fab3d6e

Browse files
authored
Create Get_Player_Money.cpp
1 parent b3ea478 commit fab3d6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/Get_Player_Money.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
int GetPlayerMoney(){
2+
int money;
3+
g_pEsp->ReadInt((LPCVOID*)(entityBase + g_pOffsets->m_bHasHelmet - 8), &money);
4+
return money;
5+
}

0 commit comments

Comments
 (0)