πŸ“Configuration

This page contains an example of a configuration file.

cfx-praryo-deathcam/configs/cl_config.lua

--==============================================================
-- The configs written here are basically client-sided configs.
--==============================================================

CLConfig = {}

--@config Duration in milliseconds of the death camera.
CLConfig.Duration = 5000

--@config Command to force close active death cam UI through F8. Set to "" or nil to disable.
CLConfig.ForceCloseCommand = "closeDeathCam"

--@config View death cam report keybind. Set to "" or nil to disable.
CLConfig.ViewDeathCamKey = "H"

--@config Notification UI design
CLConfig.ViewDeathCamTextUI = {
	position = "right-center",
	icon = 'info',
}

cfx-praryo-deathcam/configs/sv_config.lua

cfx-praryo-deathcam/configs/sh_config.lua

Last updated