Send new scroll lines net event
This commit is contained in:
@@ -827,4 +827,10 @@ function playerFinishedSkinSelection(client, allowedSkinIndex) {
|
|||||||
triggerNetworkEvent("ag.skinSelect", client, false);
|
triggerNetworkEvent("ag.skinSelect", client, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ===========================================================================
|
||||||
|
|
||||||
|
function sendPlayerChatScrollLines(client, amount) {
|
||||||
|
triggerNetworkEvent("ag.chatScrollLines", client, amount);
|
||||||
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
Reference in New Issue
Block a user