-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.cfg
64 lines (51 loc) · 1.63 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
59
60
61
62
63
64
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
# Set Tags
sets tags "default, deployer, esx, esx legacy, legacy, official, roleplay"
set steam_webApiKey "DF95299E975B086E2D3C97EE4F2B5569"
sv_licenseKey "cfxk_14vjiVpOoZXqCnfVLGjww_4W5FhO"
sv_hostname "FLAME RP Legacy Server"
sets sv_projectName "FLAME RP"
sets sv_projectDesc "Um servidor para testes e desenvolvimentos"
set mysql_connection_string "mysql://root:1234@localhost/esx?charset=utf8mb4"
load_server_icon Logo.png
sv_maxclients 5
# System Administrators
# ---------------------
# Add system admins
add_principal group.admin group.user
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow
add_principal identifier.fivem:11336592 group.admin #pedroreiis
# pma-voice Config
# ----------------
setr voice_enableRadioAnim 1
setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true
# ESX Language (edit to change the language of ESX)
# -----------------------------------------------------------
setr esx:locale "pt"
# Default & Standalone Resources
# ------------------------------
ensure chat
ensure spawnmanager
ensure hardcap
ensure oxmysql
ensure bob74_ipl
# ESX Legacy Core
# ----------
ensure [core]
# ESX Addons
# ----------
ensure [phone]
ensure [standalone]
ensure [esx_addons]
ensure [addons]
exec @ox_inventory/config.cfg
# Additional Resource
# -------------------
ensure pma-voice