You are viewing our Forum Archives. To view or take place in current topics click here.
Mw2 tool error Need Help
Posted:
Mw2 tool error Need HelpPosted:
Status: Offline
Joined: Mar 20, 201212Year Member
Posts: 59
Reputation Power: 2
Status: Offline
Joined: Mar 20, 201212Year Member
Posts: 59
Reputation Power: 2
This is the error i receive:
Error 1 The name 'infammo' does not exist in the current context
The Code looks like this:
Jtag.WriteByte(0x820E1724, infammo);
How do i get the comp to recognize?
I am using Visual C# 2008
Error 1 The name 'infammo' does not exist in the current context
The Code looks like this:
Jtag.WriteByte(0x820E1724, infammo);
How do i get the comp to recognize?
I am using Visual C# 2008
#2. Posted:
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
Have you even defined the variable infammo?
If not do something like
(I believe that's the infinite ammo value...
If not do something like
int infammo = 39600010;
(I believe that's the infinite ammo value...
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.