uNiverselEgacy Posted June 11, 2016 Share Posted June 11, 2016 I know this is probably being asked many times but I haven't been following GTA modding for quite some time and I can't seem to find some good threads about it. What I have right now is just starting/terminating the shop_controller script, which works, but I was wondering if there is a better way to do it. // terminateGAMEPLAY::TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME("shop_controller");// startSYSTEM::START_NEW_SCRIPT("shop_controller", 1424); Link to comment Share on other sites More sharing options...
AHK1221 Posted June 11, 2016 Share Posted June 11, 2016 Idk, maybe make them persistent? Link to comment Share on other sites More sharing options...
unknown modder Posted June 11, 2016 Share Posted June 11, 2016 *getGlobalPtr(2562051) = 1; Link to comment Share on other sites More sharing options...
uNiverselEgacy Posted June 11, 2016 Author Share Posted June 11, 2016 *getGlobalPtr(2562051) = 1; Thank you! I didn't notice at all this function is provided in ScriptHookV... Link to comment 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