mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
451 B
Text
10 lines
451 B
Text
void script_4334(int arg0,int arg1) {
|
|
if (cs2method3709() >= 5) {
|
|
setWidgetRGB(new Color(getColorRelatedMethod4020(clanconfig_18)), new WidgetPointer(arg0));
|
|
setWidgetRGB(new Color(getColorRelatedMethod4020(clanconfig_19)), new WidgetPointer(arg1));
|
|
} else {
|
|
setWidgetRGB(new Color(getColorRelatedMethod4020(42550)), new WidgetPointer(arg0));
|
|
setWidgetRGB(new Color(getColorRelatedMethod4020(39382)), new WidgetPointer(arg1));
|
|
}
|
|
return;
|
|
}
|