Mta On Steam
Solving the problem
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
PureBasic compiler from this website
https://www.purebasic.com/download.php
(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
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.