· 6 years ago · Dec 09, 2019, 05:20 PM
1# You probably don't want to change these!
2# Only change them if you're using a server with multiple network interfaces.
3endpoint_add_tcp "0.0.0.0:30120"
4endpoint_add_udp "0.0.0.0:30120"
5
6#set mysql_connection_string "mysql://root@localhost/fxserver"
7set mysql_connection_string "server=localhost;uid=root;password=;database=zap395059-1"
8
9##### Disable Couchdb from essentialmode #####
10set es_enableCustomData 1
11set onesync_enabled 1
12
13sv_maxclients 3
14
15# These resources will start by default.
16start mapmanager
17start chat
18start spawnmanager
19start sessionmanager
20start fivem
21start hardcap
22#inserted trough ZAP ressourcesystem
23start es_extended
24start disc-base
25start disc-ammo
26start disc-inventoryhud
27start disc-hud
28start panzar-load
29start Lenzh_chopshop
30start DamageWalkMode
31start disabledispatch
32start LegacyFuel
33start trew_hud_ui
34#start t0sic_inventoryui
35start vSync
36start progressBars
37start qalle_coords
38start pNotify
39start mythic_notify
40start trafficadjuster
41start bob74_ipl
42start PvP
43start mysql-async
44start essentialmode
45start esplugin_mysql
46start es_admin2
47## From ESX Pack ##
48start async
49start cron
50start instance
51start es_camera
52start skinchanger
53start esx_accessories
54start esx_addonaccount
55start esx_addoninventory
56start esx_society
57start esx_phone
58start esx_policejob
59start esx_doorlock
60start esx_outlawalert
61start esx_ambulancejob
62start esx_animations
63start esx_atm
64start esx_bankerjob
65start esx_barbershop
66start esx_basicneeds
67start esx_billing
68start esx_boat
69start esx_boilerplate
70start esx_clotheshop
71start esx_cruisecontrol
72start esx_datastore
73start esx_dmvschool
74start esx_drugs
75start esx_garage
76start esx_holdup
77start esx_identity
78start esx_joblisting
79start esx_jobs
80start esx_license
81start esx_lscustom
82start esx_mechanicjob
83start esx_menu_default
84start esx_menu_dialog
85start esx_menu_list
86start esx_migrate
87start esx_optionalneeds
88start esx_property
89start esx_realestateagentjob
90start esx_rpchat
91start esx_service
92start esx_shops
93start esx_sit
94start esx_skin
95start esx_status
96start esx_taxijob
97start esx_vehicleshop
98start esx-qalle-camerasystem
99start esx-qalle-jail
100start esx_bmvehicles
101#start esx_voice
102start esx_carlock
103start rs9000
104start TakeHostage
105start CarryPeople
106start esx_weaponshop
107start esx_marker
108start esx_moneywash
109start fivem-ipl
110## End of ESX Pack ##
111start es_ui
112add_ace resource.essentialmode command.add_principal allow
113add_ace resource.essentialmode command.add_ace allow
114start rconlog
115start esx_scoreboard
116## CARS ##
117start Hellcat
118start camb
119start fastandfurious18
120
121
122# This allows players to use scripthook based plugins such as lambda menu.
123# Set this to 0 to disallow scripthook.
124sv_scriptHookAllowed 0
125
126# Uncomment this to enable RCON. Make sure to change the password.
127#rcon_password changeme
128
129# A comma-separated list of tags for your server.
130# For example:
131# - sets tags "drifting, cars, racing"
132# Or:
133# - sets tags "roleplay, military, tanks"
134sets tags "latviešu, lv, lat, roleplay"
135
136# A valid locale identifier for your server's primary language.
137# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
138sets locale "en-US"
139# please DO replace root-AQ on the line ABOVE with a real language! :)
140
141
142# Set an optional server info and connecting banner image url.
143# Size doesn't matter, any banner sized image will be fine.
144#sets banner_detail "http://url.to/image.png"
145#sets banner_connecting "http://url.to/image.png"
146
147# Set your server's hostname
148sv_hostname "kuncis 3000"
149
150# Nested configs!
151#exec server_internal.cfg
152
153# Loading a server icon (96x96 PNG file)
154load_server_icon myLogo.png
155
156# convars which can be used in scripts
157set temp_convar "hey kunci!"
158
159# Uncomment this line if you do not want your server to be listed in the server browser.
160#sv_master1 ""
161
162# Want to only allow players authenticated with a third-party provider like Steam?
163# Don't forget Social Club is a third party provider too!
164#sv_authMaxVariance 1
165#sv_authMinTrust 5
166
167# Add system admins
168add_ace group.admin command allow # allow all commands
169add_ace group.admin command.quit deny # but don't allow quit
170add_principal identifier.steam:110000119ae23bf group.admin # add the admin to the group
171
172# Hide player endpoints in external log output.
173sv_endpointprivacy true
174
175# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
176# -> replace "" with the key
177set steam_webApiKey "C5EC523B2E7562B94BAB169C5C3C348A"
178
179# License key for your server (https://keymaster.fivem.net)
180sv_licenseKey "hb20mv1l2rfn4n875r5a8ydjhva4sda6"