Jump to content

خطا؟


Recommended Posts

الصسلاممم وعليكم ممم

وينه خطأ شباب ؟

local Bl = " *** " 
local ab = " *** " 
local ab = " *** " 
  
if serial ~= ab or serial ~= ab or serial ~= Bl then         
    guiSetEnabled ( Bu1, false ) 
    guiSetEnabled ( Bu2, false ) 
    guiSetEnabled ( Bu3, false )             
end 

مافي شيء في ديبوق

Link to comment
ذذ كود انا يوم يكون سريالي معا سريلات يفتح لي زر

بس انا مفتح لي :cry:

قصدك تبي تقفل الزر واذا كان السيريال سيريالك يفتحه لك ؟

  
addEventHandler ( "onClientResourceStart",resourceRoot, 
function ( player ) 
guiSetEnabled ( Bu1, false ) 
guiSetEnabled ( Bu2, false ) 
guiSetEnabled ( Bu3, false )     
if  getPlayerSerial( player) == "Serial" then 
guiSetEnabled ( Bu1, true) 
guiSetEnabled ( Bu2, true) 
guiSetEnabled ( Bu3, true)   
    end 
end 
) 
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...