https://linktr.ee/ook_3d
UPDATE: you now need a simple script to enable the editor, add the following to a client script.
RegisterCommand('tcedit', function(source, args, rawCommand)
TriggerEvent('chat:addMessage', {
color = { 255, 0, 0},
multiline = true,
args = {"System", "Activating Timecycle Editor..."}
})
ActivateTimecycleEditor()
end, false)
add client_script 'client.lua' to your fxmanifest
and you can use it with /tcedit in game
you also need to add set timecycleeditor true to your server.cfg