Guest Posted December 1, 2007 Share Posted December 1, 2007 I have a question how can you make the server automatic restart if crashed. thx Link to comment
Rmst Posted December 1, 2007 Share Posted December 1, 2007 on *:Signal:mta.disconnect:{ mta.connect $1 } Link to comment
FireBlood Posted December 1, 2007 Share Posted December 1, 2007 on *:Signal:mta.disconnect:{mta.connect $1 } Thats not how you start the server .EXE, i think it is that what he means Link to comment
Brophy Posted December 1, 2007 Share Posted December 1, 2007 Google for a restarting script (linux) or a restarting program / service (windows) Link to comment
Guest Posted December 2, 2007 Share Posted December 2, 2007 Thanks that was i was talking about I will search google Link to comment
Rmst Posted December 2, 2007 Share Posted December 2, 2007 on *:TEXT:!start:#:{ if ($nick == yournick) { /run "C:/program files/mta san andreas/server.exe } else .notice $nick error not correct user modes } Link to comment
AlienX Posted December 3, 2007 Share Posted December 3, 2007 If this is windows, this is very simple. 1) Right click on the folder where your mtaserver.exe is located 2) Select New > Text Document 3) Open it in notepad 4) Type this in (unsure if its called mtaserver.exe, i really cant remember): :10 mtaserver.exe goto 10 5) Save it and rename the file to RunServer.bat 6) Run the newly created file This is a horrible way of doing it, you really want to use something like firedaemon and run the server as a system service, but it will do for small servers/home use. Link to comment
SanZoR Posted December 10, 2007 Share Posted December 10, 2007 on *:TEXT:!start:#:{if ($nick == yournick) { /run "C:/program files/mta san andreas/server.exe } else .notice $nick error not correct user modes } Btw, is this working? Link to comment
[UVA]Bart Posted December 10, 2007 Share Posted December 10, 2007 i can load itunes with a command in game with run iTunes.exe but a dunno about the server i made a music thing that works if a admin is connected to a server and types !next or !back it changes track in itunes for them without quitting Link to comment
SanZoR Posted December 11, 2007 Share Posted December 11, 2007 So it should works? Ok, i give it a try Link to comment
lil Toady Posted December 11, 2007 Share Posted December 11, 2007 /help /run You can do much more Link to comment
Recommended Posts