11 lines
338 B
Lua
11 lines
338 B
Lua
--------------------------------------------------
|
|
------ DEATH CAM FOR FIVEM MADE BY KIMINAZE ------
|
|
------ This script does let you control the ------
|
|
------ camera after you have died. ------
|
|
--------------------------------------------------
|
|
|
|
Cfg = {}
|
|
|
|
-- maximum radius the camera will orbit at (in meters)
|
|
Cfg.radius = 5.0
|