mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +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 |