addEventHandler("onClientGUIClick", root,
function()
if source == img1 then
setElementPosition(localPlayer,-2418.614746,-604.038574,132.5625)
elseif source == img2 then
setElementPosition(localPlayer,-4532.614746, -156.038574, 163.5625)
elseif source == img3 then
setElementPosition(localPlayer,1564.614746, 321.038574, -563.5625)
end
end)
addEventHandler("onClientResourceStart",resourceRoot,
function()
fadeCamera(false)
setTimer(fadeCamera,1500,1,true)
end)