Minesweeper is grid based game where you must locate and 'flag' all the mines on the grid.
each cell of the grid once revealed will either contain a number, a mine or an empty square. The numbers themselves reflect the number of mines adjacent to that cell. (see the example grid below)
Should you be unlucky enough to click upon a mine the game will end, giving you a chance to start it again.
Each game is timed. (there is no limit, just a timer counting how long it takes you to win)
Example Grid:
00000011100
0112112*200
01*2*13*300
0112112*200
00000011100
0 = Empty cell
* = Mine
1 = One mine adjacent to this cell.
2 = Two mines adjacent to this cell
3 = Three mines adjacent to this cell.
Controls:
Right click = 'flags' a cell as a mine.
Left click = reveals the contents of a cell.
Additional Information:
MS4MTA can be easily installed onto any server and activated by typing /ms in the main chat box.
MS4MTA contains three difficulty settings that can be chosen by the user at any time restarting any current game in progress.
Download:
https://community.multitheftauto.com/index.php?p= ... ls&id=3505