View Full Version : Close the mini map !
knife108
08-27-2007, 10:26 AM
Can someone make this plugin that players judge friend or enemy only by their intuition without mini map.
That's reality !
blobby
08-28-2007, 12:03 PM
Yeah try cl_smallmap 0 on your server config
diamond-optic
08-28-2007, 01:21 PM
Yeah try cl_smallmap 0 on your server config
cl_* means client command/cvar not server :-\
tho it wouldnt be hard to make a plugin look that setting to 0 on clients, but i just dont have time or motivation to do it myself lol.. im still trying to get myself to post some plugins ive had done for months lol
Kiel |17.SS|
08-28-2007, 09:11 PM
You could use Wilson's CVARGuard plugin, that "locks" client commands to however you want it to be.
http://www.dodplugins.net/forums/showthread.php?t=744&page=2&highlight=cvarguard
diamond-optic
08-28-2007, 09:33 PM
You could use Wilson's CVARGuard plugin, that "locks" client commands to however you want it to be.
http://www.dodplugins.net/forums/showthread.php?t=744&page=2&highlight=cvarguard
good call.. i totally forgot bout that :o
knife108
08-29-2007, 01:26 AM
the minimap command is "+map"
the cvarguard plugin can not lock this command :-\
pls see :
http://www.dodplugins.net/forums/showthread.php?p=7352#post7352
=|[76AD]|= TatsuSaisei
09-01-2007, 09:37 AM
the minimap command is "+map"
the cvarguard plugin can not lock this command :-\
pls see :
http://www.dodplugins.net/forums/sho...=7352#post7352
+map is the BUTTON comand that can be bound to be used to toggle through the large map and the mini map... but there IS in fact 2 cvars that can be altered to display the map, and then the zoom level on the "mini" map....
_cl_minimap "0"
_cl_minimapzoom "0"
and then at the very least you could allow the mini map (which is still realistic) but simply remove the display of the players ON the minimap (thereby accomplishing what you want) by cvar gaurding the following:
cl_dmshowplayers "0"
knife108
09-02-2007, 01:17 AM
|= TatsuSaisei;7401']+map is the BUTTON comand that can be bound to be used to toggle through the large map and the mini map... but there IS in fact 2 cvars that can be altered to display the map, and then the zoom level on the "mini" map....
_cl_minimap "0"
_cl_minimapzoom "0"
and then at the very least you could allow the mini map (which is still realistic) but simply remove the display of the players ON the minimap (thereby accomplishing what you want) by cvar gaurding the following:
cl_dmshowplayers "0"
Thx TatsuSaisei lol
I had done it and worked fine .
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.