Буду очень благодарен, если трештолк будет полностью написан.Lua:local tick = globals.get_tickcount(); local print = function() if ((tick % 3) == 4 then -- к примеру 4 cheat.print("jw8utghj284tgu24hjo"); end end client.add_callback("create_move", print)
возьми чужой трештолк и вставь уже эту функциюБуду очень благодарен, если трештолк будет полностью написан.
Да, может быть я очень наглый но все же.
local phrases = {
"1.",
"owned"
}
local function get_phrase()
return phrases[Utils.RandomInt(1, #phrases)]:gsub('\"', '')
end
Cheat.RegisterCallback("events", function(event)
if event:GetName() ~= "player_death" then return end
local me = EntityList.GetLocalPlayer()
local victim = EntityList.GetPlayerForUserID(event:GetInt("userid"))
local attacker = EntityList.GetPlayerForUserID(event:GetInt("attacker"))
if victim == attacker or attacker ~= me then return end
EngineClient.ExecuteClientCmd('say "' .. get_phrase() .. '"')
end)
local tick = globals.get_tickcount();
local print = function()
if ((tick % 3) == 4 then - 4
cheat.print("jw8utghj284tgu24hjo");
end
end
client.add_callback("create_move", print)
Это типо так?возьми чужой трештолк и вставь уже эту функцию
не так , тк напримере нижнего кода - это никсвар , апи разные , верхние - неверлузКод:local phrases = { "1.", "owned" } local function get_phrase() return phrases[Utils.RandomInt(1, #phrases)]:gsub('\"', '') end Cheat.RegisterCallback("events", function(event) if event:GetName() ~= "player_death" then return end local me = EntityList.GetLocalPlayer() local victim = EntityList.GetPlayerForUserID(event:GetInt("userid")) local attacker = EntityList.GetPlayerForUserID(event:GetInt("attacker")) if victim == attacker or attacker ~= me then return end EngineClient.ExecuteClientCmd('say "' .. get_phrase() .. '"') end) local tick = globals.get_tickcount(); local print = function() if ((tick % 3) == 4 then - 4 cheat.print("jw8utghj284tgu24hjo"); end end client.add_callback("create_move", print)
Это типо так?
Ну, а как мне написать на нл?не так , тк напримере нижнего кода - это никсвар , апи разные , верхние - неверлуз
local phrases = {
"1.",
"owned"
}
local function get_phrase()
return phrases[Utils.RandomInt(1, #phrases)]:gsub('\"', '')
end
Cheat.RegisterCallback("events", function(event)
if event:GetName() ~= "player_death" then return end
tick = GlobalVars.tickcount
if ((tick % 3) == 4 then - 4
local me = EntityList.GetLocalPlayer()
local victim = EntityList.GetPlayerForUserID(event:GetInt("userid"))
local attacker = EntityList.GetPlayerForUserID(event:GetInt("attacker"))
if victim == attacker or attacker ~= me then return end
EngineClient.ExecuteClientCmd('say "' .. get_phrase() .. '"')
end
end)