diff --git a/client/main.lua b/client/main.lua index 4cad3373..7c32a35b 100644 --- a/client/main.lua +++ b/client/main.lua @@ -138,6 +138,7 @@ function CreateSkinCam() isCameraActive = true SetCamRot(cam, 0.0, 0.0, 270.0, true) + SetCamCoord(cam, GetEntityCoords(playerPed)) SetEntityHeading(playerPed, 0.0) end