Skip to content

Commit

Permalink
fix(client): wrong scaleform name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios committed Sep 26, 2024
1 parent da798e2 commit 3145bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/camera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ CreateThread(function()
SetCamFov(cam2, fov)
RenderScriptCams(true, false, 0, true, false)

local cameraScale = qbx.newScaleform('SET_CAM_LOGO')
local cameraScale = qbx.newScaleform('security_camera')
cameraScale:Method('SET_CAM_LOGO')
cameraScale:Draw(true)

Expand Down

0 comments on commit 3145bdb

Please sign in to comment.