Maksoud Posted June 27, 2016 Share Posted June 27, 2016 السلام عليكم و رحمة الله و بركاته لو سمحتم بغيت كود يخلى اللوحة تفتح لعدد من السريالات يعنى اسوى تبل محطوط فيه سريالات يخلى اللوحة تفتح لاصحاب السريالات هذه Link to comment
Adham Posted June 27, 2016 Share Posted June 27, 2016 local player = getLocalPlayer() function OpenWnd () if getPlayerSerial(player) == "Serial1" or getPlayerSerial(player) == "Serial2" or getPlayerSerial(player) == "Serial3" then if (guiGetVisible (wnd2) == true) then guiSetVisible (wnd2, false) showCursor (false) else guiSetVisible (wnd2, true) showCursor (true) end else outputChatBox("#ff0000Error: #ffffffYou are not have access to open this panel !!",0,255,255,true) end end addCommandHandler ( "open", OpenWnd ) Link to comment
a7zan Posted June 27, 2016 Share Posted June 27, 2016 local player = getLocalPlayer() function OpenWnd () if getPlayerSerial(player) == "Serial1" or getPlayerSerial(player) == "Serial2" or getPlayerSerial(player) == "Serial3" then if (guiGetVisible (wnd2) == true) then guiSetVisible (wnd2, false) showCursor (false) else guiSetVisible (wnd2, true) showCursor (true) end else outputChatBox("#ff0000Error: #ffffffYou are not have access to open this panel !!",0,255,255,true) end end addCommandHandler ( "open", OpenWnd ) getPlayerSerial Server-only function Note: The client side version of getPlayerSerial has been deprecated as it can return the wrong value for some players, and is potentially insecure. The following article assumes that the function is serverside only. Link to comment
Mr.CoR Posted June 27, 2016 Share Posted June 27, 2016 يرجى تعديل عنوان موضوعك الرجاء الإلتزام ، ولاتشوه صورة القسم https://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 Link to comment
N3xT Posted June 27, 2016 Share Posted June 27, 2016 @ لعبة قيت بلاير سيريال بجانب الكلنت ماله أرقمنت ذا أولاً ، ثانياً ممكن يجيب لك تحققات خاطئة Link to comment
!#NssoR_) Posted June 27, 2016 Share Posted June 27, 2016 @ لعبة قيت بلاير سيريال بجانب الكلنت ماله أرقمنت ذا أولاً ، ثانياً ممكن يجيب لك تحققات خاطئة لما يشوفونك تتكلم محد يعبرك بس لما يجيهم الخطأ ويتوهقوون يجوونك Link to comment
N3xT Posted June 27, 2016 Share Posted June 27, 2016 @ لعبة قيت بلاير سيريال بجانب الكلنت ماله أرقمنت ذا أولاً ، ثانياً ممكن يجيب لك تحققات خاطئة لما يشوفونك تتكلم محد يعبرك بس لما يجيهم الخطأ ويتوهقوون يجوونك + 99999999 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