Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial Some nice dvars for LobbyTracker users
#1
Hello

This is a small tutorial of some interesting dvars that can help those LobbyTracker users: http://www.itsmods.com/forum/Thread-LobbyTracker.html

The first dvar allow you to change the name that appears in lobbytracker, in Servername, to remove the COD4HOST thing:

Code:
setDvar("sv_hostname", "Your server name here");

Now, this dvars will allow you to change player limit from 18 to whatever(not more than 18, you can troll game but wont work), OMA . In this case is 4:

Code:
setDvar("party_maxPrivatePartyPlayers",4);
setDvar("party_maxplayers",4);
setDvar("sv_maxclients",4);
setDvar("ui_maxclients",4);

This dvar changes easily the message that appears when you load screen.

Code:
setDvar("didyouknow","Your Info");

This is it, enjoy your new lobby settings

OMA
Reply

#2
(09-19-2011, 16:51)Yamato Wrote: This dvar changes easily the message that appears when you load screen.

Code:
setDvar("didyouknow","Your Info");
OMA

That should be a clientdvar (so it applies to the clients), but of course you can use it as a setdvar.

OMA
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Nice covers Arteq 0 1,941 08-14-2013, 21:43
Last Post: Arteq
  [Release] Waypoint plugin for users 8q4s8 3 4,404 07-22-2013, 15:14
Last Post: E-losev
  Help dedicated servers and custom dvars mattyman 0 2,353 06-22-2013, 07:33
Last Post: mattyman
  [Release] Flag plugin for users 1.6 archit 74 36,128 05-25-2013, 13:03
Last Post: archit
Brick Help Dvars Plugin Help.. XxBRxX 2 2,561 12-09-2012, 01:48
Last Post: XxBRxX
  Ripped Black Ops II dvars tadej 6 6,798 11-28-2012, 21:22
Last Post: kokole
  [Request] promod dvars raminr63 0 2,312 10-17-2012, 17:02
Last Post: raminr63
Question Help what dvars can be used and working, in forceclientdvars? founderlj 1 2,089 08-20-2012, 08:21
Last Post: d0h!
  help Dvars alegrete 2 2,259 04-24-2012, 15:06
Last Post: alegrete
  Help A hud element that's depending on dvars JariZ 2 2,456 03-20-2012, 10:11
Last Post: JariZ

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.