-
Notifications
You must be signed in to change notification settings - Fork 17
I found a fix for everything #34
Description
Maybe not everything, but every issues friends or I have run into. I'm talking about the issues that don't have a fix yet.
Most of the time : just a script issue.
During prephase : if once in online mode nothing happens : edit the script and find the function "bringinteractionmenu" and change the key that is being pressed (currently m) to the key you are using to open the interaction menu
During payback: if script fails to go back to story mode :
That's probably because it can't pick Franklin. The script is supposed to do alt then F6, try it yourself and if it doesn't work, change the key bindings in GTA to something unassigned, like o. Then change it in the script in the function onlinetostory
Basically, every issues you're running into can be fixed by editing the script. Try to locate where the script is messing things up, and then change the script to make it work. You don't have to be a tech engineer to do that