Jump to content

[ طلب كود لوحة دي اكس تفتح لرتبة ]


Recommended Posts

السلام عليكم ورحمة الله وبركاته

كيفكم شباب

اتمنى تكونوا بخير ان شالله

اليوم شباب كنت مسوي لوحة دي اكس ( لوحة فيب ) وبرمجتها وكل شي

بس مو عارف اخلها تفتح لرتبة معينه = ("VIP")

اتمنى تفيديوني , واتمنى ما اكون طولت عليكم

شكرا :D

Link to comment

مثال لوحه عاديه ..

تفتح من ف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
مثال لوحه عاديه ..

تفتح من ف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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...