mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
6 lines
254 B
Text
6 lines
254 B
Text
void script_5102(int arg0,int arg1,int arg2) {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
|
setWidgetText(new WidgetPointer(arg2), "Clan settings prevent viewing this relationship");
|
|
setWidgetIsHidden(false, new WidgetPointer(arg0));
|
|
return;
|
|
}
|