mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Add onClientChatboxLayoutChange event

Open XJMLN opened this issue 1 year ago • 0 comments

Event: onClientChatboxLayoutChange Description: Triggered when the client changes any settings related to the chatbox layout.

Parameters: chatboxLayout: A table containing all CVars values related to the chatbox settings.

Usage Example:

addEventHandler("onClientChatboxLayoutChange", root,
    function(chatboxLayout)
          iprint(chatboxLayout)
    end
)

Resolves #696

XJMLN avatar Jun 09 '24 09:06 XJMLN