- 180
- 22
- Версия MoonLoader
- Другое
Lua:
if text:find("(.*)%[(%d+)%]: бот реги (%d+)") and not get_ip_information then
anickname, aid, checkid = text:match("(.*)%[(%d+)%]: бот реги (%d+)")
if isPlayerConnected(tonumber(checkid)) then
sendInput('/a Окей, собираю информацию...')
get_ip_information = true
type_ip_information = 1
sendInput('/getip '..checkid)
for t = 1, #rdata do
if rdata[t].status == "success" then
local distance = distance_cord(rdata[1].lat, rdata[1].lon, rdata[t].lat, rdata[t].lon)
if t == 1 then
if type_ip_information == 1 then
sendInput('/a '..string.format([[[REG] Страна - %s | Город - %s | Провайдер - %s ]], rdata[t].country, rdata[t].city, rdata[t].isp))
end
end