preHandshakeDone
Fires before sending the handshake packet to client.
Note
This event is used to overwrite the sent server name or motd.
Usage
function preHandshakeDone(Client: cl, string: name, string: motd)
return name, motd
end
Fires before sending the handshake packet to client.
Note
This event is used to overwrite the sent server name or motd.
function preHandshakeDone(Client: cl, string: name, string: motd)
return name, motd
end