Jump to content

ما اشتغل


Recommended Posts

  On 31/07/2017 at 16:11, ` Allawi said:
addEventHandler ( "onClientGUIClick", settingroot, 
	function ( )
		if ( source == GUIEditor.button[2] ) then
			if ( isChatVisible ( ) == true ) then
				showChat ( false )
			else
				showChat ( true )
			end
		end
	end
)

 

Expand  

شكرا

طيب وهذا

وش مشكلته

addEventHandler("onClientGUIClick", settingroot,
	function()
		if source == GUIEditor.button[1] then
			executeCommandHandler("reconnect")
		end
	end
)

 

Link to comment
  On 31/07/2017 at 16:17, A7MEDENO said:

شكرا

طيب وهذا

وش مشكلته


addEventHandler("onClientGUIClick", settingroot,
	function()
		if source == GUIEditor.button[1] then
			executeCommandHandler("reconnect")
		end
	end
)

 

Expand  

عفواً

الكود سليم ممكن تكون المشكلة من كود آخر

تاكد من أكوادك

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