-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
The chop shop has the same problem |
oh,I get it |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: