Results 1 to 9 of 9

Thread: How to remove team scores in top-left corner?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Jul 2012
    Posts
    76
    Thanks
    9
    Thanked 56 Times in 38 Posts
    I will take the tdm.gsc as an example.
    As I know you can simply change something in that file. Just search for this line
    PHP Code:
    thread maps\mp\gametypes\_hud_teamscore::init(); 
    and change it to
    PHP Code:
    //thread maps\mp\gametypes\_hud_teamscore::init(); 

  2. The Following 2 Users Say Thank You to Peterlankton For This Useful Post:

    kung foo man (22nd October 2013),redmanzu (22nd October 2013)

  3. #2
    ... connecting
    Join Date
    Oct 2013
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts
    and maybe you also know how to remove the "time left" and "players (from each team) remaining" features?

    EDIT: and add a default fog from non-pam servers?
    Last edited by redmanzu; 22nd October 2013 at 15:02.

Posting Permissions

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