mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Minor adjustments
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ AddEventHandler('esx:playerLoaded', function(playerData)
|
||||
ESX.Game.Teleport(playerPed, {
|
||||
x = playerData.coords.x,
|
||||
y = playerData.coords.y,
|
||||
z = playerData.coords.z + 0.25,
|
||||
z = playerData.coords.z + 0.5,
|
||||
heading = playerData.coords.heading
|
||||
}, function()
|
||||
isLoadoutLoaded, isDead = true, false
|
||||
|
||||
Reference in New Issue
Block a user