Originally posted by Advisable
hey guys i have been having some problems with my mw2 1.12 patch.
when i am on my jailbroken ps3 trying to test my patch everything works fine except for Stats on my menu.
the problem is that when i select "Stats" from my menu NOTHING happens, i dont disconnect or recieve the modded stats
Fixing the Stats Reward is now 100k vBux
DOWNLOA
You must login or register to view this content.You must login or register to view this content.QUOTE ME IF YOU CAN HELP!
Replace your old:
set 1t "^7====^5Advisables_Private_Mw2_Patch^7====;"
set 1opt1 "vstr 1t;^2^1Account_Mods;bind BUTTON_A vstr 1opt1r; bind DPAD_UP vstr 1opt4; bind DPAD_DOWN vstr 1opt2"
set 1opt2 "vstr 1t;^2^1Infections;bind BUTTON_A vstr 1opt2r; bind DPAD_UP vstr 1opt1; bind DPAD_DOWN vstr 1opt3"
set 1opt3 "vstr 1t;^2^1Game_Settings;bind BUTTON_A vstr 1opt3r; bind DPAD_UP vstr 1opt2; bind DPAD_DOWN vstr 1opt4"
set 1opt1r "vstr 2m"
set 1opt2r "vstr 3m"
set 1opt3r "vstr 4m"
set 1e "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_BACK togglescores;bind BUTTON_A +gostand;con_errormessagetime 10;Mod_Menu_Closed;"
With this one:
set 1t "^7====^5Advisables_Private_Mw2_Patch^7====;"
set 1opt1 "vstr 1t;^2^1Account_Mods;bind BUTTON_A vstr 1opt1r; bind DPAD_UP vstr 1opt4; bind DPAD_DOWN vstr 1opt2"
set 1opt2 "vstr 1t;^2^1Infections;bind BUTTON_A vstr 1opt2r; bind DPAD_UP vstr 1opt1; bind DPAD_DOWN vstr 1opt3"
set 1opt3 "vstr 1t;^2^1Game_Settings;bind BUTTON_A vstr 1opt3r; bind DPAD_UP vstr 1opt2; bind DPAD_DOWN vstr 1opt4"
set 1opt4 "vstr 1t;^2^1Stats;bind BUTTON_A vstr 1opt4r; bind DPAD_UP vstr 1opt3; bind DPAD_DOWN vstr 1opt1"
set 1opt1r "vstr 2m"
set 1opt2r "vstr 3m"
set 1opt3r "vstr 4m"
set 1opt4r "vstr 5m"
set 1e "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_BACK togglescores;bind BUTTON_A +gostand;con_errormessagetime 10;Mod_Menu_Closed;"
That should fix your problem.