-
Notifications
You must be signed in to change notification settings - Fork 14
/
server.cfg
59 lines (48 loc) · 1.56 KB
/
server.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
## You CAN edit the following:
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_maxclients 48
set steam_webApiKey "YOURSTEAMAPIKEYHERE"
set sv_enforceGameBuild 2612
sets tags "qpixel"
## You MAY edit the following:
sv_licenseKey "YOURLICENCEKEYHERE"
sv_hostname "[DEV] Q-Pixel │ Development Server │ NEW │ In Active Development │"
sets banner_connecting "HTTPS ADDRESS" #Your server banner here example - https://i.redd.it/iaakyixiz3e61.png
sets sv_projectName "[DEV] Q-Pixel │ Development Server │ NEW │ In Active Development │"
sets sv_projectDesc "In development"
sets locale "en-US"
load_server_icon myLogo.png
set mysql_connection_string "mysql://root@localhost/arp3_0?charset=utf8mb4"
setr UseTarget true
# Voice config
setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true
setr voice_defaultCycle "GRAVE"
setr voice_defaultVolume 0.3
setr voice_enableRadioAnim 1
setr voice_syncData 1
setr voice_enableSubmix 1
setr voice_enableUi 0
# These resources will start by default.
ensure webpack
ensure yarn
ensure mapmanager
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ensure baseevents
ensure cron
# QBCore & Extra stuff
ensure qb-core
ensure chat
exec scripts.cfg ###DO NOT EDIT###
exec resources.cfg
ensure [spawn] ###DO NOT EDIT###
exec assets.cfg ###DO NOT EDIT###
ensure qb-vehicleshop ###DO NOT EDIT###
# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:YOURHEX group.admin #Owner