Jump to content

طلب كود لوحه تفتح بسريال


Recommended Posts

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

الطلب واضح من العنوان

بس ابي اللوحه تفتح من حرف مو من كوماند او امر باف8

لا ازرار

Link to comment

اذا كنت تبي تحط اكثر من سريال

  
local Serial = {  
" Your Serial" ,  حط هنا سريالك 
} 
bindKey ( "x", "down", function ( )   
for _,v in ipairs( Serial ) do 
if (getPlayerSerial() == v ) then 
guiSetVisible (window ,not guiGetVisible (window) ) 
showCursor ( guiGetVisible (window) )    
end 
end 
end 
) 

Edited by Guest
Link to comment
local Serial = { 
    ["Your Serial"] = true, 
    ["Your Serial"] = true, 
    ["Your Serial"] = true 
} 
  
bindKey("x", "down", 
function()   
    if Serial[getPlayerSerial()] then 
        guiSetVisible(window, not guiGetVisible(window)) 
        showCursor(guiGetVisible(window))   
    end 
end) 

Link to comment
كود الي فوق تابل يسوي لوب

وكود تابل مايسوي لوب

اللوب له تأثير اقوا على الس بي يو غالباً

بالضبط والرام كذلك

ولو تبي معلومات اكثر فك مود resourcebrowser

Link to comment
كود الي فوق تابل يسوي لوب

وكود تابل مايسوي لوب

اللوب له تأثير اقوا على الس بي يو غالباً

كود الي فوق تابل يسوي لوب

وكود تابل مايسوي لوب

اللوب له تأثير اقوا على الس بي يو غالباً

بالضبط والرام كذلك

ولو تبي معلومات اكثر فك مود resourcebrowser

اها شكرآ

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