Ищу скрипт Clantag rawetrip

Начинающий
Статус
Оффлайн
Регистрация
19 Мар 2021
Сообщения
121
Реакции[?]
5
Поинты[?]
0
Кто может дать луа на клантеги тип там,нл,скит,евольв и дт?
 
Памагите
Пользователь
Статус
Оффлайн
Регистрация
15 Апр 2021
Сообщения
258
Реакции[?]
46
Поинты[?]
5K
code_language.lua:
local labels = {
    "ga",
    "gam",
    "game",
    "games",
    "gamese",
    "gamesen",
    "gamesens",
    "gamesense",
    "gamesense",
    "gamesense",
    "gamesense",
    "amesense",
    "mesense",
    "esense",
    "sense",
    "ense",
    "nse",
    "se",
    "e",
    "",
    ""
}

local time = {
    first = 0, second = 0
}

cheat.push_callback("on_paint", function()
    if time.first < globalvars.get_tickcount() then   
        time.second = time.second + 1
        if time.second > #labels + 1 then
            time.second = 0
        end

        engine.set_clantag(labels[time.second])

        time.first = globalvars.get_tickcount() + 17
    end
end)
 
Начинающий
Статус
Оффлайн
Регистрация
19 Мар 2021
Сообщения
121
Реакции[?]
5
Поинты[?]
0
code_language.lua:
local labels = {
    "ga",
    "gam",
    "game",
    "games",
    "gamese",
    "gamesen",
    "gamesens",
    "gamesense",
    "gamesense",
    "gamesense",
    "gamesense",
    "amesense",
    "mesense",
    "esense",
    "sense",
    "ense",
    "nse",
    "se",
    "e",
    "",
    ""
}

local time = {
    first = 0, second = 0
}

cheat.push_callback("on_paint", function()
    if time.first < globalvars.get_tickcount() then  
        time.second = time.second + 1
        if time.second > #labels + 1 then
            time.second = 0
        end

        engine.set_clantag(labels[time.second])

        time.first = globalvars.get_tickcount() + 17
    end
end)
спс легенда
 
Сверху Снизу