Grand Theft Auto: San Andreas Multi Theft Auto Issue Fixed

Grand Theft Auto: San Andreas Multi Theft Auto Issue Fixed 1 - steamsplay.com
Grand Theft Auto: San Andreas Multi Theft Auto Issue Fixed 1 - steamsplay.com

Counting hours spent in Mta:sa on steam.
 
 

Solving the problem

Grand Theft Auto: San Andreas Multi Theft Auto Issue Fixed - Solving the problem - 3F0B622
 
 
Hi !
 
Sooo
 
You’ll Need to make an executable that
 
launches mta:sa instead of gta:sa
 
Renaming it gta-sa.exe Won’t Help
 
i tried but it dosen’t work
 
i did some researches And i found a good solution
 
and it worked and now i’m sharing it with you ^_^
 
—————————————————————————–
 

  • First

you’ll need to download and install the
 
PureBasic compiler from this website
 
https://www.purebasic.com/download.php – [purebasic.com] 
 
(the demo version is fine, it will do the job)
 
 
launch the PureBasic IDE and write this code:
 
in this example I’m making an executable which will launch Sublime Text, so change the path to your Multi Theft Auto executable
 
(its in the mta:sa location )
 
——————————————————————————-
 
“`
 
 
; // make this a console program
 
OpenConsole()
 
 
; // specify path to another executable
 
pathToExecutable$ = “C:\Program Files\Sublime Text 3\sublime_text.exe”
 
 
; // use RunProgram to launch another executable
 
x = RunProgram(pathToExecutable$)
 
 
“`
 
—————————————————————————–
 
Save it Somewhere (you’ll not need the save file i think)
 
last step, create the gta-sa.exe executable
 
click on Compiler menu, then click on Create Executable…
 
select location (Gta sa location)
 
then enter a name for the executable “gta-sa.exe” ( change the name of the original one first )
 
—————————————————————————-
 
After Doing All of that i think you’re done you’ll just
 
need to launch it from steam and mta sa will start
 
Sry if there’s something complicated My english is bad
 
Much Love
 
Ty <3
 
 

Written by SanBok

 
 
This is all for Grand Theft Auto: San Andreas Multi Theft Auto Issue Fixed hope you enjoy the post. If you believe we forget or we should update the post please let us know via comment, we will try our best to fix how fast is possible! Have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*