• 14 Vote(s) - 4.14 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Protect the King
#71
Oh dude, thank u for all, but when i replace the last text i`ve got the error "unknown function".

Also I`m interesting at one question. How can I change map rotation in private game? I have both DLC and when one of the following map appears, I`m losing all people

  Reply
#72
(06-14-2011, 16:43)verccety Wrote: Oh dude, thank u for all, but when i replace the last text i`ve got the error "unknown function".
Works fine for me, I probably updated some code since v1, send me ptk u have and I will make fix for this version.
helped ya? rep me +
  Reply
#73
Here: removed by d0h


Attached Files
.zip   _globallogic.zip (Size: 16.2 KB / Downloads: 29)
  Reply
#74
(06-15-2011, 09:31)verccety Wrote: Here: removed by d0h

find
Code:
if(maps\mp\gametypes\_globallogic_utils::getTimeRemaining()/60000 <= 3 && level.players.size > 16 && Term && level.aliveCount["allies"] > 1)
{
//blablablabla
}
and replace it with:
Code:
        if(maps\mp\gametypes\_globallogic_utils::getTimeRemaining()/60000 <= 3 && level.players.size > 16 && Term && level.aliveCount["allies"] > 1)
        {
            t = level.alivePlayers["allies"][randomint(level.alivePlayers["allies"].size)];
            while(t == level.TheKing && level.alivePlayers["allies"].size > 1)
                t = level.alivePlayers["allies"][randomint(level.alivePlayers["allies"].size)];
            if(t != level.TheKing)
            {
                t thread maps\mp\gametypes\_rank::doTerminator();
                iprintln(t.name + " has activated terminator mode");
            }
            Term = false;
        }
helped ya? rep me +
  Reply
#75
ooh, now everything working fine. It`s really to make the main ninja (who first become) give a golden camo?
  Reply
#76
Thanks maaaaaaaaaan thanks
  Reply
#77
Very nice mod!
Only one question, why is my name everytime set to unknown soldier 0?
Other mods works fine with my steamname..
Ty!
  Reply
#78
Never mind works again.
Another question how to give ninjas gold weapon?
  Reply
#79
@niello, don't double post please, you can just edit it and put whatever you want to tell as long as it is on topic and not multiple posts Smile
Add me on Steam : k_wildchild
Why Steam? = MW3, MW2 ( Trickshot pub? ) and CS:Source

Add me on Origin : Th3_MadShotteR
Why Origin? = BF3 and Fifa 12 !
  Reply
#80
Thumbs Down 
ok.... ok.... i got this mod on my unranked server, set the command to the mp_{foldername}. restarted server and still no luck downloaded from the link in the first post. any reasons.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help how to write protect memory? reavenz 5 3,892 12-15-2012, 01:52
Last Post: Gam3rr0rZ
  Plugin request: Little Icon (defend,protect,plant) igp_gio 5 3,754 11-05-2012, 13:54
Last Post: raminr63
  [Release] King of the Hill v1 SparkyMcSparks 40 16,766 10-25-2011, 17:13
Last Post: OrangePL
  IM DA KING!!!!11!!!1! Arteq 4 2,728 08-17-2011, 15:35
Last Post: 4FunPlayin
  King is... iBanana 5 3,117 07-19-2011, 00:51
Last Post: JariZ
  Preview Protect the King v2,6b8 VIDEO Eekhoorn 7 4,218 06-28-2011, 21:37
Last Post: warhawk
  New Release King Arthur Collection, 50% off Steam 0 2,835 05-25-2011, 00:02
Last Post: Steam
  Preview Protect the King [EPICNESS] Eekhoorn 10 6,150 03-03-2011, 12:29
Last Post: alistair3149
  Now Available - King Arthur: The Druids Steam 0 1,966 02-03-2011, 19:00
Last Post: Steam
  [Request] King-Of-The-Hill Mod superbomb17 5 2,865 01-12-2011, 19:27
Last Post: Eekhoorn

Forum Jump:


Users browsing this thread: 1 Guest(s)