· 6 years ago · Jan 01, 2020, 12:48 PM
1## START sESX ADD ##
2set es_enableCustomData 1
3set mysql_connection_string "server=127.0.0.1;uid=root;password=password;database=fxserver"
4## END sESX ADD ##
5
6# Only change them if you're using a server with multiple network interfaces.
7endpoint_add_tcp "0.0.0.0:30120"
8endpoint_add_udp "0.0.0.0:30120"
9
10
11# These are the core FiveM resources
12start mapmanager
13start chat
14start spawnmanager
15start sessionmanager
16start fivem
17start hardcap
18start rconlog
19start scoreboard
20start playernames
21start baseevents
22
23##sss
24
25add_ace resource.essentialmode command.sets allow
26add_ace resource.essentialmode command.add_principal allow
27add_ace resource.essentialmode command.add_ace allow
28
29## START sESX ADD ##
30start mysql-async
31start essentialmode
32set mysql_debug false
33start esplugin_mysql
34start es_admin2
35start async
36start es_extended
37start esx_menu_default
38start esx_menu_list
39start esx_menu_dialog
40#start es_ui
41start sesx_assets
42start esx_kashacters
43start esx_identity
44start esx_addonaccount
45start esx_addoninventory
46start cron
47start esx_billing
48start esx_society
49start esx_license
50start esx_policejob
51start esx_ambulancejob
52start esx_vehicleshop
53start esx_status
54start esx_basicneeds
55start esx_optionalneeds
56start esx_skin
57start esx_eden_clotheshop
58#start menu
59start esx_mugging
60
61#START DISC RESOURCES
62
63start disc-base
64start disc-hud
65start disc-inventoryhud
66start disc-ammo
67
68#START CARS
69
70start elsplus
71start LSPD
72start LSPDEXP
73start LSPDSS
74start LSPDTHPPV
75start 2011CVPI
76start 2013Harley
77start 2014Charger
78start 2016ExpressVan
79start 2016FPI
80start 2018Charger
81start 2018Ram
82start 2019Tahoe
83start Ambulance
84
85#START OTHER
86start pNotify
87start instance
88start skinchanger
89#start target
90start tokovoip_script
91start mythic_notify
92start mythic_progbar
93start ls-radio
94start andreas_spawnlocation
95start skincreator
96start xgc-tunerchip
97start fivem-ipl
98start allcity_medical
99start PillboxHospital
100#start PillboxHospitalDoor
101start mythic_hospital
102
103add_ace resource.essentialmode command.add_ace allow
104add_ace resource.essentialmode command.add_principal allow
105## END sESX ADD ##
106
107# This allows players to use scripthook based plugins such as lambda menu.
108# Set this to 0 to disallow scripthook.
109sv_scriptHookAllowed 1
110
111# Uncomment this to enable RCON. Make sure to change the password.
112rcon_password gargara11
113
114# A comma-separated list of tags for your server.
115# For example:
116# - sets tags "drifting, cars, racing"
117# Or:
118# - sets tags "roleplay, military, tanks"
119sets tags "default"
120
121# Set an optional server info and connecting banner image url.
122# Size doesn't matter, any banner sized image will be fine.
123#sets banner_detail "http://url.to/image.png"
124#sets banner_connecting "http://url.to/image.png"
125
126# Set your server's hostname
127sv_hostname "DONPLM"
128
129# Nested configs!
130#exec server_internal.cfg
131
132# Loading a server icon (96x96 PNG file)
133#load_server_icon myLogo.png
134
135# convars which can be used in scripts
136set temp_convar "hey world!"
137
138# Uncomment this line if you do not want your server to be listed in the server browser.
139#sv_master1 ""
140
141# Want to only allow players authenticated with a third-party provider like Steam?
142# Don't forget Social Club is a third party provider too!
143#sv_authMaxVariance 1
144#sv_authMinTrust 5
145
146# Add system admins
147add_ace group.admin command allow # allow all commands
148add_ace group.admin command.quit deny # but don't allow quit
149add_principal identifier.steam:76561198015391094 group.admin # add the admin to the group
150
151# Hide player endpoints in external log output.
152sv_endpointprivacy true
153
154# Server player slot limit (must be between 1 and 32)
155sv_maxclients 32
156
157# License key for your server (https://keymaster.fivem.net)
158sv_licenseKey "gk5gjt955x4uv32py5i3dl6i5mj2t4cz"
159
160# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
161# -> replace "" with the key
162set steam_webApiKey "A03D0FE2983C7988B451C214115BBD3E"
163
164restart sessionmanager