Abdo Nour Posted June 14, 2019 Share Posted June 14, 2019 (edited) السلام عليكم ورحمة الله وبركاتهه ء فيه كود حطيته صح وكل شيء بس مايبي يضبط معي هو loadBrowserURL سويت لوحة وحطيت فيها الكود ذا local RulesW = guiCreateBrowser وبعدين جيت حطيت كذا local theRulesW = guiGetBrowser( RulesW ) وبعدين addEventHandler( "onClientBrowserCreated", theRulesW, function( ) loadBrowserURL(source, "https://google.com") end ) بس يوم اجي افتح اللوحة مابيظهر لي متصفح الرابط ولا شيء Client Side : local screenW, screenH = guiGetScreenSize() wndd.Rules = guiCreateWindow((screenW - 702) / 2, (screenH - 497) / 2, 702, 497, "", false) guiSetVisible(wndd.Rules, false) guiWindowSetSizable(wndd.Rules, false) guiSetAlpha(wndd.Rules, 0.90) guiSetProperty(wndd.Rules, "CaptionColour", "FFFFA800") local RulesW = guiCreateBrowser( (702 - 660) / 2, (497 - 380) / 2, 660, 380, false, false, false, wndd.Rules ) local theRulesW = guiGetBrowser( RulesW ) addEventHandler( "onClientBrowserCreated", theRulesW, function( ) loadBrowserURL(source, "https://google.com") end ) وش المشكلة؟ Edited June 14, 2019 by Abdo Nour Link to comment
#\_oskar_/# Posted June 14, 2019 Share Posted June 14, 2019 حط ب اول سطر wndd = {} وجرب Link to comment
Abdo Nour Posted June 15, 2019 Author Share Posted June 15, 2019 11 hours ago, #\_oskar_/# said: حط ب اول سطر wndd = {} وجرب اخوي كل شيء محطوط بس انا جبت الاكواد المهمة بس , لكن فى الملف الاصلي محطوط كل شيء حق اللوحة Link to comment
+Source|> Posted June 15, 2019 Share Posted June 15, 2019 22 minutes ago, Abdo Nour said: اخوي كل شيء محطوط بس انا جبت الاكواد المهمة بس , لكن فى الملف الاصلي محطوط كل شيء حق اللوحة طيب جرب هذا local screenW, screenH = guiGetScreenSize() wndd.Rules = guiCreateWindow((screenW - 702) / 2, (screenH - 497) / 2, 702, 497, "", false) guiSetVisible(wndd.Rules, false) guiWindowSetSizable(wndd.Rules, false) guiSetAlpha(wndd.Rules, 0.90) guiSetProperty(wndd.Rules, "CaptionColour", "FFFFA800") local RulesW = guiCreateBrowser( (702 - 660) / 2, (497 - 380) / 2, 660, 380, false, false, false, wndd.Rules ) local theRulesW = guiGetBrowser( RulesW ) addEventHandler( "onClientBrowserCreated", theRulesW, function( ) loadBrowserURL(localPlayer, "https://google.com") end ) Link to comment
Guest Posted June 15, 2019 Share Posted June 15, 2019 1 minute ago, +Source|> said: loadBrowserURL(localPlayer, "https://google.com") ليه لوكال بلاير ؟ Link to comment
+Source|> Posted June 15, 2019 Share Posted June 15, 2019 3 minutes ago, DABL said: ليه لوكال بلاير ؟ لانه في الكلنت سايد Link to comment
#BrosS Posted June 15, 2019 Share Posted June 15, 2019 45 minutes ago, +Source|> said: لانه في الكلنت سايد الوظيفة ماعندها بارامتر اللاعب . . إستعمل RequestBrowserDomains 3 Link to comment
Abdo Nour Posted June 15, 2019 Author Share Posted June 15, 2019 تم حل المشكلة # مشكوور شباب Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now