mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 01:15:23 +00:00
- Remove other resources from server.xml (freeroam, admin, etc.) - Add auto-spawn on player join in modmenu server.js - Players now spawn automatically at random location when joining
34 lines
856 B
XML
34 lines
856 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<server>
|
|
<!-- Server Information -->
|
|
<servername>Liberty City Freeroam</servername>
|
|
<maxplayers>32</maxplayers>
|
|
<password></password>
|
|
|
|
<!-- Network Settings -->
|
|
<port>22000</port>
|
|
<httpport>22001</httpport>
|
|
<announceserver>1</announceserver>
|
|
|
|
<!-- Game Settings -->
|
|
<game>IV</game>
|
|
<weather>1</weather>
|
|
<time hour="12" minute="0"/>
|
|
<trafficdensity>100</trafficdensity>
|
|
<civiliandensity>100</civiliandensity>
|
|
|
|
<!-- Security Settings -->
|
|
<anticheat>1</anticheat>
|
|
<logfile>server.log</logfile>
|
|
|
|
<!-- Admin Settings -->
|
|
<owner>Server Owner</owner>
|
|
<website>https://gtaconnected.com</website>
|
|
|
|
<!-- Resources to Load -->
|
|
<resources>
|
|
<!-- Only mod menu for now -->
|
|
<resource src="modmenu" />
|
|
</resources>
|
|
</server>
|