Updated local player signature

This commit is contained in:
a2x
2023-09-14 12:27:52 +10:00
parent 913252320e
commit 51b639b7c9
5 changed files with 10 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
pub mod client_dll {
pub const entity_list: usize = 0x1635870;
pub const global_vars: usize = 0x157a6b8;
pub const local_player_controller: usize = 0x1725e60;
pub const local_player_controller: usize = 0x16875b0;
pub const view_angles: usize = 0x1785870;
pub const view_matrix: usize = 0x1726a20;
}