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
18
dumps/scripts/3177.cs2
Normal file
18
dumps/scripts/3177.cs2
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
void script_3177(int arg0,string arg1) {
|
||||
int ivar1;
|
||||
script_41(59768846);
|
||||
script_41(59572283);
|
||||
globalstring_279 = "";
|
||||
globalint_6 = arg0;
|
||||
globalint_1094 = 0;
|
||||
ivar1 = 0;
|
||||
if (hasMoreThen5Blackmarks() || (getClientRights() > 0)) {
|
||||
ivar1 = 1;
|
||||
}
|
||||
if (((boolean)getLanguage())) {
|
||||
script_2921(ivar1, getBlackmarks(), arg1);
|
||||
} else {
|
||||
script_2920(ivar1, getBlackmarks(), arg1);
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue