· 6 years ago · Jan 03, 2020, 04:58 PM
1# Don't change these settings here
2endpoint_add_tcp "##.###.###.#:#####"
3endpoint_add_udp "##.###.###.#:#####"
4
5#Init Paramaters [Optional]
6
7# Core FiveM Mods Started Here:
8start mapmanager
9start chat
10start spawnmanager
11start sessionmanager
12start fivem
13start hardcap
14start rconlog
15#start scoreboard
16#start playernames
17start fivem-map-hipster
18exec resources/vMenu/config/permissions.cfg
19
20#Mod Manager Mods Added Here:
21
22#Client's Mods Added Here:
23start eup-ui
24start eup-stream
25start NativeUI
26
27#PolicePack
28ensure sheriffcars
29#ensure Los Santos Police Department
30#ensure San Andreas State Patrol
31start 2016-chp-megapack
32start 2014_Ford_Explorer
33start 2014_Dodge_Charger
34start 2011_Ford_Crown_Victoria
35
36#FirePack
37start XBRFIRE2
38
39#RPThings
40start carhud
41start commands
42start cuff-plus
43start deleteveh
44start drag
45start fax-aop
46start frfuel
47start lux_vehcontrol
48start map
49start nearest-postal-1.3
50start PvP
51start RPRevive
52start savewheelpos
53start trafficadjuster
54start vMenu
55start wheel_mods
56start wk_wrs
57start z-scoreboard
58
59#-------------[Server Settings]-------------#
60
61#Allow Server Sided Script Hook?
62sv_scriptHookAllowed 1
63
64# This is your Rcon password, comment out to disable rcon
65rcon_password ######
66
67sv_hostname "East County Roleplay"
68
69# a comma-separated list of tags for your server
70# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
71sets tags "default"
72
73# disable announcing? clear out the master by uncommenting this (your server will not be listed in the serverlist if you uncomment this!)
74#sv_master1 ""
75
76# set an optional server info and connecting banner image url.
77# size doesn't matter, any banner sized image will be fine.
78#sets banner_detail "http://url.to/image.png"
79#sets banner_connecting "http://url.to/image.png"
80
81# nested configs!
82#exec server_internal.cfg
83
84# loading a server icon (96x96 PNG file)
85#load_server_icon myLogo.png
86
87# convars for use from script
88set temp_convar "hey world!"
89
90# want to only allow players authenticated with a third-party provider like Steam?
91sv_authMaxVariance 1
92sv_authMinTrust 5
93
94# add system admins
95add_ace group.admin command allow # allow all commands
96add_ace group.admin command.quit deny # but don't allow quit
97add_principal identifier.steam:############# group.admin # add the admin to the group
98add_principal identifier.steam:############# group.admin
99
100add_ace Fax.AOP faxes.aopcmds allow
101add_principal identifier.steam:############# Fax.AOP
102add_principal identifier.steam:############# Fax.AOP
103
104# hide player endpoints in external log output
105#sv_endpointprivacy true
106
107sets locale "en-US"
108
109# server slots limit (default to 30)
110sv_maxclients 32
111
112# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
113# -> replace "" with the key
114set steam_webApiKey "none"
115
116# license key for server (https://keymaster.fivem.net)
117sv_licensekey #############