mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 01:15:23 +00:00
Features: - Press F5 to open/close the mod menu - Self options: health, armor, weapons, god mode, skins - Vehicle spawner: 50+ vehicles organized by category - Vehicle options: repair, flip, colors, drift mode, handling - Network options: player list, teleport to other players - Teleport locations: 15+ Liberty City locations - World options: time and weather control - Weapons menu: individual and all weapons - Fun options: launch, ragdoll, ped spawning Menu navigation via arrow keys, Enter to select, Backspace to go back
39 lines
1023 B
XML
39 lines
1023 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>
|
|
<resource src="freeroam" />
|
|
<resource src="admin" />
|
|
<resource src="world" />
|
|
<resource src="chat" />
|
|
<resource src="teleport" />
|
|
<resource src="vehicles" />
|
|
<resource src="modmenu" />
|
|
</resources>
|
|
</server>
|