You are viewing our Forum Archives. To view or take place in current topics click here.
CoD 4 Never Host DVAR?
Posted:

CoD 4 Never Host DVAR?Posted:

KnockKnock
  • TTG Addict
Status: Offline
Joined: Feb 07, 201113Year Member
Posts: 2,130
Reputation Power: 111
Status: Offline
Joined: Feb 07, 201113Year Member
Posts: 2,130
Reputation Power: 111
The "Force Host DVARS" for CoD 4 are:

self setClientDvar( "party_iamhost", "1" );
self setClientDvar( "party_hostmigration", 0);
self setClientDvar( "party_connectToOthers", 0);

Can anyone find, if possible, a DVAR/code that will make it so you are never host? Like, a force-un-host or something?

If so, please post it below and I will rep you
#2. Posted:
Greg
  • 5000 Thanks
Status: Offline
Joined: May 19, 201310Year Member
Posts: 7,956
Reputation Power: 4895
Status: Offline
Joined: May 19, 201310Year Member
Posts: 7,956
Reputation Power: 4895
Change the 0's to 1's... should be all you need since 1 just means true and 0 means false
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.