I'm looking at options for stopping the visual representation of the map for players.
so that a.) when you die you don't see the map b.) when you press the G button you don't see the map, so your in essence blind in the game to the location.
I've found one plugin that disabled the map by putting a black overlay over it, which is good, however there is a lag and a glitch in it that the "display map" function is client side, so there is a lag between pressing the G button or when you die the client calling the server to get the map info and the plugin blocking it, so it's quite easy to override and work around.
Currently looking at trying to manipulate the map file - but this seems unlikley the more I look at it, so how can I disable the map effectively ?
thanks,
so that a.) when you die you don't see the map b.) when you press the G button you don't see the map, so your in essence blind in the game to the location.
I've found one plugin that disabled the map by putting a black overlay over it, which is good, however there is a lag and a glitch in it that the "display map" function is client side, so there is a lag between pressing the G button or when you die the client calling the server to get the map info and the plugin blocking it, so it's quite easy to override and work around.
Currently looking at trying to manipulate the map file - but this seems unlikley the more I look at it, so how can I disable the map effectively ?
thanks,