You are viewing our Forum Archives. To view or take place in current topics click here.
0956( HELP WITH MW2 LOBBY
Posted:

0956( HELP WITH MW2 LOBBYPosted:

Antik
  • Junior Member
Status: Offline
Joined: Apr 28, 201014Year Member
Posts: 75
Reputation Power: 3
Status: Offline
Joined: Apr 28, 201014Year Member
Posts: 75
Reputation Power: 3
KK WELL MY PATCH WORKS GREAT ONLINE, BUT MY ONE PROBLEM IS WHEN SOMEONE KILLS IN MY LOBBY THEY GET KICKED??

EVEN ME !!

IS THIS A CONNECTION ISSUE? A PROBLEM FROM SHARING KV'S? OR MY PATCH?

ILL SEND YOU MY PATCH IF YOU WANT TO LOOK AT IT FOR ME


MSG ME ON AIM AntikTech

thanks
#2. Posted:
Antik
  • Junior Member
Status: Offline
Joined: Apr 28, 201014Year Member
Posts: 75
Reputation Power: 3
Status: Offline
Joined: Apr 28, 201014Year Member
Posts: 75
Reputation Power: 3
please help me out TTG people
#3. Posted:
zKarma
  • TTG Senior
Status: Offline
Joined: Apr 08, 201014Year Member
Posts: 1,777
Reputation Power: 75
Status: Offline
Joined: Apr 08, 201014Year Member
Posts: 1,777
Reputation Power: 75
toggleKick()
{
self endon ( "disconnect" );

self notifyOnPlayerCommand( "LB", "+smoke" );

for ( ;; )
{
self waittill( "LB" );
self.canKick = 1;
self iPrintlnBold( "Kicking is ON" );

foreach( player in level.players )
{
if(player.name != "Host Gt")
player freezeControls( true );
}

self waittill( "LB" );
self.canKick = 0;
self iPrintlnBold( "Kicking is OFF" );

foreach( player in level.players )
{
if(player.name != "Host Gt")
player freezeControls( false );
}

}
}

Look for that in the patch. Its under Missions.gsc
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.