تفضل مثال للكلينت
MainWindow = guiCreateWindow(10, (screenH - 325) / 2, 240, 325, "[ Skin Shop ]", false)
guiSetVisible(MainWindow, false);
function showSkinShopPanel( bool )
if guiGetVisible(MainWindow) ~= bool then
guiSetVisible(MainWindow ,bool);
showCursor(bool);
end
end
طبعاً سويت الفنكشن الي يفتح النافذه اسمه showSkinShopPanel
نسويله اكسبورت من الميتا
function="showSkinShopPanel" type="client"/>
الحين لما نبي نفتح هذي النافذه من مود ثاني نسويله اكسبورت من المود الثاني
exports["اسم المود الي تبي تتصل بيه"]:showSkinShopPanel( true )
ان شاء الله تكون فهمت