Jump to content
Sign in to follow this  
lukemax

Stop from seeing the map

Recommended Posts

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

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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×