onMove
Fired when a client moves.
Warning
It's not a good idea to do intensive tasks in onMove.
Think twice as to what you're throwing in here!
Usage
function onMove(Client: cl)
print(string.format("Client %s has moved!", cl:getname()))
end
Fired when a client moves.
Warning
It's not a good idea to do intensive tasks in onMove.
Think twice as to what you're throwing in here!
function onMove(Client: cl)
print(string.format("Client %s has moved!", cl:getname()))
end