xGamers Posted August 22, 2016 Share Posted August 22, 2016 السلام عليكم ورحمة الله وبركاته كيفكم شباب اتمنى تكونوا بخير ان شالله اليوم شباب كنت مسوي لوحة دي اكس ( لوحة فيب ) وبرمجتها وكل شي بس مو عارف اخلها تفتح لرتبة معينه = ("VIP") اتمنى تفيديوني , واتمنى ما اكون طولت عليكم شكرا Link to comment
Mhmd.z Posted August 22, 2016 Share Posted August 22, 2016 استخدم isObjectInACLGroup triggerClientEvent Link to comment
Adham Posted August 22, 2016 Share Posted August 22, 2016 مثال لوحه عاديه .. تفتح من ف8 "wnd" لرتبه فيب بس -- function Wnd ( ) guiSetVisible ( GUIEditor.window[1],true ) showCursor ( true ) guiSetInputEnabled ( true ) end addEvent ( "True", true ) addEventHandler ( "Ture", root, Wnd ) addCommandHandler ( "wnd", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("VIP")) then triggerClientEvent ( p, "True", resourceRoot ) end end end ) Link to comment
فاّرس Posted August 22, 2016 Share Posted August 22, 2016 ؟ resourceRoot سطر 6 ليه مستخدم ^ Link to comment
#Al3aGraB<3 Posted August 23, 2016 Share Posted August 23, 2016 بس هو يبي متال على لوحة دي اكس Link to comment
xGamers Posted August 25, 2016 Author Share Posted August 25, 2016 مثال لوحه عاديه ..تفتح من ف8 "wnd" لرتبه فيب بس -- function Wnd ( ) guiSetVisible ( GUIEditor.window[1],true ) showCursor ( true ) guiSetInputEnabled ( true ) end addEvent ( "True", true ) addEventHandler ( "Ture", root, Wnd ) addCommandHandler ( "wnd", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("VIP")) then triggerClientEvent ( p, "True", resourceRoot ) end end end ) بس ذي لوحة عاديه تستخدم فيها guiSetVisible لكن انا ابى للوحه دي اكس انتوا مو فاهمنني !! Link to comment
N3xT Posted August 25, 2016 Share Posted August 25, 2016 القسم فيه مليون موضوع مثل طلبك، ليه ما تدور 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