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
23
dumps/scripts/4569.cs2
Normal file
23
dumps/scripts/4569.cs2
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
void script_4569(int arg0,string arg1,string arg2) {
|
||||
switch (arg0) {
|
||||
case 1:
|
||||
if (isFriend(strRemoveEntities(arg2))) {
|
||||
cs2method3605(strRemoveEntities(arg2));
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
if (isFriend(strRemoveEntities(arg2))) {
|
||||
cs2method3607(strRemoveEntities(arg2));
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
script_3015(0, "Send message to " + arg1, "", arg2, "");
|
||||
break;
|
||||
case 5:
|
||||
script_3177(0, arg1);
|
||||
break;
|
||||
case 10:
|
||||
script_1633(strRemoveEntities(arg2));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue