mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
ef8f806045
By using the function you see the following: source = GetPlayerPed(source) -- So source is now the playerPed source = GetEntityCoords(GetPlayerPed(source)) -- The source is getting new defined by calling the entity coords from the playerPed and then the playerPed once again.