Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.


Üzenetek - .exAmp#

Oldalak: 1 2 [3] 4 5 6
31
Archívum / config fájl ?
« Dátum: 2015. November 08. - 19:02:46 »
Nem tudom mi a baja, már próbálkoztam mindennel de még mindig semmi
Hamachis szerverről lenne szó
Kép:
\"width=500http://kepfeltoltes.hu/151108/mta_www.kepfeltoltes.hu_.png[/img]
 
config>
<!-- 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>Default MTA Server</servername>
<!-- ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING - it is generally only
     needed for professional servers and should be left blank otherwise.
 This parameter specifies the IP to use for servers that have multiple IP addresses. If left
 blank, it will default to server\'s standard local IP address. -->
<serverip>25.114.245.238</serverip>
<!-- This parameter specifies the Maximum Transmission Unit or maximum packet size that the server
     will use. This will depend on the nature of your clients, as well as the network medium your
 server is connected to. -->
<mtusize>1264</mtusize>
<!-- 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>22003</serverport>
<!-- This parameter specifies the number of maximum player slots available on the server; default
     value: 32. It is a required parameter. -->
<maxplayers>32</maxplayers>
<!-- This parameter specifies whether the builtin http server will be used.
     Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpserver>1</httpserver>
<!-- 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>22005</httpport>
<!-- If set, this parameter specifies the external URL from which clients will be able to download
     needed resources ingame. Otherwise they will download them directly from the server. -->
<httpdownloadurl></httpdownloadurl>
<!-- This parameter specifies whether the client files for hosting on an external web server should be
     automatically copied into mods/deathmatch/resource-cache/http-client-files/
     Only relevant if <httpdownloadurl> is set.
     Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpautoclientfiles>1</httpautoclientfiles>
<!-- This parameter is deprecated. Please use httpmaxconnectionsperclient instead-->
<httpconnectionsperclient></httpconnectionsperclient>
<!-- This parameter limits the number of http connections each client can make to an external web server.
         Depending on the type of http server that is used, a lower figure may reduce download timeouts.
     Only relevant if <httpdownloadurl> is set.
     Available range: 1 to 8 ; default value: 4. -->
<httpmaxconnectionsperclient>4</httpmaxconnectionsperclient>
<!-- If set, this parameter specifies that older clients will use the internal web server instead of the
         external one. This is to stop bugs in older clients overloading the external web server.
     Only relevant if <httpdownloadurl> is set.
     Values: 0 - disabled , 1 - enabled ; default value: 1. -->
<httpmaxconnectionslegacy>1</httpmaxconnectionslegacy>
<!-- This parameter specifies what types of checks the clients should make to ensure there has
     been no tampering with certain settings.
     Values: 0 - disabled , -1 - everything. default value: -1. -->
<verifyclientsettings>-1</verifyclientsettings>
<!-- Comma seperated list of disabled anti-cheats.
     e.g. To disable anti-cheat #2 and #3, use: 2,3 -->
<disableac></disableac>
<!-- Minimum client version. Clients with a lower version will not be allowed to connect. After
     disconnection, clients will be given an opportunity to download an update (if their client
     supports auto-update).
     If left blank, this setting is disabled and there are no restrictions on who can connect.
     Version numbers look like this: 1.0.4-9.01746.0 -->
<minclientversion></minclientversion>
<!-- Recommended client version. When connecting, if clients have a lower version, they will be given
     the option to download an update (if their client supports auto-update).
     If left blank, this setting is disabled. -->
<recommendedclientversion></recommendedclientversion>
<!-- This parameter can be used to make the server report to Game-Monitor master servers, allowing it to
     be visible in the ingame server browser. An additional UDP port needs to be available for this to
 work (value from <serverport> + 123 , so on a default <serverport> value 22003 the right port
 will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
<ase>1</ase>
<!-- This parameter allows you to disable LAN broadcasting. -->   
<donotbroadcastlan>0</donotbroadcastlan>
<!-- If set, players will have to provide a password specified below, before they can connect to the
     server. If left blank, server doesn\'t require a password from them. -->
<password></password>
<!-- Specifies the location and name of the main server log file. If left blank, server won\'t be saving this file. -->
<logfile>logs/server.log</logfile>
<!-- As well as the main log file, login successes and failures are logged here for easy reviewing of security issues.
     If left blank, this file is not used -->
<authfile>logs/server_auth.log</authfile>
<!-- This parameter specifies the location and name of the Access Control List settings file. If left
     blank, server will use acl.xml file, located in the same folder as this configuration file. -->
<acl>acl.xml</acl>
<!-- Specifies the location and name of the debugscript log file. If left blank, server won\'t be saving this file. -->
<scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile>
<!-- Specifies the level of the debugscript log file. Available values: 0, 1, 2, 3. When not set, defaults to 0. -->
<scriptdebugloglevel>0</scriptdebugloglevel>
<!-- Specifies the level of the html debug. Available values: 0, 1, 2, 3. When not set, defaults to 0. -->
<htmldebuglevel>0</htmldebuglevel>
<!-- Specifies the server frames limit. Minimum value: 25, default: 36. -->
<fpslimit>36</fpslimit>
<!-- Specifies the module(s) which are loaded with the server. To load several modules, add more <module>
     parameter(s). Optional parameter. -->
<!-- <module src=\"sample_win32.dll\"/> -->
<!-- <module src=\"sample_linux.so\"/> -->
<!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped.
     To specify several resources, add more <resource> parameter(s). -->
<resource src=\"admin\" startup=\"1\" protected=\"0\"/>
<resource src=\"helpmanager\" startup=\"1\" protected=\"0\"/>
<resource src=\"joinquit\" startup=\"1\" protected=\"0\"/>
<resource src=\"defaultstats\" startup=\"1\" protected=\"0\"/>
<resource src=\"mapcycler\" startup=\"1\" protected=\"0\"/>
<resource src=\"mapmanager\" startup=\"1\" protected=\"0\"/>
<resource src=\"parachute\" startup=\"1\" protected=\"0\"/>
<resource src=\"resourcebrowser\" startup=\"1\" protected=\"1\" default=\"true\"/>
<resource src=\"resourcemanager\" startup=\"1\" protected=\"1\"/>
<resource src=\"scoreboard\" startup=\"1\" protected=\"0\"/>
<resource src=\"spawnmanager\" startup=\"1\" protected=\"0\"/>
<resource src=\"votemanager\" startup=\"1\" protected=\"0\"/>
<resource src=\"webadmin\" startup=\"1\" protected=\"0\"/>
<!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. -->      
<resource src=\"play\" startup=\"1\" protected=\"0\"/>
</config>

32
Off Telep / Sony vegas + fraps link
« Dátum: 2015. November 08. - 14:41:28 »
Sziasztok
Keresnék egy működő vegas illetve egy fraps linket mert piratebay megszűnt amiket meg eddig találtam vagy nem volt hozzá crack, vagy nem volt már elérhető azon a linket a letöltés.
Ha rossz helyre nyitottam volna sorry.

33
Archívum / ArtMTA szervere
« Dátum: 2015. Október 31. - 21:32:11 »
a szerver jó, viszont az adminok szarnak a játékosokra.

34
Archívum / American Villages RolePlay
« Dátum: 2015. Október 28. - 19:55:19 »
Idézetet írta: Pedró date=1446055733\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50299\" data-ipsquote-contentclass=\"forums_Topic
Mi történt?
 
Sokan töltik így nem tudnak csatlakozni a játékosok akik meg tudnak laggol nekik a szerver

35
Archívum / American Villages RolePlay
« Dátum: 2015. Október 28. - 18:56:25 »
A pincér munka tetszett, de kicsit el vagytok szállva az árakkal.
Egy kocsi 1.5 millió dollár, egy lakás meg 50 ezer? Ezt nem értettem.
A fizetés kevés, így elég nehéz megvenni bármit is.
Ja \"nyugi nem lesznek kifagyások, mindenre felkészültünk\" ezt ti sem gondoltátok komolyan az elején. (Vagy arra hogy ennyien lesznek)
Amúgy nem rossz szerver, eddig bejön amit láttam.

36
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2015. Október 17. - 17:42:21 »

37
Off Telep / Steam account
« Dátum: 2015. Október 17. - 16:26:08 »
Sziasztok!
Az lenne a kérdésem, hogy esetleg valakinek nincs-e felesleges/nem használt steam accountja amin rajta van cs:go.
Nagyon fontos lenne

38
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2015. Október 05. - 18:41:21 »

39
Fórum Archívum (Témák/Fórumok) / Re:Fort Carson RolePlay | FCRP @ 2015
« Dátum: 2015. Október 05. - 16:02:08 »
Idézetet írta: almightymartin date=1444047848\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"63436\" data-ipsquote-contentclass=\"forums_Topic
Holnap este felnézek, remélem elnyeri a szerver a tetszésem ::|
 
annyira ne siess mert zárva van

40
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2015. Október 04. - 09:23:36 »

41
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2015. Szeptember 25. - 16:06:44 »

42
Beszélgetés / Migráns (menekült) helyzet
« Dátum: 2015. Szeptember 16. - 18:47:02 »
Idézetet írta: Asdelon date=1442421585\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"57763\" data-ipsquote-contentclass=\"forums_Topic
Még néhány kérdés:
Miért nem akarják hogy ujjlenyomatot vegyenek tőlük?
Miért akarják kizárólag annyira Németországot? (elv háborús övezetből, őrülni kéne hogy idáig eljöhet)
Miért ilyen hálátlanok?
 
1. Többnek nincs még útlevele sem, széttépték új életet akarnak kezdeni egy másik országban ami jelen esetben Németország lenne, de már ők sem bírják ezt az áradatot. Félnek ezért nem akarják azt hogy ujjlenyomatot  vegyenek tőlük.
2. Mert máshol nem fogadják be őket, Merkel kijelentette hogy befogadja őket így egyértelmű, hogy hova akarnak menni.
3. Nem hálátlanok, elfogadják az élelmet, viszont több társukat mérgezték meg, tudják ők azt jól hogy gyűlőlik őket és azt is, hogy ilyeneket is megtesznek velük.

Dupla hozzászólás automatikusan összefûzve. ( 2015. Szeptember 16. - 18:51:53 )


exAmp ezt kellene hangsúlyozni a médiában is \"Akik háborús övezetből jöttek\"
és nem HÁBORÚS ORSZÁGBÓL hanem ÖVEZETBŐL
meg milyen dolog ez, hogy nem tudja igazolni magát, de szíriáznak.. de már azt se tudja megmondani melyik részéről.
 
[/quote]
Széttépték az útlevelüket, így nem tudják magukat igazolni vannak köztük Törökök (BEM TÜRK) ,meg  Afrikaiak és hasonló országokból lévő emberek, vannak olyanok is akik táborból szöktek meg. Igen ezt kéne figyelembe venni, hogy azokat tovább engedni akik tényleg az életüket mentve jöttek el az országukból de ezt nem lehet kiszűrni ennyi ember közül.

43
Beszélgetés / Migráns (menekült) helyzet
« Dátum: 2015. Szeptember 16. - 18:27:47 »
Idézetet írta: TengeriMalac date=1442420307\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"57763\" data-ipsquote-contentclass=\"forums_Topic


Valamilyen szintem megértelek, viszont nézd meg kicsit másképp a helyzetet, igaz ennek is két oldala van.
Vannak köztük olyanok akiknek megölték a családját, vagy éppenséggel eltávolodtak egymástól a táborok miatt
 
jaj de sajnálom őket, megölték a családját, meg stb, ájfonnal meg új telefonokkal mászkálnak, van több száz, meg 1000 eurójuk fejenként hogy elvitessék magukat 2 utcával arrébb, de azért elfogadják a napi 5ezer forint költőpénzt az adónkból a semmire.. én nem keresek 5ezret 8 óra éjszakai munkával, ők meg a semmi megkapják..
mindennek van egy határa.. csak magyarországnak nincs, mert ott nyilván fennakadnának..
 
[/quote]
Vannak gazdasági menekültek is köztük igen, de én valójában nem is őket említettem ez alatt.  Akik háborús övezetből jöttek nekik nincs meg ez a luxus, meg ha meg is van akkor is max ennyi mindenük maradhatott.
Ezért is mondtam két oldala van, igen sajnos ezt a mi adónkból térítik meg.. De az EU szabályok miatt be kell őket is fogadni.

44
Beszélgetés / Migráns (menekült) helyzet
« Dátum: 2015. Szeptember 16. - 17:58:25 »
Idézetet írta: zιтяσиє date=1442417717\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"57763\" data-ipsquote-contentclass=\"forums_Topic
Ha tetszik, ha nem, én lőném őket lefele, amint átlépik a határt.
Ez már szégyen, amit művelnek..
 
Valamilyen szintem megértelek, viszont nézd meg kicsit másképp a helyzetet, igaz ennek is két oldala van.
Vannak köztük olyanok akiknek megölték a családját, vagy éppenséggel eltávolodtak egymástól a táborok miatt, vannak békések normálisak és vannak köztük olyanok akiket tényleg le kéne lőni. Viszont többsége háborúból menekült, most kicsit gondolj bele másképp ők nem akarnak itt maradni, nem akarnak letelepedni ők mennének tovább csak a rendőrség nem engedi, ezért vannak felháborodva, és ezért van a mostani kialakult helyzet. Nem akarom védeni őket, de te mit tennél ilyen helyzetben? Tegyük fel itt lenne háború, te itt maradnál?

45
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2015. Szeptember 16. - 17:33:53 »

Oldalak: 1 2 [3] 4 5 6
SimplePortal 2.3.7 © 2008-2024, SimplePortal