rpg-x2/RPG-X2 Lua Documentation/examples/HelloWorldClientAll.lua
2011-06-01 14:20:56 +02:00

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