DutchGay101
Active member
- Joined
- Sep 15, 2023
- Messages
- 27
- Reaction score
- 2
how do i get the player camera's x,y,z position ?
i tried
float camX = (float)(0x76F338);
float camY = (float)(0x76F33C);
float camZ = (float)(0x76F340);
didnt work
i tried
float camX = (float)(0x76F338);
float camY = (float)(0x76F33C);
float camZ = (float)(0x76F340);
didnt work