جرب
function Radio ( )
if (guiRadioButtonGetSelected(LSCop))then
guiRadioButtonSetSelected(LSCop,true)
setElementPosition ( getLocalPlayer(), 1552.81104, -1675.06702, 16.19531 )
elseif (guiRadioButtonGetSelected(LSGreen))then
guiRadioButtonSetSelected(LSGreen,true)
setElementPosition ( getLocalPlayer(), 2515.74927, -1667.31323, 13.76984 )
elseif (guiRadioButtonGetSelected(SFCivis))then
guiRadioButtonSetSelected( SFCivis,true )
setElementPosition ( getLocalPlayer(), -1951.95361, 691.81250, 46.56250 )
end
end
addEventHandler("onClientGUIClick",root, Radio)