rpg-x2/RPG-X2 Lua Documentation/oldfiles/beta844ff/examples/HelloWorldClientAll.lua

5 lines
156 B
Lua
Raw Permalink Normal View History

2011-06-01 12:20:56 +00:00
function HelloWorld(ent, other, activator)
game.ClientPrint(-1, "Hello all");
game.CenterPrint(-1, "Hello all");
game.MessagePrint(-1, "Hello all");
end