diff --git a/scripts/server/client.js b/scripts/server/client.js index ec6f445d..e9a82e01 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -827,4 +827,10 @@ function playerFinishedSkinSelection(client, allowedSkinIndex) { triggerNetworkEvent("ag.skinSelect", client, false); } +// =========================================================================== + +function sendPlayerChatScrollLines(client, amount) { + triggerNetworkEvent("ag.chatScrollLines", client, amount); +} + // =========================================================================== \ No newline at end of file