Minor adjustments

This commit is contained in:
ElPumpo
2020-03-25 22:45:23 +01:00
parent 4253d02d68
commit be2dc2e9e2
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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