no I just edited the team name and the position
client.lua
local theMarker = createMarker ( 2289.99, 581.85, 10.2, 'cylinder', 2.0, 255, 0, 0, 150 )
addEventHandler('onClientMarkerHit',theMarker,
function ( hit )
if hit = localPlayer then
if getPlayerTeam ( hit ) and not isPedInVehicle ( hit ) then
if getTeamName ( getPlayerTeam ( hit ) ) == 'Team1' then
setElementPosition( hit , 2250.1647949219, 586.35363769531, 66562461853 )
outputChatBox ( 'SET POS DONE!' )
end
end
end
end,false
)