File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
src/content/docs/sa/trouble Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : ' ASI files'
3+ description : ' ASI files have been found'
4+ tableOfContents : false
5+ ---
6+
7+ import { Steps , FileTree } from ' @astrojs/starlight/components' ;
8+
9+ MTA detected ASI files either in your GTA:SA or MTA installation directory.
10+
11+ <Steps >
12+ 1 . Navigate to your GTA San Andreas installation directory.
13+
14+ 2 . Remove all * .asi files in that directory and subdirectories.
15+ The example file tree below highlights a subdirectory where you can find ASI files.
16+
17+ <FileTree >
18+ - <span >C:\\ Program Files (x86)\\ Rockstar Games\\ GTA San Andreas\\ </span >
19+ - anim/
20+ - audio/
21+ - data/
22+ - models/
23+ - movies/
24+ - scripts/
25+ - ** SilenPathSA.asi** removable this file
26+ - …
27+ - text/
28+ - eax.dll
29+ - gta_sa.exe
30+ - ogg.dll
31+ - vorbis.dll
32+ - vorbisFile.dll
33+ </FileTree >
34+
35+ :::note
36+ You can use the search function from Windows Explorer to search for these ASI files with ease.
37+ By utilizing a wildcard search like ` *.asi ` , the search results will only contain files that
38+ end with the ASI suffix.
39+ :::
40+
41+ 3 . Navigate to your MTA San Andreas installation directory and repeat step 2 there.
42+ </Steps >
You can’t perform that action at this time.
0 commit comments