From 38d4fa62bb0adc4534cfd062e034871bf2683853 Mon Sep 17 00:00:00 2001 From: MiddleSkillz Date: Thu, 6 May 2021 02:39:15 -0600 Subject: [PATCH] fix: Update for Latest ESX Legacy Changes --- client/main.lua | 1 + 1 file changed, 1 insertion(+) 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