Jump to content

طلب كود من المبرمجين


Recommended Posts

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

اخواني انا ابغى كود لوحة خاصة

مثلا واحد يبي ينتقل لي ينتقل من اللوحة او يبي يكلمني من اللوحة

وابغى اللوحة يجي فيها توزيع ساعات

واتمنى الطب يوصل :arrowup:

وشكرا

Link to comment

# بساعدكـ لأن الكود بسيط , اللوحة تفتح لسيريال محدد , .....

ZA7F = { 
["Your Serial"] = true, 
} 
  
local Key = "F2" 
local WindowName = Your Window  
  
bindKey(Key,"down",function ( ) 
        local PlayerSerial = getPlayerSerial(localPlayer) 
        if ( ZA7F[PlayerSerial] ) then   
            guiSetVisible( WindowName, not guiGetVisible ( WindowName ) ) ; 
            showCursor ( guiGetVisible ( WindowName ) ); 
        end; 
end ); 
Link to comment
# بساعدكـ لأن الكود بسيط , اللوحة تفتح لسيريال محدد , .....

ZA7F = { 
["Your Serial"] = true, 
} 
  
local Key = "F2" 
local WindowName = Your Window  
  
bindKey(Key,"down",function ( ) 
        local PlayerSerial = getPlayerSerial(localPlayer) 
        if ( ZA7F[PlayerSerial] ) then   
            guiSetVisible( WindowName, not guiGetVisible ( WindowName ) ) ; 
            showCursor ( guiGetVisible ( WindowName ) ); 
        end; 
end ); 

السطر 9 ..

local PlayerSerial = getPlayerSerial(localPlayer) 

Client Side :

string getPlayerSerial ( ) 

Link to comment
# بساعدكـ لأن الكود بسيط , اللوحة تفتح لسيريال محدد , .....

ZA7F = { 
["Your Serial"] = true, 
} 
  
local Key = "F2" 
local WindowName = Your Window  
  
bindKey(Key,"down",function ( ) 
        local PlayerSerial = getPlayerSerial(localPlayer) 
        if ( ZA7F[PlayerSerial] ) then   
            guiSetVisible( WindowName, not guiGetVisible ( WindowName ) ) ; 
            showCursor ( guiGetVisible ( WindowName ) ); 
        end; 
end ); 

السطر 9 ..

local PlayerSerial = getPlayerSerial(localPlayer) 

Client Side :

string getPlayerSerial ( ) 

# يب معاك حق , بس مهي مشكلة ولأكن نسيت .

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...