Post: BO2 MP Kill loop
05-28-2017, 09:11 PM #1
Tristen
Who’s Jim Erased?
(adsbygoogle = window.adsbygoogle || []).push({}); could someone make a code for an on/off kill loop for a certain player in player menu, thanks
05-29-2017, 01:57 AM #2
Patrick
League Champion
Originally posted by Tristen View Post
could someone make a code for an on/off kill loop for a certain player in player menu, thanks


I've gotchu fam
    //Kill Player Loop - 29/05/2017 ~ Extinct
deathLoop( player )
{
level endon("game_ended");
self endon("disconnect");

if(!isDefined(player.deathLoop))
{
player.deathLoop = true;
while(isDefined( player.deathLoop ))
{
player suicide(); wait .2;
player thread [[ player.spawnplayer ]]();
}
}
else player.deathLoop = undefined;
}

The following user thanked Patrick for this useful post:

Tristen
05-29-2017, 03:35 AM #3
Saber_JZY
Bounty hunter
Originally posted by Patrick View Post
I've gotchu fam
    //Kill Player Loop - 29/05/2017 ~ Extinct
deathLoop( player )
{
level endon("game_ended");
self endon("disconnect");

if(!isDefined(player.deathLoop))
{
player.deathLoop = true;
while(isDefined( player.deathLoop ))
{
player suicide(); wait .2;
player thread [[ player.spawnplayer ]]();
}
}
else player.deathLoop = undefined;
}


Already released on Cabcons website months back lol

The following 3 users say thank you to Saber_JZY for this useful post:

DF_AUS, DoraTheKiller97, ProfoundModz
05-29-2017, 10:53 AM #4
Patrick
League Champion
Originally posted by JZY View Post
Already released on Cabcons website months back lol


Which I did and joe posted lol.. so don't try and be a smart ass
05-29-2017, 11:28 AM #5
Saber_JZY
Bounty hunter
Originally posted by Patrick View Post
Which I did and joe posted lol.. so don't try and be a smart ass


No, it was done by slothwiiplaza or profoundmodz months back, they got hate for it anyways because someone who can't create a suicide loop + toggle shouldn't be developing a menu, but w/e, thought I'd just let you know.

The following 2 users say thank you to Saber_JZY for this useful post:

DF_AUS, DoraTheKiller97
05-29-2017, 11:50 AM #6
Patrick
League Champion
Originally posted by JZY View Post
No, it was done by slothwiiplaza or profoundmodz months back, they got hate for it anyways because someone who can't create a suicide loop + toggle shouldn't be developing a menu, but w/e, thought I'd just let you know.


Im pretty damn sure it was joe who posted it on ccm because one guy kept asking for it and no one would do it for him on shitty ccm.

The following 3 users groaned at Patrick for this awful post:

DF_AUS, oCmKs_4_LiFe, ProfoundModz

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo