You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
D2H
  • Resident Elite
Status: Offline
Joined: Nov 16, 201311Year Member
Posts: 256
Reputation Power: 18
Status: Offline
Joined: Nov 16, 201311Year Member
Posts: 256
Reputation Power: 18
Medkits wrote Nice menu man, I'm looking to buy a JTAG, any suggestions?


its a tool not a menu looool
#12. Posted:
XeXStozza
  • Powerhouse
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
D2H wrote no unlock all ? or am i blind?
I actually forgot that lol, didn't even realise. I will add it and update topic later
#13. Posted:
XeXStozza
  • Powerhouse
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
CorruptGamer wrote Yo do I have to do system link with this or private match with people who want this
Private match for stats bro, but you can use anything else in system link if you like
#14. Posted:
XeXStozza
  • Powerhouse
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Added unlock All feature which i had forgot to add lol
#15. Posted:
XeXStozza
  • Powerhouse
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Added RedBoxes, will add more stuff tomorrow
#16. Posted:
Activez-
  • Summer 2019
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 9,984
Reputation Power: 2015
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 9,984
Reputation Power: 2015
Looks good. Are you going to add Extinction too?
#17. Posted:
odysseyy
  • Challenger
Status: Offline
Joined: May 01, 201113Year Member
Posts: 109
Reputation Power: 6
Status: Offline
Joined: May 01, 201113Year Member
Posts: 109
Reputation Power: 6
Can you please tell me how you get the switch to work?

I am making an MW3 XRPC and I have no clue how to make that switch!

Thanks

I will +rep
#18. Posted:
XeXStozza
  • Powerhouse
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
odysseyy wrote Can you please tell me how you get the switch to work?

I am making an MW3 XRPC and I have no clue how to make that switch!

Thanks

I will +rep

if(switchButton1.Value == true)
{
ACTIVATE
}
else
{
DEACTIVATE
}
#19. Posted:
odysseyy
  • Challenger
Status: Offline
Joined: May 01, 201113Year Member
Posts: 109
Reputation Power: 6
Status: Offline
Joined: May 01, 201113Year Member
Posts: 109
Reputation Power: 6
XeXStozza wrote
odysseyy wrote Can you please tell me how you get the switch to work?

I am making an MW3 XRPC and I have no clue how to make that switch!

Thanks

I will +rep

if(switchButton1.Value == true)
{
ACTIVATE
}
else
{
DEACTIVATE
}


Get an error "SwitchButton1 is not in the current context"

Know anyway to fix?
#20. Posted:
XeXStozza
  • Powerhouse
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201212Year Member
Posts: 407
Reputation Power: 18
odysseyy wrote
XeXStozza wrote
odysseyy wrote Can you please tell me how you get the switch to work?

I am making an MW3 XRPC and I have no clue how to make that switch!

Thanks

I will +rep

if(switchButton1.Value == true)
{
ACTIVATE
}
else
{
DEACTIVATE
}


Get an error "SwitchButton1 is not in the current context"

Know anyway to fix?

switch has a lowerCase 's'
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.