Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

16
dumps/scripts/2936.cs2 Normal file
View file

@ -0,0 +1,16 @@
void script_2936(int arg0) {
if (((boolean)cs2method5420())) {
globalint_547 = arg0;
script_2940(11);
setWidgetIsHidden(true, new WidgetPointer(744,28));
if (hasSSKey()) {
setWidgetIsHidden(false, new WidgetPointer(744,27));
} else {
setWidgetIsHidden(false, new WidgetPointer(744,26));
}
if (((boolean)globalint_547)) {
script_2945();
}
}
return;
}