mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 22:06:02 +01:00
Update client.lua
This commit is contained in:
@@ -217,6 +217,7 @@ RegisterNUICallback("tpDoNot", function(data)
|
|||||||
if next(character.lastLocation) ~= nil then
|
if next(character.lastLocation) ~= nil then
|
||||||
SetEntityCoords(ped, character.lastLocation.x, character.lastLocation.y, character.lastLocation.z, false, false, false, false)
|
SetEntityCoords(ped, character.lastLocation.x, character.lastLocation.y, character.lastLocation.z, false, false, false, false)
|
||||||
end
|
end
|
||||||
|
Citizen.Wait(500)
|
||||||
FreezeEntityPosition(ped, true)
|
FreezeEntityPosition(ped, true)
|
||||||
SwitchInPlayer(ped)
|
SwitchInPlayer(ped)
|
||||||
Citizen.Wait(500)
|
Citizen.Wait(500)
|
||||||
|
|||||||
Reference in New Issue
Block a user