8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
void script_1869(int arg0) {
|
|
if (mod(getClientCycle(), 50) != 0) {
|
|
return;
|
|
}
|
|
script_1870(arg0);
|
|
return;
|
|
}
|