Added initial version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
void script_1391(int arg0,int arg1) {
|
||||
if (cs2method3751()) {
|
||||
setWidgetText(new WidgetPointer(912,24), "");
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
||||
return;
|
||||
}
|
||||
if ((mod(subtract(getClientCycle(), arg0), 40) < 20) && hasWindowFocus()) {
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
||||
} else {
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user