Results 1 to 10 of 57

Thread: TELLERMINE Mod

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by G-Stuff002 View Post
    Success! ) it's work, Thank You!

    All the same it need change first number here to "10" because in TDM can planting still only 5
    game["landmine"]["limit"] = cvardef( "scr_landmine_limit", 10, 1, 20, "int" );

    i make screen:
    Spoiler:
    Click image for larger version. 

Name:	5.JPG 
Views:	19 
Size:	113.4 KB 
ID:	1475
    First edit the code to this:

    Code:
    game["landmine"]["limit"]	= cvardef( "scr_landmine_limit", 10, 1, 9999, "int" );
    Then, using the dvars I posted above, set the max number of mines to something stupid like this:

    Code:
    // number of betties allowed at any one time
    set scr_landmine_limit 500
    Last edited by Tally; 20th March 2018 at 20:23.

Posting Permissions

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