7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
void script_3000() {
|
|
if (((boolean)mod(getClientCycle(), 50))) {
|
|
script_3001();
|
|
}
|
|
return;
|
|
}
|