bandi94 Posted April 9, 2014 Share Posted April 9, 2014 Hello. Is there somebody who reversed the object class / pool ?? Â On wiki i found only that it start's from 0xB7449C and each object is 0x19C bytes , but that's all , nothing about a class or atleast the offests inside the 0x19C bytes , where is located the X,Y,Z cord / rotations , etc .... Â Or if somebody know's a link where this has been already made ( source code ). Â My final purpose is to list the object's and some info about each one ( position , rotation , object ID / model , etc ) Â THX. Link to comment Share on other sites More sharing options...
DK22Pac Posted April 10, 2014 Share Posted April 10, 2014 (edited) https://github.com/thelink2012/plugin-sdk/blob/master/src/sdk/game_sa/CObject.h https://github.com/thelink2012/plugin-sdk/blob/master/src/sdk/game_sa/CPhysical.h https://github.com/thelink2012/plugin-sdk/blob/master/src/sdk/game_sa/CEntity.h https://github.com/thelink2012/plugin-sdk/blob/master/src/sdk/game_sa/CPlaceable.h Edited April 10, 2014 by _DK Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now