Arkadaşlar çoktandır bir bilgisayara nasıl 1'den fazla server kuruluyor bulmaya çalışıyordum, buldum, denedim, çalışıyor.
1- mta dosyasındaki server klasörünü kopyalayın.
2- bilgisayarın bir bölümüne yapıştırın. (daha çok isterseniz daha fazla yere yapıştırın)
3- bu klasörlere tek tek girerek mtaserver.conf'tan server isimlerini değiştirin.
<!-- This parameter specifies the name the server will be visible as in the ingame server browser
and on Game-Monitor. It is a required parameter. -->
<servername>Server ismi buraya</servername>
4- ardından http ve serverportlarını değiştirmeliyiz.(hepsi farklı olmalı)
<!-- This parameter specifies the UDP port on which the server will be accepting incoming player
connections; default value: 22003. It is a required parameter. -->
<serverport>22005</serverport>
<!-- This parameter specifies the TCP port on which the server will be accepting incoming http
connections. It can be set to the same value as <serverport>. It is a required parameter
if <httpserver> is set to 1. -->
<httpport>22006</httpport>
<!-- This parameter specifies the UDP port on which the server will be accepting incoming player
connections; default value: 22003. It is a required parameter. -->
<serverport>22010</serverport>
<!-- This parameter specifies the TCP port on which the server will be accepting incoming http
connections. It can be set to the same value as <serverport>. It is a required parameter
if <httpserver> is set to 1. -->
<httpport>22011</httpport>
5- Ardından hangi serverı açmak istiyorsanız onun server kalsörüne girip mtaserver'ı açın.
- Geriye tek olarak prot açmak kaldı onu da anlatıcağım. Bi kusrum olduysa kusura bakmayın... |