Jump to content

مساعدة #


F[5]aMh

Recommended Posts

56 minutes ago, NX_CI said:

X Wrong

 


guiSetVisible ( element guiElement, bool state )
_table = {}
table[0] = guiCreateWindow(...) -- اللوحة الاولي مع الرو الاول 
table[1] = guiCreateWindow(...) -- اللوحة الثانية مع الرو الثاني
-- window1 = اللوحة الاولى window2 = اللوحة الثانية
function ondoubleclick()
	local row,_=guiGridListGetSelectedItem(gridlist)
	if row~= -1 then
		guiSetVisible( _table[ row ] , true )		
	end
end
addEventHandler('onClientGUIDoubleClick',root,ondoubleclick)

                                                               R Right
        
                                                              ب بطة

 

Edited by KillerX
Link to comment
2 hours ago, KillerX said:

_table = {}
table[0] = guiCreateWindow(...) -- اللوحة الاولي مع الرو الاول 
table[1] = guiCreateWindow(...) -- اللوحة الثانية مع الرو الثاني
-- window1 = اللوحة الاولى window2 = اللوحة الثانية
function ondoubleclick()
	local row,_=guiGridListGetSelectedItem(gridlist)
	if row~= -1 then
		guiSetVisible( _table[ row ] , true )		
	end
end
addEventHandler('onClientGUIDoubleClick',root,ondoubleclick)

                                                               R Right
        
                                                              ب بطة

 

X Wrong

Link to comment
26 minutes ago, NX_CI said:

X Wrong

_table = {}
_table[0] = guiCreateWindow(...) -- اللوحة الاولي مع الرو الاول 
_table[1] = guiCreateWindow(...) -- اللوحة الثانية مع الرو الثاني
-- window1 = اللوحة الاولى window2 = اللوحة الثانية
function ondoubleclick()
	local row,_=guiGridListGetSelectedItem(gridlist)
	if row~= -1 then
		guiSetVisible( _table[ row ] , true )		
	end
end
addEventHandler('onClientGUIDoubleClick',root,ondoubleclick)

ت تفاحة

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