mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-25 13:51:03 +00:00
5 lines
156 B
Lua
5 lines
156 B
Lua
|
function HelloWorld(ent, other, activator)
|
||
|
game.ClientPrint(-1, "Hello all");
|
||
|
game.CenterPrint(-1, "Hello all");
|
||
|
game.MessagePrint(-1, "Hello all");
|
||
|
end
|