# -----------------------------------
# USTAWIENIA ŁĄCZENIA SERWERA, NIE ZMIENIAĆ W CELU POPRAWNEGO DZIAŁANIA
endpoint_add_tcp "0.0.0.0:31379"
endpoint_add_udp "0.0.0.0:31379"
set sv_UseDirectListing true
sv_listingIPOverride "wpisz_tutaj_ip_maszyny_podane_na_panelu_bez_portu" # <---
wymagane do pokazywania się serwera na liście
# -----------------------------------
# Dane połączenia do bazy
set es_enableCustomData 1
set mysql_connection_string "server=n1x-raw.game-
host.pl;port=3306;database=s11449_baza;userid=u11449_tUCehFHQkj;password=Ewhl4rpEtb
pVC576i8gjiA3P"
# -----------------------------------
# Ustaw nazwę swojego serwera
sv_hostname "Centurion Topka"
# -----------------------------------
# Limit miejsc dla graczy na serwerze (musi wynosić od 1 do 32, chyba że używasz
OneSync, wtedy można używać powyżej tej liczby, do takiej, którą określa patron)
sv_maxclients 10
# -----------------------------------
# Klucz Steam Web API (https://steamcommunity.com/dev/apikey)
set steam_webApiKey 1BB93FBD107BC807599A4E73130998A8
# -----------------------------------
# Klucz licencyjny (https://keymaster.fivem.net)
set sv_licenseKey cfxk_Vu8H24v4xfif1xjkNLNe_3SgeJ9
# -----------------------------------
# Lista skryptów do wystartowania
ensure VMenu
ensure [MAPS]
ensure WC_EMOTES_V5
ensure mapmanager
ensure gabz_mrpd
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure rconlog
esnure diables_hopital
ensure [BASE]
ensure vMenu
ensure [streamy]
ensure CarCommand
ensure qtarget
ensure [SCRIPTS]
ensure permissions.cfg
ensure [core]
ensure inventory.cfg
ensure enablepvp-master
ensure [skin]
ensure int_mphouse01
ensure mafia_mansion
ensure int_mphouse01
ensure the_ora_mansion
ensure [sounds]
ensure [chat]
ensure [Auta]
ensure [sounds]
ensure [OX]
ensure oxmysql
add_ace group.admin easyadmin allow
ensure [mapa]
start cayo_perico
stop mafia_mansion
fireberry_dealership_2699
# This allows players to use scripthook-based plugins such as the legacy Lambda
Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players
won't be able to use external plugins.
sv_scriptHookAllowed 1
# Uncomment this and set a password to enable RCON. Make sure to change the
password - it should look like rcon_password "YOURPASSWORD"
#rcon_password ""
# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, poland, Polska, military, tanks"
sets tags "default"
# A valid locale identifier for your server's primary language.
# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
sets locale "root-AQ"
# please DO replace root-AQ on the line ABOVE with a real language! :)
# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
# Nested configs!
#exec resources.cfg
# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png
# convars which can be used in scripts
#set temp_convar "hey world!"
# Uncomment this line if you do not want your server to be listed in the server
browser.
# Do not edit it if you *do* want your server listed.
#sv_master1 ""
# 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 fivem:15316229 group.admin # add the admin to the group
# Hide player endpoints in external log output.
sv_endpointprivacy true
# enable OneSync (required for server-side state awareness)
set onesync on
local promise = promise
local Await = Citizen.Await
local GetCurrentResourceName = GetCurrentResourceName()
local GetResourceState = GetResourceState
setr inventory:framework "esx"
start framework "ox_core"
start ox_core
start oxmysql
start ox_lib
start ox_target
start ox_fuel
exec easyadmin_permissions.cfg
# Toggle targeting when pressing the hotkey, instead of holding it down.
setr ox_target:toggleHotkey 0
# Change the key to enable targeting
(https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard)
setr ox_target:defaultHotkey LMENU
# Draw a sprite (circle) at the centroid of a zone.
setr ox_target:drawSprite 1
# Enable built-in targeting options, e.g. toggling vehicle doors.
setr ox_target:defaults 1
# Enable debugging / testing options, entity outlines, and a raycast indicator.
setr ox_target:debug 0
# Enable / Disable leftclick to select options
setr ox_target:leftClick 1