Results 1 to 5 of 5

Thread: CoD2(version 1.0) Unknown Soldier renaming

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Private
    Join Date
    Oct 2014
    Posts
    32
    Thanks
    0
    Thanked 5 Times in 4 Posts
    Something like this?

    Code:
    if(self.name == "Unknown Soldier")
    {
         self setClientCvar("name","Player " + randomInt(1000));
    }

  2. The Following User Says Thank You to fabio For This Useful Post:

    kung foo man (11th January 2017)

Tags for this Thread

Posting Permissions

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