You are viewing our Forum Archives. To view or take place in current topics click here.
MW2 TU6 Coding Help
Posted:
MW2 TU6 Coding HelpPosted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
I'm hoping someone maybe be able to shed some light on this, I'm creating a TU6 patch as i'm bored and I want to make it so when u blow yourself up it verify's you.
Anyone shed some light?
Anyone shed some light?
#2. Posted:
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
Why code tu6? You can do pretty much everything on tu8 that you could on tu6, and yeah that would be pretty easy actually.
Take the code for suicide and use it like so:
obviously that's not the correct code but that is how I would guess its done.
Take the code for suicide and use it like so:
if(suicide)
{
verify;
}
obviously that's not the correct code but that is how I would guess its done.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Thanks I know I could code TU8 meh
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Can anyone help me with this
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Apr 13, 201311Year Member
Posts: 83
Reputation Power: 4
Status: Offline
Joined: Apr 13, 201311Year Member
Posts: 83
Reputation Power: 4
Verify()
{
if(self.Verification == false)
{
self waittill("death");
self.Verified = true;
self.Verification = true;
}
}
Try that just define self.Verification to be false[/code]
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Still stuck with this can anyone help
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jun 09, 201311Year Member
Posts: 8
Reputation Power: 0
You got a xbox 2 day trial and ill help you out?
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Why would I give you a 2 day trial nice try though
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.