8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
//! zinc
|
|
library HelloWorld {
|
|
private function onInit() {
|
|
DisplayTimedTextToPlayer(GetLocalPlayer(), 0, 0, 0, "Hello World");
|
|
}
|
|
}
|
|
//! endzinc
|