· 6 years ago · Jan 18, 2020, 10:12 PM
1# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
2endpoint_add_tcp "176.9.190.45:30120"
3endpoint_add_udp "176.9.190.45:30120"
4
5set es_enableCustomData "1"
6set mysql_connection_string "server=localhost;userid=root;password=XXXXXXX;database=gtarp;charset=utf8mb4_danish_ci;sslmode=none;supportBigNumbers=true;multipleStatements=true;dateStrings=true"
7
8# These resources will start by default.
9ensure mapmanager
10ensure chat
11ensure spawnmanager
12ensure sessionmanager
13ensure fivem
14ensure hardcap
15ensure rconlog
16ensure scoreboard
17
18ensure mysql-async
19ensure essentialmode
20ensure esplugin_mysql
21ensure es_admin2
22ensure es_extended
23
24# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
25# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
26sv_scriptHookAllowed 0
27
28# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
29#rcon_password ""
30
31# A comma-separated list of tags for your server.
32# For example:
33# - sets tags "drifting, cars, racing"
34# Or:
35# - sets tags "roleplay, military, tanks"
36sets tags "default"
37
38# A valid locale identifier for your server's primary language.
39# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
40sets locale "root-AQ"
41# please DO replace root-AQ on the line ABOVE with a real language! :)
42
43# Set an optional server info and connecting banner image url.
44# Size doesn't matter, any banner sized image will be fine.
45#sets banner_detail "https://url.to/image.png"
46#sets banner_connecting "https://url.to/image.png"
47
48# Set your server's hostname
49sv_hostname "Teste serv"
50
51# Nested configs!
52#exec server_internal.cfg
53
54# Loading a server icon (96x96 PNG file)
55#load_server_icon myLogo.png
56
57# convars which can be used in scripts
58set temp_convar "hey world!"
59
60# Uncomment this line if you do not want your server to be listed in the server browser.
61# Do not edit it if you *do* want your server listed.
62#sv_master1 ""
63
64# Add system admins
65add_ace group.admin command allow # allow all commands
66add_ace group.admin command.quit deny # but don't allow quit
67add_principal identifier.fivem:1 group.admin # add the admin to the group
68
69# Hide player endpoints in external log output.
70sv_endpointprivacy true
71
72# Server player slot limit (must be between 1 and 32, unless using OneSync)
73sv_maxclients 32
74
75# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
76# -> replace "" with the key
77set steam_webApiKey "monapi"
78
79# License key for your server (https://keymaster.fivem.net)
80sv_licenseKey malicense