Guest User

Untitled

a guest
Nov 17th, 2019
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.42 KB | None | 0 0
  1. <config>
  2.  
  3. <!-- This parameter specifies the name the server will be visible as in the ingame server browser
  4. and on Game-Monitor. It is a required parameter. -->
  5. <servername>БПАН - Без Посадки Авто Нет [BPANTAZVAZ] [бпан]</servername>
  6.  
  7. <!-- This parameter specifies the contact email addresses for the owner(s) of this server.
  8. The email addresses will not be publicly available, and only used by MTA administrators
  9. to contact the server owner.
  10. Note: Missing or incorrect owner_email_address can affect visibility in the master server list.
  11. Values: Comma separated list of email addresses -->
  12. <owner_email_address>corp.btv@gmail.com</owner_email_address>
  13.  
  14. <!-- ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING - it is generally only
  15. needed for professional servers and should be left at the default value otherwise.
  16. This parameter specifies the IP to use for servers that have multiple IP addresses. If set
  17. to auto, it will automatically detect and use the server's standard local IP address.
  18. Values: auto or x.x.x.x ; default value: auto -->
  19. <!-- SERVERIP SHOULD BE LEFT SET TO auto UNLESS YOU ARE SURE OF WHAT YOU ARE DOING -->
  20.  
  21. <!-- This parameter specifies the UDP port on which the server will be accepting incoming player
  22. connections; default value: 22003. It is a required parameter. -->
  23.  
  24. <!-- This parameter specifies the number of maximum player slots available on the server; default
  25. value: 32. It is a required parameter. -->
  26.  
  27. <!-- This parameter specifies the TCP port on which the server will be accepting incoming http
  28. if <httpserver> is set to 1. -->
  29. <httpserver>1</httpserver>
  30. <httpport>22005</httpport>
  31.  
  32.  
  33. <!-- If set, this parameter specifies the external URL from which clients will be able to download
  34. needed resources ingame. If not set (or the external URL files are incorrect), resource downloads
  35. are switched to the internal http server. -->
  36. <httpdownloadurl></httpdownloadurl>
  37.  
  38. <!-- This parameter limits the number of http connections each client can make. Depending on the type
  39. of http server that is used, a lower figure may reduce download timeouts.
  40. Available range: 1 to 8. -->
  41. <httpmaxconnectionsperclient>3</httpmaxconnectionsperclient>
  42.  
  43. <!-- This parameter limits the number http connections that an IP can initiate over a short period of time.
  44. Available range: 1 to 100. default value: 20 -->
  45. <httpdosthreshold>20</httpdosthreshold>
  46.  
  47. <!-- This parameter lists the IP addresses that are to be excluded from http dos threshold limits.
  48. e.g. 88.11.22.33,101.2.3.4 -->
  49. <http_dos_exclude></http_dos_exclude>
  50.  
  51. <!-- By default, the server will block the use of locally customized gta3.img player skins.
  52. This setting can be used to allow such mods. Not recommended for competitive servers.
  53. Values: none or peds ; default value: none -->
  54. <allow_gta3_img_mods>none</allow_gta3_img_mods>
  55.  
  56. <!-- By default, the server will block the use of customized GTA:SA data files. -->
  57. <!-- To allow specific client files, add one or more of the following: -->
  58. <!-- <client_file name="data/carmods.dat" verify="0"/> -->
  59.  
  60. <!-- Comma separated list of disabled anti-cheats.
  61. For details see http://wiki.multitheftauto.com/wiki/Anti-cheat_guide
  62. e.g. To disable anti-cheat #2 and #3, use: 2,3 -->
  63. <disableac></disableac>
  64.  
  65. <!-- Comma separated list of enabled special detections.
  66. A special detection is a type of anti-cheat for (usually) harmless game modifications.
  67. Competitive servers may wish to enable special detections, but most servers should leave this setting blank.
  68. For details see http://wiki.multitheftauto.com/wiki/Anti-cheat_guide
  69. e.g. To enable special detection #12 use: 12 -->
  70. <enablesd></enablesd>
  71.  
  72. <!-- Minimum client version. Clients with a lower version will not be allowed to connect. After
  73. disconnection, clients will be given an opportunity to download an update.
  74. If left blank, this setting is disabled and there are no restrictions on who can connect.
  75. Version numbers are described here: http://wiki.multitheftauto.com/wiki/GetPlayerVersion
  76. and look like this: 1.1.0-9.03100.0
  77. Note that this setting only determines if the client should be prompted to update. The actual
  78. build number they receive will be the highest available. See: http://nightly.mtasa.com/ver -->
  79. <minclientversion>1.5.7-9.18957.0</minclientversion>
  80.  
  81. <!-- This parameter specifies if/when the <minclientversion> setting is automatically updated.
  82. Keeping <minclientversion> updated can help reduce cheating.
  83. Note: The instant setting (2) is only recommened for competitive servers.
  84. Values: 0 - disabled, 1 - enabled (delayed by a few days), 2 - enabled (instant) ; default value: 1. -->
  85. <minclientversion_auto_update>1</minclientversion_auto_update>
  86.  
  87. <!-- Recommended client version. When connecting, if clients have a lower version, they will be given
  88. the option to download an update. If left blank, this setting is disabled.
  89. Note that this setting only determines if the client should be prompted to update. The actual
  90. build number they receive will be the highest available. See: http://nightly.mtasa.com/ver -->
  91. <recommendedclientversion></recommendedclientversion>
  92.  
  93. <!-- This parameter can be used to make the server report to Game-Monitor master servers, allowing it to
  94. be visible in the ingame server browser. An additional UDP port needs to be available for this to
  95. will be 22126 ). Available values: 0 - disabled , 1 - enabled. Optional parameter, defaults to 0. -->
  96. <ase>1</ase>
  97.  
  98. <!-- This parameter allows you to disable LAN broadcasting. -->
  99. <donotbroadcastlan>0</donotbroadcastlan>
  100.  
  101. <!-- If set, players will have to provide a password specified below, before they can connect to the
  102. server. If left blank, server doesn't require a password from them. -->
  103. <password></password>
  104.  
  105. <!-- This parameter reduces the server's bandwidth usage by using various optimizations.
  106. Values: none, medium or maximum ; default value: medium -->
  107. <bandwidth_reduction>maximum</bandwidth_reduction>
  108.  
  109. <!-- The following ???_sync_interval parameters determine the time in milliseconds between certain
  110. network packets being sent. More information on how each settings works is available here:
  111. http://wiki.multitheftauto.com/wiki/Server_mtaserver.conf -->
  112. <!-- Player sync interval. Default: 100 -->
  113. <player_sync_interval>100</player_sync_interval>
  114. <!-- Lightweight (player) sync interval. Used when players are far apart. Default: 1500 -->
  115. <lightweight_sync_interval>1000</lightweight_sync_interval>
  116. <!-- Camera sync interval. Default: 500 -->
  117. <camera_sync_interval>500</camera_sync_interval>
  118. <!-- Ped sync interval. Default: 400 -->
  119. <ped_sync_interval>400</ped_sync_interval>
  120. <!-- Unoccupied_vehicle sync interval. Default: 400 -->
  121. <unoccupied_vehicle_sync_interval>400</unoccupied_vehicle_sync_interval>
  122. <!-- Keysync mouse rotation sync interval. For limiting key sync packets due to mouse movement. Default: 100 -->
  123. <keysync_mouse_sync_interval>100</keysync_mouse_sync_interval>
  124. <!-- Keysync analog movement sync interval. For limiting key sync packets due to joystick movement. Default: 100 -->
  125. <keysync_analog_sync_interval>100</keysync_analog_sync_interval>
  126.  
  127. <!-- This parameter can improve the reliability of shots when using certain weapons. However, it uses more bandwidth.
  128. Values: 0 - disabled , 1 - enabled ; default value: 1. -->
  129. <bullet_sync>0</bullet_sync>
  130.  
  131. <!-- This parameter sets the amount of extrapolation that clients will apply to remote vehicles. This can reduce
  132. some of the latency induced location disparency by predicting where the remote vehicles will probably be.
  133. Depending on the gamemode, an incorrect prediction may have a negative effect. Therefore this setting
  134. should be considered experimental.
  135. Available range: 0 to 100. Default - 0 -->
  136. <vehext_percent>30</vehext_percent>
  137.  
  138. <!-- This parameter places a limit on how much time (in milliseconds) the vehicle extrapolation will attempt to
  139. compensate for.
  140. Only relevant if <vehext_percent> is greater than zero.
  141. Available range: 50 to 500. Default - 150 -->
  142. <vehext_ping_limit>150</vehext_ping_limit>
  143.  
  144. <!-- This parameter can reduce the delay of player actions appearing on remote clients by 2 frames (approx 50ms).
  145. Due to the impact this may have on shot lag compensation, it should be considered experimental.
  146. Values: 0 - disabled , 1 - enabled ; default value: 0. -->
  147. <latency_reduction>0</latency_reduction>
  148.  
  149. <!-- Specifies the location and file name of this servers unique private key.
  150. This is used to prevent private files saved on the client from being read by other servers.
  151. More infomation about client private files can be found here: http://wiki.multitheftauto.com/wiki/Filepath
  152. Keep a backup of this file in a safe place. Default value: server-id.keys-->
  153. <idfile>server-id.keys</idfile>
  154.  
  155. <!-- Specifies the location and name of the main server log file. If left blank, server won't be saving this file. -->
  156. <logfile>logs/server.log</logfile>
  157.  
  158. <!-- As well as the main log file, login successes and failures are logged here for easy reviewing of security issues.
  159. If left blank, this file is not used -->
  160. <authfile>logs/server_auth.log</authfile>
  161.  
  162. <!-- Specifies the location and name of the file used to log database queries.
  163. The server command 'debugdb' sets the amount of logging. -->
  164. <dbfile>logs/db.log</dbfile>
  165.  
  166. <!-- Specifies the location and name of the file used to log loadstring function calls.
  167. If left blank or not set, no logging is done. -->
  168. <!-- <loadstringfile>logs/loadstring.log</loadstringfile> -->
  169.  
  170. <!-- This parameter specifies the location and name of the Access Control List settings file. If left
  171. blank, server will use acl.xml file, located in the same folder as this configuration file. -->
  172. <acl>acl.xml</acl>
  173.  
  174. <!-- Specifies the location and name of the debugscript log file. If left blank, server won't be saving this file. -->
  175. <scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile>
  176.  
  177. <!-- Specifies the level of the debugscript log file. Available values: 0, 1, 2, 3. When not set, defaults to 0. -->
  178. <scriptdebugloglevel>0</scriptdebugloglevel>
  179.  
  180. <!-- Specifies the level of the html debug. Available values: 0, 1, 2, 3. When not set, defaults to 0. -->
  181. <htmldebuglevel>0</htmldebuglevel>
  182.  
  183. <!-- Specifies whether or not duplicate log lines should be filtered. Available values: 0 or 1, defaults to 1. -->
  184. <filter_duplicate_log_lines>1</filter_duplicate_log_lines>
  185.  
  186. <!-- Specifies the frame rate limit that will be applied to connecting clients.
  187. Available range: 25 to 100. Default: 36. -->
  188. <fpslimit>100</fpslimit>
  189.  
  190. <!-- Specifies whether or not players should automatically be logged in based on their IP adresses -->
  191. <autologin>0</autologin>
  192.  
  193. <!-- This parameter specifies whether or not to enable player voice chat in-game
  194. Values: 0 - disabled , 1 - enabled -->
  195. <voice>0</voice>
  196.  
  197. <!-- This parameter specifies the sample rate for voice chat. 'voice' parameter must be set to 1 for this to be effective.
  198. Higher settings use more bandwidth and increase the sampling quality of voice chat
  199. Values: 0 - Narrowband (8kHz), 1 - Wideband (16kHz), 2 - Ultrawideband (32kHz). Default - 1 -->
  200. <voice_samplerate>0</voice_samplerate>
  201.  
  202. <!-- This parameter specifies the voice quality for voice chat. 'voice' parameter must be set to 1 for this to be effective.
  203. Higher settings use more bandwidth and increase the the overall quality of voice chat
  204. Available range: 0 to 10. Default - 4 -->
  205. <voice_quality>0</voice_quality>
  206.  
  207. <!-- Specifies the voice bitrate, in bps. This optional parameter overrides the previous two settings.
  208. If not set, MTA handles this automatically. Use with care. -->
  209. <!-- <voice_bitrate>24600</voice_bitrate> -->
  210.  
  211. <!-- This parameter specifies the path to use for a basic backup of some server files.
  212. Note that basic backups are only made during server startup. Default value: backups -->
  213. <backup_path>backups</backup_path>
  214.  
  215. <!-- This parameter specifies the number of days between each basic backup.
  216. Backups are only made during server startup, so the actual interval may be much longer.
  217. Setting backup_interval to 0 will disable backups
  218. Available range: 0 to 30. Default - 3 -->
  219. <backup_interval>3</backup_interval>
  220.  
  221. <!-- This parameter specifies the maximum number of backup copies to keep.
  222. Setting backup_copies to 0 will disable backups
  223. Available range: 0 to 100. Default - 5 -->
  224. <backup_copies>5</backup_copies>
  225.  
  226. <!-- This parameter specifies when the internal sqlite databases should be defragmented.
  227. http://www.sqlite.org/lang_vacuum.html
  228. Values: 0 - Never, 1 - On server start only after basic backup, 2 - On server start always. Default - 1 -->
  229. <compact_internal_databases>1</compact_internal_databases>
  230.  
  231. <!-- This parameter specifies whether server crash dump files should be sent to MTA HQ.
  232. Values: 0 - Off, 1 - On. Default - 1 -->
  233. <crash_dump_upload>1</crash_dump_upload>
  234.  
  235. <!-- This parameter lists the ACL groups that are protected by serial authorization.
  236. Login attempts to a protected account from a second serial are blocked until the serial is manually authorized via
  237. the authserial command.
  238. For more info see: https://mtasa.com/authserial
  239. Note: This is security critical feature and disabling auth_serial_groups can affect visibility in the master server list.
  240. Values: Comma separated list of ACL groups. Default - Admin -->
  241. <auth_serial_groups>Admin</auth_serial_groups>
  242.  
  243. <!-- This parameter specifies if the authorized serial login checks should also apply to the http interface.
  244. Protected account login attempts to the http interface will only succeed if the IP address matches one
  245. recently used by the account holder in-game
  246. For more info see: https://mtasa.com/authserialhttp
  247. Note: This is security critical feature and disabling auth_serial_http can affect visibility in the master server list.
  248. Values: 0 - Off, 1 - Enabled. Default - 1 -->
  249. <auth_serial_http>1</auth_serial_http>
  250.  
  251. <!-- This parameter specifies which IP addresses should always pass auth_serial_http checks.
  252. Values: Comma separated list of IP addresses -->
  253. <auth_serial_http_ip_exceptions>127.0.0.1</auth_serial_http_ip_exceptions>
  254.  
  255. <!-- This parameter specifies if extra security measures are applied to resources which use dbConnect with mysql.
  256. The extra measures are:
  257. - Script files cannot be accessed with fileOpen()
  258. - meta.xml is read only
  259. *NOTE* This only protects resources which use dbConnect with mysql
  260. Values: 0 - Off, 1 - Enabled. Default - 1 -->
  261. <database_credentials_protection>1</database_credentials_protection>
  262.  
  263. <!-- Specifies the module(s) which are loaded with the server. To load several modules, add more <module>
  264. parameter(s). Optional parameter. -->
  265. <!-- <module src="sample_win32.dll"/> -->
  266. <!-- <module src="sample_linux.so"/> -->
  267.  
  268. <!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped.
  269. To specify several resources, add more <resource> parameter(s). -->
  270.  
  271. <resource src="admin" startup="1" protected="0" />
  272. <resource src="defaultstats" startup="1" protected="0" />
  273. <resource src="mapcycler" startup="1" protected="0" />
  274. <resource src="mapmanager" startup="1" protected="0" />
  275. <resource src="parachute" startup="1" protected="0" />
  276. <resource src="performancebrowser" startup="1" protected="0" />
  277. <resource src="reload" startup="1" protected="0" />
  278. <resource src="resourcebrowser" startup="1" protected="1" default="true" />
  279. <resource src="resourcemanager" startup="1" protected="1" />
  280. <resource src="scoreboard" startup="1" protected="0" />
  281. <resource src="spawnmanager" startup="1" protected="0" />
  282. <resource src="killmessages" startup="1" protected="0" />
  283. <resource src="webadmin" startup="1" protected="0" />
  284. <resource src="freeroam" startup="1" protected="0" />
  285.  
  286. <!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. -->
  287. <resource src="play" startup="1" protected="0" />
  288. <resource src="1TokyoDocks" startup="1" protected="0" />
  289. <resource src="2TougeAkina" startup="1" protected="0" />
  290. <resource src="3TougeGokart" startup="1" protected="0" />
  291. <resource src="4TougeNikko" startup="1" protected="0" />
  292. <resource src="5TougeOkaru" startup="1" protected="0" />
  293. <resource src="6TougeProjectTouge" startup="1" protected="0" />
  294. <resource src="8TougeBihoku" startup="1" protected="0" />
  295. <resource src="9TougeSekia" startup="1" protected="0" />
  296. <resource src="10TougeGokartv2" startup="1" protected="0" />
  297. <resource src="11TRANS" startup="1" protected="0" />
  298. <resource src="12Drift_Map" startup="1" protected="0" />
  299. <resource src="13Drift_Map" startup="1" protected="0" />
  300. <resource src="14Drift_Map" startup="1" protected="0" />
  301. <resource src="740_TCT" startup="1" protected="0" />
  302. <resource src="ac" startup="1" protected="0" />
  303. <resource src="admin_tag" startup="1" protected="0" />
  304. <resource src="anti_flood" startup="1" protected="0" />
  305. <resource src="anti_mat" startup="1" protected="0" />
  306. <resource src="anti_piar" startup="1" protected="0" />
  307. <resource src="camhack" startup="1" protected="0" />
  308. <resource src="ccd_drag" startup="1" protected="0" />
  309. <resource src="clear_chat" startup="1" protected="0" />
  310. <resource src="cto" startup="1" protected="0" />
  311. <resource src="doroga" startup="1" protected="0" />
  312. <resource src="drift_points" startup="1" protected="0" />
  313. <resource src="f2" startup="1" protected="0" />
  314. <resource src="fps_up" startup="1" protected="0" />
  315. <resource src="hedit" startup="1" protected="0" />
  316. <resource src="infoi_panel" startup="1" protected="0" />
  317. <resource src="kchaticon" startup="1" protected="0" />
  318. <resource src="kruizcontrol" startup="1" protected="0" />
  319. <resource src="login2222" startup="1" protected="0" />
  320. <resource src="logocris" startup="1" protected="0" />
  321. <resource src="lt" startup="1" protected="0" />
  322. <resource src="muz" startup="1" protected="0" />
  323. <resource src="neon" startup="1" protected="0" />
  324. <resource src="nitro" startup="1" protected="0" />
  325. <resource src="no_sled" startup="1" protected="0" />
  326. <resource src="povorot_golovi" startup="1" protected="0" />
  327. <resource src="povorotniki" startup="1" protected="0" />
  328. <resource src="privat-chat" startup="1" protected="0" />
  329. <resource src="radio" startup="1" protected="0" />
  330. <resource src="reklama" startup="1" protected="0" />
  331. <resource src="selfi" startup="1" protected="0" />
  332. <resource src="st_gui" startup="1" protected="0" />
  333. <resource src="st_nomer" startup="1" protected="0" />
  334. <resource src="st_radar" startup="1" protected="0" />
  335. <resource src="st_speed" startup="1" protected="0" />
  336. <resource src="st_toner" startup="1" protected="0" />
  337. <resource src="system_house" startup="1" protected="0" />
  338. <resource src="vid" startup="1" protected="0" />
  339. <resource src="pohodka" startup="1" protected="0" />
  340. <resource src="vorota1" startup="1" protected="0" />
  341. <resource src="vorota2" startup="1" protected="0" />
  342. <resource src="vorota3" startup="1" protected="0" />
  343. <resource src="vorota4" startup="1" protected="0" />
  344. <resource src="vorota5" startup="1" protected="0" />
  345. <resource src="vorota6" startup="1" protected="0" />
  346. <resource src="vorota7" startup="1" protected="0" />
  347. <resource src="vremya" startup="1" protected="0" />
  348. <resource src="wheel" startup="1" protected="0" />
  349. <resource src="Xenon" startup="1" protected="0" />
  350. <resource src="№76" startup="1" protected="0" />
  351. <resource src="skin1" startup="1" protected="0" />
  352. <resource src="skin2" startup="1" protected="0" />
  353. <resource src="skin3" startup="1" protected="0" />
  354. <resource src="skin4" startup="1" protected="0" />
  355. <resource src="skin5" startup="1" protected="0" />
  356. <resource src="skin6" startup="1" protected="0" />
  357. <resource src="skin7" startup="1" protected="0" />
  358. <resource src="skin8" startup="1" protected="0" />
  359. <resource src="skin9" startup="1" protected="0" />
  360. <resource src="skin_police1" startup="1" protected="0" />
  361. <resource src="skin_police2" startup="1" protected="0" />
  362. <resource src="skin_police3" startup="1" protected="0" />
  363. <resource src="skin_police4" startup="1" protected="0" />
  364. <resource src="skin_skazka" startup="1" protected="0" />
  365. <resource src="anim_plakat" startup="1" protected="0" />
  366. <resource src="automoika" startup="1" protected="0" />
  367. <resource src="avtosalon" startup="1" protected="0" />
  368. <resource src="baza" startup="1" protected="0" />
  369. <resource src="baza_vlastelin" startup="1" protected="0" />
  370. <resource src="BPANTAZVAZ" startup="1" protected="0" />
  371. <resource src="club" startup="1" protected="0" />
  372. <resource src="dom_stroiki" startup="1" protected="0" />
  373. <resource src="fontan" startup="1" protected="0" />
  374. <resource src="garage_1862" startup="1" protected="0" />
  375. <resource src="garage_sf" startup="1" protected="0" />
  376. <resource src="globus" startup="1" protected="0" />
  377. <resource src="jeltaya_parkovka" startup="1" protected="0" />
  378. <resource src="jestokada1921" startup="1" protected="0" />
  379. <resource src="jestokada3433" startup="1" protected="0" />
  380. <resource src="lez" startup="1" protected="0" />
  381. <resource src="magaz" startup="1" protected="0" />
  382. <resource src="makdonals" startup="1" protected="0" />
  383. <resource src="map_cafe" startup="1" protected="0" />
  384. <resource src="masterskayaservice" startup="1" protected="0" />
  385. <resource src="scena_shodok" startup="1" protected="0" />
  386. <resource src="plyaz" startup="1" protected="0" />
  387. <resource src="shinka" startup="1" protected="0" />
  388. <resource src="stroika_map" startup="1" protected="0" />
  389. <resource src="stroika_obj" startup="1" protected="0" />
  390. <resource src="tank_pam9tnik" startup="1" protected="0" />
  391. <resource src="plita1" startup="1" protected="0" />
  392. <resource src="plita2" startup="1" protected="0" />
  393. <resource src="plita3" startup="1" protected="0" />
  394. <resource src="vechnyi_ogon" startup="1" protected="0" />
  395. <resource src="vorota" startup="1" protected="0" />
  396. <resource src="zabor" startup="1" protected="0" />
  397. <resource src="zamer" startup="1" protected="0" />
  398. <resource src="2101" startup="1" protected="0" />
  399. <resource src="2104" startup="1" protected="0" />
  400. <resource src="2105" startup="1" protected="0" />
  401. <resource src="2106" startup="1" protected="0" />
  402. <resource src="2106bk" startup="1" protected="0" />
  403. <resource src="2107" startup="1" protected="0" />
  404. <resource src="2107bk" startup="1" protected="0" />
  405. <resource src="2107br" startup="1" protected="0" />
  406. <resource src="2108" startup="1" protected="0" />
  407. <resource src="2109" startup="1" protected="0" />
  408. <resource src="2109br" startup="1" protected="0" />
  409. <resource src="21099" startup="1" protected="0" />
  410. <resource src="2110" startup="1" protected="0" />
  411. <resource src="2112" startup="1" protected="0" />
  412. <resource src="2113" startup="1" protected="0" />
  413. <resource src="2114" startup="1" protected="0" />
  414. <resource src="2115" startup="1" protected="0" />
  415. <resource src="2170" startup="1" protected="0" />
  416. <resource src="2170dps" startup="1" protected="0" />
  417. <resource src="2172" startup="1" protected="0" />
  418. <resource src="2190" startup="1" protected="0" />
  419. <resource src="Admin_avto1" startup="1" protected="0" />
  420. <resource src="Admin_avto2" startup="1" protected="0" />
  421. <resource src="Admin_avto3" startup="1" protected="0" />
  422. <resource src="InomAUDIA7" startup="1" protected="0" />
  423. <resource src="InomBMW540I" startup="1" protected="0" />
  424. <resource src="InomBMWE60" startup="1" protected="0" />
  425. <resource src="InomBMWE39" startup="1" protected="0" />
  426. <resource src="InomBMWE34" startup="1" protected="0" />
  427. <resource src="InomBMWF90" startup="1" protected="0" />
  428. <resource src="InomBMWX5M" startup="1" protected="0" />
  429. <resource src="InomChaser" startup="1" protected="0" />
  430. <resource src="InomEVOX" startup="1" protected="0" />
  431. <resource src="InomFordDPS" startup="1" protected="0" />
  432. <resource src="InomMcLaren" startup="1" protected="0" />
  433. <resource src="InomLC200" startup="1" protected="0" />
  434. <resource src="InomLexus570" startup="1" protected="0" />
  435. <resource src="InomMark" startup="1" protected="0" />
  436. <resource src="InomMazda" startup="1" protected="0" />
  437. <resource src="InomMERSCLS63" startup="1" protected="0" />
  438. <resource src="InomMERSE55" startup="1" protected="0" />
  439. <resource src="InomMERSG65" startup="1" protected="0" />
  440. <resource src="InomMERSGTS63" startup="1" protected="0" />
  441. <resource src="InomMERSE500" startup="1" protected="0" />
  442. <resource src="InomMERSS65" startup="1" protected="0" />
  443. <resource src="InomMERSFAKETAXI" startup="1" protected="0" />
  444. <resource src="InomMustang" startup="1" protected="0" />
  445. <resource src="InomPanamera" startup="1" protected="0" />
  446. <resource src="InomR34" startup="1" protected="0" />
  447. <resource src="InomROVER" startup="1" protected="0" />
  448. <resource src="InomS13" startup="1" protected="0" />
  449. <resource src="InomS15" startup="1" protected="0" />
  450. <resource src="InomSubaru" startup="1" protected="0" />
  451. <resource src="InomSX180" startup="1" protected="0" />
  452. <resource src="InomTouareg" startup="1" protected="0" />
  453. <resource src="InomCamry" startup="1" protected="0" />
  454. <resource src="li4ka_EEteam" startup="1" protected="0" />
  455. <resource src="li4ka_dima" startup="1" protected="0" />
  456. <resource src="21091" startup="1" protected="0" />
  457. <resource src="li4ka_sneg" startup="1" protected="0" />
  458. <resource src="li4ka_yaxta" startup="1" protected="0" />
  459. <resource src="Moto_dps" startup="1" protected="0" />
  460. <resource src="Motorcycle" startup="1" protected="0" />
  461. <resource src="Niva" startup="1" protected="0" />
  462. <resource src="Skyline_X3D" startup="1" protected="0" />
  463. <resource src="Vaz_X3D" startup="1" protected="0" />
  464. <resource src="Vesta" startup="1" protected="0" />
  465. <resource src="Volga" startup="1" protected="0" />
  466. <resource src="Vip_avto" startup="1" protected="0" />
  467. <resource src="Vlst_avto" startup="1" protected="0" />
Add Comment
Please, Sign In to add comment