mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 22:59:59 +08:00
Fix LocalPlayerPawn offset
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 7 Mar 2024 10:34:48 +0000
|
||||
* Thu, 7 Mar 2024 22:17:31 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -17,7 +17,7 @@ pub mod libclient_so { // libclient.so
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540;
|
||||
pub const dwGameRules: usize = 0x3731248;
|
||||
pub const dwLocalPlayerController: usize = 0x3716778;
|
||||
pub const dwLocalPlayerPawn: usize = 0x3736A38;
|
||||
pub const dwLocalPlayerPawn: usize = 0x3736B38;
|
||||
pub const dwViewMatrix: usize = 0x3737660;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user