PC9346 Posted June 13, 2023 Share Posted June 13, 2023 Hi there, I'm currently modding GTA IV and looking into the ambwardrobe.sco script file. There is a function in there which returns the value from a given position in the g_U8229 array. I believe this array contains information on whether a given item of clothing has been bought or not. Does anyone know if it is possible to access the data here via a VB.Net script, please? void sub_18744(unknown uParam0) { return g_U8229[uParam0]; } Link to comment https://gtaforums.com/topic/991009-accessing-global-array-with-vbnet-script/ 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