mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-02-13 07:01:29 +00:00
5 lines
No EOL
156 B
Lua
5 lines
No EOL
156 B
Lua
function HelloWorld(ent, other, activator)
|
|
game.ClientPrint(-1, "Hello all");
|
|
game.CenterPrint(-1, "Hello all");
|
|
game.MessagePrint(-1, "Hello all");
|
|
end |