This repository was archived by the owner on Feb 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path[clientscript,clan_info_init].cs2
25 lines (25 loc) · 1.83 KB
/
[clientscript,clan_info_init].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
// 4284
[clientscript,clan_info_init](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12)
def_int $comsubid13 = ~steelborder($component1, "", 1);
cc_deleteall($component2);
cc_create($component2, ^iftype_text, 0);
cc_setsize(0, 0, ^setsize_minus, ^setsize_minus);
cc_setposition(0, 0, ^setpos_abs_centre, ^setpos_abs_centre);
cc_setcolour(0xff981f);
cc_settextfont(p12_full);
cc_settextalign(^settextalign_centre, ^settextalign_centre, 0);
cc_settextshadow(true);
cc_settext("Loading...");
def_int $comsubid14 = cc_getid;
~clan_info_draw($component1, $comsubid13, $component2, $comsubid14, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component11, $component12);
if_setonvartransmit("clan_info_draw($component1, $comsubid13, $component2, $comsubid14, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component11, $component12){var3019}", $component0);
if_setonclansettingstransmit("clan_info_draw($component1, $comsubid13, $component2, $comsubid14, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component11, $component12)", $component0);
~stonebutton_init("Titles", $component10, p12_full, 0);
if_setonop("opsound(event_op, 2)", $component10);
if_setonop("opsound(event_op, 2)", $component5);
if_setonop("opsound(event_op, 2)", $component6);
if_setonop("opsound(event_op, 2)", $component7);
if_setonop("opsound(event_op, 2)", $component8);
if_setonop("opsound(event_op, 2)", $component9);
if_setonop("opsound(event_op, 2)", $component11);
if_setonop("opsound(event_op, 2)", $component12);