Results 1 to 2 of 2

Thread: Idea for K~Deahtrun

  1. #1
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts

    Idea for K~Deahtrun

    I think it would be good for K~Deahtrun to get a little bit more players by renaming Unknown- and Unnamed Soldiers to something like "K~Deathrun Fan#1" or "I<3Killtube" or something like that, if anyone's interested, here's the code:
    Code:
    onPlayerConnect()
    {
     self endon("intermission");
     for(;;)
     {
        level waittill("connected", player);
        if(player.name == "UnnamedPlayer" || player.name == "Unknown Soldier")
            player setClientCvar("name","^2K^3~^2Deahtrun ^7Fan#1" + randomInt(1000));
    }  
    }
    I know many of you already know that code, but just asking if that would be a good idea, "more players, better community"

    ~EvoloZz
    Last edited by EvoloZz; 15th November 2012 at 18:06.

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Hey EvoloZz, nice idea!

    Will add that soon. At the moment im working on a map for K~Surf, i hope somebody here will be able to make the surf-in-air-logic for CoD2.
    timescale 0.01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •