Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Cant launch garmet factory missions #32

Open
Lochos97 opened this issue Dec 21, 2024 · 6 comments
Open

[Bug] Cant launch garmet factory missions #32

Lochos97 opened this issue Dec 21, 2024 · 6 comments

Comments

@Lochos97
Copy link

After using the latest version of the script, i can no longer launch any garmet factory missions getting a message sayin "Theres a short delay before you can open another file". I have all the golden trophies in the desk, every time i join a session money are getting added to the locker(reached limit 100k), but i cant play any missions. Is there any future fix to this? Some people on UC had the same problem using this script, they changed some INT stats and the problem went away, but for me it didnt work. I would appriciate if theres anything i can do to fix the issue.

@Lochos97
Copy link
Author

nvm i got it to work lol. This guy found the issue and shared it on UC so ill upload it here to make it easier for other people to find this
Screenshot_451

@visionary2709
Copy link

visionary2709 commented Dec 21, 2024

nvm i got it to work lol. This guy found the issue and shared it on UC so ill upload it here to make it easier for other people to find this
Screenshot_451

Hi, yes, when I had the problem I also posted it here, only now it is in the solved problems section, but it is good that more people find the solution. Thanks for sharing

#30

@UltimeLam
Copy link

The chop shop has the same problem

@UltimeLam
Copy link

oh,I get it
#7

@Lochos97
Copy link
Author

nvm i got it to work lol. This guy found the issue and shared it on UC so ill upload it here to make it easier for other people to find this
Screenshot_451

Hi, yes, when I had the problem I also posted it here, only now it is in the solved problems section, but it is good that more people find the solution. Thanks for sharing

#30

oh shi i didnt even notice my bad xd

@ShinyWasabi
Copy link
Collaborator

bool func_286(bool bParam0)//Position - 0xBC95
{
	if (bParam0)
		return BitTest(func_228(12444, -1), 1);
	return func_287(PLAYER::PLAYER_ID()); // Return the stat as global
}

bool func_289(int iParam0) // Position - 0xBD3F
{
	if ((iParam0 == 0 && !func_286(0)) && !func_290()) // func_290 checks if cooldown is active
		return true;
	return false;
}
// ...
else if (!func_289(iFileStatus))
{
	func_279("APPR_ERR_D2" /* GXT: There is a short delay before you can open another file. */);
	return false;
}

Clearing the 1st bit of MP_STAT_HACKER24_GEN_BS should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants