AR/isChatVisible
From Multi Theft Auto: Wiki
FROM VERSION 1.4 ONWARDS
هذه الوظيفة تستخدم للتحقق ان الشات ظاهر.
ملاحظة : تعمل في اصدار 1.4 فقط
Syntax
bool isChatVisible ( )
Returns
Returns true if the chat is visible, false otherwise.
Example
addCommandHandler("sc", function () showChat(not isChatVisible()) end)