Results 1 to 2 of 2

Thread: Idea for K~Deahtrun

Threaded View

Previous Post Previous Post   Next Post Next Post
  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.

Posting Permissions

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