Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Centrial добавил(а) новый ресурс:
Freeze legs in Air [Visual] - FLIA
Узнать больше об этом ресурсе...
Freeze legs in Air [Visual] - FLIA
Код:Material.Create("Destroyed") UI.AddCheckbox("freeze legs in air") UI.AddDropdown("Visible type", ["Custom", "Flat", "Pulse", "Wireframe", "Glow", "Glow (two-color)", "Destroyed"]); function FreezeLegs2(){ if (UI.GetValue("Misc", "JAVASCRIPT", "Script items", "freeze legs in air")){ Getcolorand_cache = UI.GetValue("Visual", "SELF", "Chams", "Visible Color"); Getcolorand2_cache = UI.GetValue("Visual", "SELF", "Chams", "Visible type"); UI.SetValue("Visual", "SELF", "Chams", "Visible override", 1); UI.SetValue("Visual", "SELF", "Chams", "Visible type", 6); UI.SetValue("Visual", "SELF", "Chams", "Visible transparency", 100); UI.SetValue("Visual", "SELF", "Chams", "Visible transparency", 100); UI.SetValue("Visual", "SELF", "Chams", "Desync override", 1); UI.SetValue("Visual", "SELF", "Chams", "Desync type", 6); UI.SetValue("Visual", "SELF", "Chams", "Desync", "Layered", 1); UI.SetValue("Visual", "SELF", "Chams", "Desync transparency", 0); UI.SetValue("Visual", "SELF", "Chams", "Desync transparency", 0); } } Cheat.RegisterCallback("Draw","FreezeLegs2")
Узнать больше об этом ресурсе...
Последнее редактирование: