Skip to content

Commit

Permalink
fix: sets third person on join/logout
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 committed Jan 7, 2024
1 parent dd4cdeb commit f1d9147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ end

local function chooseCharacter()
randomLocation = config.characters.locations[math.random(1, #config.characters.locations)]
SetFollowPedCamViewMode(2)

DoScreenFadeOut(500)

Expand Down

0 comments on commit f1d9147

Please sign in to comment.