Hello,
I am just wondering how to start a “category” instead of a single resource…
is this possible?
Nope
Yeah no you can’t do that, but you can do use multiple files to specify certain resources to be started.
Ex. server.cfg
# you probably don't want to change these!
# only change them if you're using a server with multiple network interfaces
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
### FiveM
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
### vBasic
exec vbasic.cfg
### Scripts
exec scripts.cfg
### Vehicles
exec vehicles.cfg
Then create files using the names you are executing. Ex. scripts.cfg
Those files then act as “sub” server.cfg’s you can run any commands in those files, keeps your server.cfg clutter free.
2 Likes
ouu! good to know! thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.