mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
19
dumps/scripts/2486.cs2
Normal file
19
dumps/scripts/2486.cs2
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
void script_2486() {
|
||||
if (globalint_882 != -1) {
|
||||
setWidgetText(new WidgetPointer(655,42), "Players: " + intToStr(globalint_882));
|
||||
}
|
||||
if (globalint_887 != -1) {
|
||||
setWidgetText(new WidgetPointer(655,31), "Players: " + intToStr(globalint_887));
|
||||
}
|
||||
if (globalint_892 != -1) {
|
||||
setWidgetText(new WidgetPointer(655,38), "Players: " + intToStr(globalint_892));
|
||||
}
|
||||
if (globalint_897 != -1) {
|
||||
setWidgetText(new WidgetPointer(655,26), "Players: " + intToStr(globalint_897));
|
||||
}
|
||||
setWidgetRGB(new Color(225, 152, 31), new WidgetPointer(655,42));
|
||||
setWidgetRGB(new Color(225, 152, 31), new WidgetPointer(655,31));
|
||||
setWidgetRGB(new Color(225, 152, 31), new WidgetPointer(655,38));
|
||||
setWidgetRGB(new Color(225, 152, 31), new WidgetPointer(655,26));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue