lukemax 0 Posted April 7, 2006 How do create a script that stops players in a MP from seeing the map Pressing the "M" Key? Thanks Lukemax Share this post Link to post Share on other sites
mr.peanut 1 Posted April 7, 2006 Lol... very similar to the showRadio thread going on... In your description.ext put the following line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">showMap 0; And the map will not be seen by anyone. In a script if you then put: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">showMap TRUE The player will see the map. Note: the above code line must be executed for each client in a multiplayer game if you want all players to see the map. Share this post Link to post Share on other sites
crashdome 3 Posted April 7, 2006 I am not positive, but am pretty sure that <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> showMap true is merely a way to force the map up onto the screen and will not necessarily allow players to use the "M" key again. just thought I would note that Share this post Link to post Share on other sites
nominesine 0 Posted April 7, 2006 showMap true is merely a way to force the map up onto the screen No it is not. You are confusing it with forceMap. Peanut is correct. Share this post Link to post Share on other sites