Cant find citmp-server.yml

Hello i am currently working on my own server.
I want to present my mods to everybody in the server.
as i have read in some guideline from 2017 i need to add “- handling” to citmp-server.yml
But this is no where to be found.
Is it no longer supported or is it changed?

Jus add this to your server.cfg

start handling

Thanks that worked, but the handling is not changing, still default handling.

never mind i got it working! :slight_smile:

how did you get it working?

Open up YourserverFolder/cfx-server-data-master/server.cfg
Where you see :
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames

add the mod name right under playernames like this —> start handling

Then go to YourserverFolder\cfx-server-data-master\resources\handling
and add a folder called data and put your handling.meta in there.
in the handling folder it self place the __resource.lua file with the following data.
resource_manifest_version ‘77731fab-63ca-442c-a67b-abc70f28dfa5’

files {
‘data/handling.meta’
}

data_file ‘HANDLING_FILE’ ‘data/handling.meta’

and your done… this should work.

1 Like

thanks! got it to work!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.