Vadlmok Posted May 21, 2019 Share Posted May 21, 2019 (edited) Hi. I am now writing a launcher with authorization, etc., there was a question about the launch of Mta, whether there are keys ( parameters ) launch MTA? Let's say nick change or automatic connection when launching the game? Thanks for the reply, sorry for my English, used translator function doUser_bottom_lClickLeft(UXMouseEvent $e = null) { execute('D:\Games\mt\Multi Theft Auto.exe', false); } P.S -> Another question, where can I get the source code of mta? And what programs will be required for compilation? Edited May 21, 2019 by Vadlmok Link to comment
Vadlmok Posted May 21, 2019 Author Share Posted May 21, 2019 How can I ask the name of the player and direct server connection through storony program? Link to comment
Jusonex Posted May 21, 2019 Share Posted May 21, 2019 You can pass the connect URI to the MTA executable: E.g. $ "Multi Theft Auto.exe" mtasa://127.0.0.1:22003 $ "Multi Theft Auto.exe" mtasa://[email protected]:22003 $ "Multi Theft Auto.exe" mtasa://nick:[email protected]:22003 1 Link to comment
Vadlmok Posted May 21, 2019 Author Share Posted May 21, 2019 Just now, Jusonex said: mtasa://127.0.0.1:22003 mtasa://[email protected]:22003 mtasa://nick:[email protected]:22003 УРРРРРРААААА!!!! Ты мне сильно помог, обожаю тебя! URRRAAAA!!!! You helped me a lot, I love you! Link to comment
Recommended Posts