mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
17
dumps/scripts/3103.cs2
Normal file
17
dumps/scripts/3103.cs2
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
void script_3103() {
|
||||
script_3102();
|
||||
script_3113();
|
||||
script_3125(59637815, 1, 0, "Descending world number", "Ascending world number");
|
||||
script_3125(59637790, 3, 2, "Descending player count", "Ascending player count");
|
||||
script_3125(59637812, 5, 4, "Descending activity", "Ascending activity");
|
||||
script_3125(59637809, 9, 8, "Descending type", "Ascending type");
|
||||
script_3125(59637807, 7, 6, "Descending LootShare", "Ascending LootShare");
|
||||
script_3125(59637805, 11, 10, "Descending ping", "Ascending ping");
|
||||
script_3116();
|
||||
if (((boolean)cs2method5420())) {
|
||||
script_3143(0, "Please choose a game world from the list." + "<br>" + "This will cause the game applet to reload.");
|
||||
} else {
|
||||
script_3143(0, "Please choose a game world from the list.");
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue