Jump to content

Accessing Global Array with VB.Net script


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.