-
Notifications
You must be signed in to change notification settings - Fork 11
/
[proc,script2310].cs2
68 lines (68 loc) · 1.83 KB
/
[proc,script2310].cs2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// 2310
[proc,script2310](int $int0, int $int1, int $int2, int $int3, int $int4, string $string0)
if ($int4 = 1) {
cc_setcolour($int1);
cc_settrans($int3);
if ($int3 >= 255) {
cc_sethide(true);
} else {
cc_sethide(false);
}
if (string_length($string0) > 0) {
.cc_setposition(0, scale(18, 50, 16384), ^setpos_abs_centre, ^setpos_3);
.cc_sethide(false);
.cc_settext($string0);
.cc_setontimer("tob_hud_cleartext(event_comsubid, calc(clientclock + 150))");
}
if_setontimer(null, interface_28:1);
return;
}
def_int $int5 = -1;
def_int $int6 = -1;
def_int $int7 = -1;
$int5, $int6, $int7 = ~hex_to_rgb($int0);
def_int $int8 = -1;
def_int $int9 = -1;
def_int $int10 = -1;
$int8, $int9, $int10 = ~hex_to_rgb($int1);
def_int $int11 = calc(($int8 - $int5) / 20);
def_int $int12 = calc(($int9 - $int6) / 20);
def_int $int13 = calc(($int10 - $int7) / 20);
def_int $int14 = calc(($int3 - $int2) / 20);
if ($int11 = 0) {
if ($int8 > $int5) {
$int11 = 1;
} else if ($int8 < $int5) {
$int11 = -1;
}
}
if ($int12 = 0) {
if ($int9 > $int6) {
$int12 = 1;
} else if ($int9 < $int6) {
$int12 = -1;
}
}
if ($int13 = 0) {
if ($int10 > $int7) {
$int13 = 1;
} else if ($int10 < $int7) {
$int13 = -1;
}
}
if ($int14 = 0) {
if ($int3 > $int2) {
$int14 = 1;
} else if ($int3 < $int2) {
$int14 = -1;
}
}
if (string_length($string0) > 0) {
.cc_setposition(0, scale(18, 50, 16384), ^setpos_abs_centre, ^setpos_3);
.cc_sethide(false);
.cc_settext($string0);
.cc_setontimer("tob_hud_cleartext(event_comsubid, calc(clientclock + 150))");
}
def_int $int15 = calc(clientclock + 19);
~script2312($int15, $int5, $int6, $int7, $int2, $int11, $int12, $int13, $int14, $int8, $int9, $int10, $int3);
if_setontimer("script2311(cc_getid, .cc_getid, $int15, $int5, $int6, $int7, $int2, $int11, $int12, $int13, $int14, $int8, $int9, $int10, $int3)", interface_28:1);