· 6 years ago · Feb 10, 2020, 09:20 AM
1# Steam Web API. Visit https://steamcommunity.com/dev/apikey to generate your own.
2set steam_webApiKey "changed_:)"
3
4# DB connection string
5set mysql_connection_string "server=;database=;userid=;password="
6set es_enableCustomData 1
7
8# You probably don't want to change these!
9# Only change them if you're using a server with multiple network interfaces.
10endpoint_add_tcp "0.0.0.0:9001"
11endpoint_add_udp "0.0.0.0:9001"
12
13# Ace!
14add_ace resource.essentialmode command.sets allow
15add_ace resource.essentialmode command.add_principal allow
16add_ace resource.essentialmode command.add_ace allow
17add_ace group.admin command allow
18add_ace group.admin command.quit deny
19add_principal identifier.steam:76561197960895382 group.admin # Add your admin's SteamID here. This line can be duplicated for additional admins.
20add_principal identifier.steam:11000013ea93c7e group.admin # Add your admin's SteamID here. This line can be duplicated for additional admins.
21
22## ESX JOB REQUIREMENTS
23
24
25start skinchanger
26start esx_addonaccount
27start esx_skin
28start esx_jobs
29
30start cron
31start pNotify
32
33
34#POLICE JOB REQUIREMENTS
35esx cron
36start esx_society
37start esx_billing
38start esx_addoninventory
39start esx_vehicleshop
40start esx_datastore
41start esx_society
42start esx_identity
43start esx_license
44start esx_dmvschool
45start esx_drugs
46start esx_weaponshop
47start esx_licenseshop
48start esx_service
49start esx_addons_gcphone
50start gcphone
51
52### Whitelisted JObs
53start esx_policejob
54start esx_ambulancejob
55start esx_mechanicjob
56start esx_thelostmcjob
57
58## Other ESX INSTALLED
59##start reducednpcs
60start ACL-FX
61start esx_status
62start esx_basicneeds
63start instance
64start LegacyFuel
65start trew_hud_ui
66start esx_steamidentifier
67start loadipl
68start pillbox
69start pillbox1
70start medsystem
71start bob74_ipl
72start esx_joblisting
73start esx_property
74start esx_advancedgarage
75start esx_dnaDoorManager
76start new_banking
77start esx_atm
78start esx_hospital
79start esx_pablips
80start esx_holdup
81start qalle_coord
82start esx_robnpc
83start Radiant_Animations
84start esx_clotheshop
85start esx_animations
86start esx_lscustom
87start esx_inventoryhud
88start esx_inventoryhud_trunk
89start esx_inventoryhud_glovebox
90start esx_shops
91start ESX_CommunityService
92start esx_gunshot
93start esx-qalle-jail
94start mhacking
95start esx_knatusblowtorch
96start dpemotes
97start esx_yacht
98start noreticle
99start esx_vehiclelock
100start esx_vangelico_robbery
101start esx_knatusrobberybank
102start RealisticVehicleFailure
103start esx_rpchat
104start fingerpoint
105start ESX_GiveCarKey
106start esx_outlaw
107#MAP
108start mlomansion
109start VillaJajuga
110start lamafia
111## START GCPHONE & HER ADDONS ##
112start esx_voice
113start CarryPeople
114# scoreboard
115start esx_anticheat
116start mythic_notify
117start mythic_progbar
118start TakeHostage
119start Advanced911
120start esx_scoreboard
121
122# Set this to 0 to disallow scripthook. Set it to 1 to make it easier to hack your server.
123sv_scriptHookAllowed 0
124
125# Uncomment this to enable RCON. Make sure to change the password. You likely don't need this.
126#rcon_password changeme
127
128# A comma-separated list of tags for your server.
129# For example:
130# - sets tags "drifting, cars, racing"
131# Or:
132# - sets tags "roleplay, military, tanks"
133sets tags "rp fivem chilirp"
134
135# Set an optional server info and connecting banner image url.
136# Size doesn't matter, any banner sized image will be fine.
137#sets banner_detail "http://url.to/image.png"
138#sets banner_connecting "http://url.to/image.png"
139
140# Set your server's hostname
141sv_hostname "chilirp.com test server2"
142
143# Load a server icon (96x96 PNG file)
144load_server_icon sesx_logo.png
145
146# Uncomment this line if you do not want your server to be listed in the server browser.
147#sv_master1 ""
148
149# Want to only allow players authenticated with a third-party provider like Steam?
150# Don't forget Social Club is a third party provider too!
151#sv_authMaxVariance 1
152#sv_authMinTrust 5
153
154# Hide player endpoints in external log output.
155sv_endpointprivacy true
156
157# Server player slot limit
158sv_maxclients 32
159
160# License key for your server (https://keymaster.fivem.net)
161sv_licenseKey changed_:)
162
163restart sessionmanager
164restart spawnmanager