в шапке
(выдача через /wanted nick reason)
(выдача через /wanted nick reason)
неа нетув шапке
(выдача через /wanted nick reason)
а продаешь?Есть, бро, только не дам
/warrant это ордер, а розыск /wanted Nick причинаLua:local delay = 1 --KD for i, v in ipairs( player.GetAll() ) do timer.Simple(delay, function() RunConsoleCommand("say", "/warrant " .. v:Nick()) end) end
моя ошибка, прочитал как будто ему нужно ордеры всем выдать/warrant это ордер, а розыск /wanted Nick причина
спасибоLua:local delay = 1 --KD for i, v in ipairs( player.GetAll() ) do if v != LocalPlayer() then timer.Simple(delay, function() RunConsoleCommand("say", "/wanted " .. v:Nick()) end) end end