mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
14 lines
314 B
Text
14 lines
314 B
Text
void script_180(int arg0) {
|
|
if (arg0 == globalint_41) {
|
|
return;
|
|
}
|
|
if (((arg0 == 3) && (standart_config_287 > 0)) && (globalint_41 != -1)) {
|
|
return;
|
|
}
|
|
if (script_179(arg0) > 24) {
|
|
return;
|
|
}
|
|
script_183(arg0, 249);
|
|
setScriptCallOnGameloop(182, arg0, "i", cs2method_3408(105, 73, 683, arg0));
|
|
return;
|
|
}
|