Skip to content

Commit

Permalink
hotfix(es_extended/client/main.lua):reinitiating backwards compatibil…
Browse files Browse the repository at this point in the history
…ity with spawnmanager
  • Loading branch information
Arctos2win authored Feb 14, 2024
1 parent 7c59848 commit d40ff2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [core]/es_extended/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function ESX.SpawnPlayer(skin, coords, cb)
p:resolve()
end)
Citizen.Await(p)
TriggerEvent('playerSpawned', coords)

local playerPed = PlayerPedId()
FreezeEntityPosition(playerPed, true)
Expand Down

0 comments on commit d40ff2f

Please sign in to comment.