mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
240 B
Text
8 lines
240 B
Text
void script_4336(int arg0) {
|
|
if (((boolean)clanbitconfig_9) && (cs2method3709() >= 5)) {
|
|
setWidgetText(new WidgetPointer(arg0), strRemoveEntities(clanstringconfig_1));
|
|
return;
|
|
}
|
|
setWidgetText(new WidgetPointer(arg0), "");
|
|
return;
|
|
}
|