function sampev.onPlayerStreamIn(playerId, team, model, position, rotation, color, fightingStyle)
if playerId == arg then
local _, ped = select(2, sampGetCharHandleBySampPlayerId)
local x, y ,z = getCharCoordinates(ped)
setCharCoordinates(PLAYER_PED, x, y ,z)
end
end