Post: Game Settings Question
07-16-2016, 10:22 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, NGU, I am working on a new gamemode that built around the team death match gamemode.
I don't know how disable the score counter/limit in TDM and I am pretty sure there is some Dvar or function I can to do this.

What is this "Dvar or Function" that I need to use to do this? And, on the side, how do I disable weapon drop (I've seen other game modes do that) Thanks guys for helping me out and I hope to release this "gamemode" sooner than later ...
(adsbygoogle = window.adsbygoogle || []).push({});
07-16-2016, 11:21 PM #2
seanhellen
Are you high?
Originally posted by Nothingbutbread View Post
Hello, NGU, I am working on a new gamemode that built around the team death match gamemode.
I don't know how disable the score counter/limit in TDM and I am pretty sure there is some Dvar or function I can to do this.

What is this "Dvar or Function" that I need to use to do this? And, on the side, how do I disable weapon drop (I've seen other game modes do that) Thanks guys for helping me out and I hope to release this "gamemode" sooner than later ...


I think you put this in the init()

setDvar("gametype_setting scorelimit", "0");

The following 2 users say thank you to seanhellen for this useful post:

Couto, Nothingbutbread
07-17-2016, 12:43 AM #3
HiddenHour
I defeated!
Originally posted by Nothingbutbread View Post
Hello, NGU, I am working on a new gamemode that built around the team death match gamemode.
I don't know how disable the score counter/limit in TDM and I am pretty sure there is some Dvar or function I can to do this.

What is this "Dvar or Function" that I need to use to do this? And, on the side, how do I disable weapon drop (I've seen other game modes do that) Thanks guys for helping me out and I hope to release this "gamemode" sooner than later ...


Disable weapon drop
onPlayerSpawned - level.disableweapondrop = true;

The following 2 users say thank you to HiddenHour for this useful post:

Couto, Nothingbutbread
07-17-2016, 01:09 AM #4
anthonything
Space Ninja
Originally posted by Nothingbutbread View Post
Hello, NGU, I am working on a new gamemode that built around the team death match gamemode.
I don't know how disable the score counter/limit in TDM and I am pretty sure there is some Dvar or function I can to do this.

What is this "Dvar or Function" that I need to use to do this? And, on the side, how do I disable weapon drop (I've seen other game modes do that) Thanks guys for helping me out and I hope to release this "gamemode" sooner than later ...


setDvar("scr_" + level.gametype + "_scorelimit",0);

The following user thanked anthonything for this useful post:

Nothingbutbread
07-19-2016, 05:33 PM #5
Originally posted by anthonything View Post
setDvar("scr_" + level.gametype + "_scorelimit",0);


Where do I place this? I placed this in my init() function and it does nothing Ninja

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo