Jump to content

مساعده


Recommended Posts

Posted
1 minute ago, iSULTAN said:

شو الخطا هنا بالكود؟

م يسوي unbind

unbindKey ( player, "j", "down", "j" )

unbindKey ( player, "j", "down" )

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

Posted
17 minutes ago, Abdul KariM said:

ايش تبي تسوي بالضبط ؟

اول م يخش الكول شوب م يقدر يفتح النفاثه 

Posted

م يبي يشتغل وم في دي بق

addEventHandler ( "onClientKey", root,
	function ( button, press ) 
		if button == "j" then
			if isElementWithinColShape ( source, ColShape ) then
				cancelEvent ( )
			end
		end
	end
  )

 

Posted
	addEventHandler ( "onClientKey", root,
	function ( button, press ) 
		if press and button == "j" then
			if isElementWithinColShape ( localPlayer , ColShape ) then
				cancelEvent ( )
			end
		end
	end
  )

وتأكد من الكول شيب

Posted

ارسل الكول شيب بترايقر للكلينت وخلي له متغير مستقل او حط للاعب داتا اذا دخل الكول شيب واذا طلع من الكول شيب تشيلها

كلا الطريقتين فعالة

Posted
50 minutes ago, Abdul KariM said:

ارسل الكول شيب بترايقر للكلينت وخلي له متغير مستقل او حط للاعب داتا اذا دخل الكول شيب واذا طلع من الكول شيب تشيلها

كلا الطريقتين فعالة

مايقدر يستعمل

"onColShapeHit"
"onColShapeLeave"
bindKey
unbindKey

?

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