local Servers = {
['185.169.134.3'] = {Name = 'Phoenix', Url = 'https://ССЫЛКА1'},
['185.169.134.4'] = {Name = 'Tucson', Url = 'https://ССЫЛКА2'},
['185.169.134.43'] = {Name = 'Scottdale', Url = 'https://ССЫЛКА3'},
['185.169.134.44'] = {Name = 'Chandler', Url = 'https://ССЫЛКА4'},
['185.169.134.45'] = {Name = 'Brainburg', Url = 'https://ССЫЛКА5'},
['185.169.134.5'] = {Name = 'Saint Rose', Url = 'https://ССЫЛКА6'},
['185.169.134.59'] = {Name = 'Mesa', Url = 'https://ССЫЛКА7'},
['185.169.134.61'] = {Name = 'Red Rock', Url = 'https://pastebin.com/raw/CCjCw6cK'},
['185.169.134.107'] = {Name = 'Yuma', Url = 'https://ССЫЛКА9'},
['185.169.134.109'] = {Name = 'Surprise', Url = 'https://ССЫЛКА10'},
['185.169.134.166'] = {Name = 'Prescott', Url = 'https://ССЫЛКА11'},
['185.169.134.171'] = {Name = 'Glendale', Url = 'https://ССЫЛКА12'},
['185.169.134.172'] = {Name = 'Kingman', Url = 'https://ССЫЛКА13'},
['185.169.134.173'] = {Name = 'Winslow', Url = 'https://ССЫЛКА14'},
['185.169.134.174'] = {Name = 'Payson', Url = 'https://ССЫЛКА15'},
['80.66.82.191'] = {Name = 'Gilbert', Url = 'https://ССЫЛКА16'},
['80.66.82.190'] = {Name = 'Show Low', Url = 'https://ССЫЛКА17'},
['80.66.82.188'] = {Name = 'Casa Grande', Url = 'https://ССЫЛКА18'},
['80.66.82.168'] = {Name = 'PAGE', Url = 'https://ССЫЛКА19'},
['80.66.82.159'] = {Name = 'SUN CITY', Url = 'https://ССЫЛКА20'},
['80.66.82.200'] = {Name = 'QUEEN CREEK', Url = 'https://ССЫЛКА21'},
}
local Var = Servers[sampGetCurrentServerAddress()].Url or 'https://google.com'
sampRegisterChatCommand('print', function() -- Тест что в переменной Var записано
sampAddChatMessage(Var, -1)
end)
sampRegisterChatCommand('print2', function() -- Тест что в переменной Url записано
sampAddChatMessage(Url, -1)
end)
local url = requests.get(Var).text -- сюда вставь свой url