Jump to content

وش الخطاأ


Recommended Posts

وش الخطأ هون

addEvent("jump",true) 
function(
setWorldSpecialPropertyEnabled ( "extrajump", false )
end )

مع العلم اني بسويلة ترايقر من السيرفر للكلنت

وبسوي بصير هيك لما يضغط علي زر

Link to comment
addEventHandler('onClientGUIClick', root, 
	
	function ( ) 
		if source == btn.shop then
			guiSetVisible( wnd1, false )
			showCursor(false)
			executeCommandHandler("samshop511106")

		end
	end
)

معلش استحملني شوي

الحين لما اضغط يفتح نافذة من مود ثاني كلة تمام

ابي لو يضغط تاني يقفلها تاني وشككرا

N3xT

اي مساعدة؟

Link to comment
1 minute ago, SAM!! said:

addCommandHandler('samshop511106', 
function() 
guiSetVisible(GUIEditor.window[1],true) 
showCursor( true ) 
   end 
) 

N3xT

الكومند اللي في السيرفر 

executeCommandHanlder

 حطها بالسيرفر

 

ولو الكلنت حطها بالكلنت

Link to comment
addCommandHandler('samshop511106', 
	function ( )
		local gui = guiGetVisible ( GUIEditor.window[1] )
		if ( gui == false ) then
			guiSetVisible(GUIEditor.window[1],true) 
			showCursor( true ) 
		else
			guiSetVisible(GUIEditor.window[1],false) 
			showCursor( false ) 		
		end
   end 
) 

 

  • Thanks 1
Link to comment
Just now, #,+( _xiRoc[K]; > said:

@N3xT

كنت تقدر تختصر كذا :


addCommandHandler('samshop511106', function()
    local visible = not guiGetVisible(GUIEditor.window[1])
    guiSetVisible(GUIEditor.window[1], visible)
    showCursor(visible)
end);

 

بالنهاية النتيجة وحدة, كودي أوضح له عشان يفهم الفكرة

  • Like 1
  • Thanks 1
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...