File tree Expand file tree Collapse file tree 6 files changed +90
-0
lines changed Expand file tree Collapse file tree 6 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ import { CardGrid } from ' @astrojs/starlight/components' ;
3+ import IconLinkCard from ' @src/components/IconLinkCard.astro' ;
4+ import * as defaults from ' @src/content.constants' ;
5+ ---
6+
7+ <CardGrid >
8+ <IconLinkCard
9+ icon =" seti:windows"
10+ title =" Windows 10 & 11"
11+ description =" Download for the latest release of Microsoft Windows"
12+ href =`${defaults .CDN_URL }/mtasa/main/mtasa-1.6.exe` />
13+
14+ <IconLinkCard
15+ icon =" seti:windows"
16+ title =" Windows 7 & 8.x"
17+ description =" Download for older releases of Microsoft Windows"
18+ href =`${defaults .CDN_URL }/mtasa/main/mtasa_maetro-1.6.exe` />
19+ </CardGrid >
Original file line number Diff line number Diff line change 1+ ---
2+ import { CardGrid } from ' @astrojs/starlight/components' ;
3+ import IconLinkCard from ' @src/components/IconLinkCard.astro' ;
4+ import * as defaults from ' @src/content.constants' ;
5+ ---
6+
7+ <CardGrid >
8+ <IconLinkCard
9+ icon =" seti:windows"
10+ title =" Microsoft Visual C++ 2013 Redistributable Package"
11+ href =`${defaults .CDN_URL }/files/vcredist_2013_x86.exe` />
12+
13+ <IconLinkCard
14+ icon =" seti:windows"
15+ title =" Microsoft Visual C++ 2015 Redistributable Package"
16+ href =`${defaults .CDN_URL }/files/vcredist_2015_x86.exe` />
17+ </CardGrid >
Original file line number Diff line number Diff line change 11export const SITE_TITLE = 'Multi Theft Auto: Help' ;
22export const SITE_URL = 'https://help.multitheftauto.com' ;
3+ export const CDN_URL = 'https://mirror-cdn.multitheftauto.com' ;
Original file line number Diff line number Diff line change 1+ ---
2+ title : ' Windows XP & Vista'
3+ description : ' MTA does not support XP/Vista after July 2019'
4+ tableOfContents : false
5+ ---
6+
7+ :::danger
8+ MTA will not receive updates on XP and Vista after July 2019.
9+ Update your operating system to Windows 7 or later
10+ :::
Original file line number Diff line number Diff line change 1+ ---
2+ title : ' File version mismatch'
3+ description : ' MTA detected files with a different version'
4+ tableOfContents : false
5+ ---
6+
7+ import ClientDownload from ' @src/components/ClientDownload.astro' ;
8+
9+ MTA detected dynamic-link libraries ` *.dll ` files from a different version of Multi Theft Auto.
10+ There can be many reason why this happened, but the course of action is to reinstall MTA from
11+ a trusted source.
12+
13+ <ClientDownload />
Original file line number Diff line number Diff line change 1+ ---
2+ title : ' client.dll missing'
3+ description : ' An essential MTA library is missing'
4+ tableOfContents : false
5+ ---
6+
7+ import { Steps } from ' @astrojs/starlight/components' ;
8+ import IconLinkCard from ' @src/components/IconLinkCard.astro' ;
9+ import ClientDownload from ' @src/components/ClientDownload.astro' ;
10+ import RedistributableDownload from ' @src/components/RedistributableDownload.astro' ;
11+
12+ <Steps >
13+ 1 . Install Microsoft runtime components.
14+
15+ <RedistributableDownload />
16+
17+ 2 . Install the latest release of Multi Theft Auto.
18+
19+ <ClientDownload />
20+
21+ 3 . Try to run Multi Theft Auto again.
22+
23+ :::note
24+ Consider restarting your computer after these installations for good measure, if
25+ MTA still fails to launch.
26+
27+ And do not despair, you can always contact us either on Discord or in the forums.
28+ You can find the links at the bottom of the page.
29+ :::
30+ </Steps >
You can’t perform that action at this time.
0 commit comments