Send new scroll lines net event

This commit is contained in:
Vortrex
2021-03-27 06:02:48 -05:00
parent 201af1f202
commit 41f6b50667

View File

@@ -827,4 +827,10 @@ function playerFinishedSkinSelection(client, allowedSkinIndex) {
triggerNetworkEvent("ag.skinSelect", client, false);
}
// ===========================================================================
function sendPlayerChatScrollLines(client, amount) {
triggerNetworkEvent("ag.chatScrollLines", client, amount);
}
// ===========================================================================