AHAHAHHA why would anyone buy this shit its ez to make
[QUOTE = "flayd14, post: 1889229, member: 381702"]
Hi, I am selling (Arrows) indicators.
PAYMENT METHODS: QIWI / PAYPAL / EVERYTHING IN DONATIONALERTS / SBERBANK / etc.
To buy, write to him: JeemBoo # 9940
Or here in VK: https://vk.com/a.tkac
[/ QUOTE]
[CODE = cpp] UI.AddColorPicker ("color");
screen = Render.GetScreenSize ();
x = screen [0];
y = screen [1];
function draw () {
if (! World.GetServerString ()) return;
inverted = UI.IsHotkeyActive ("Anti-Aim", "Fake angels", "Inverter");
font = Render.AddFont ("Acta Symbols W95 Arrows", 15, 100);
color = UI.GetColor ("Script items", "color");
Render.StringCustom (x / 2 + 55, y / 2 * 0.982, 1, "Z", [40, 40, 40, color [3]], font)
Render.StringCustom (x / 2 - 55, y / 2 * 0.982, 1, "X", [40, 40, 40, color [3]], font)
if (inverted) {
Render.StringCustom (x / 2 + 55, y / 2 * 0.982, 1, "Z", [color [0], color [1], color [2], 255], font);
} else {
Render.StringCustom (x / 2 - 55, y / 2 * 0.982, 1, "X", [color [0], color [1], color [2], 255], font);
}
}
Cheat.RegisterCallback ("Draw", "draw") [/ CODE]
the arrows: Z, X (posted on v4 forum, converted to v3)