iSULTAN Posted August 17, 2018 Posted August 17, 2018 شو الخطا هنا بالكود؟ م يسوي unbind unbindKey ( player, "j", "down", "j" )
+Source|> Posted August 17, 2018 Posted August 17, 2018 1 minute ago, iSULTAN said: شو الخطا هنا بالكود؟ م يسوي unbind unbindKey ( player, "j", "down", "j" ) unbindKey ( player, "j", "down" ) تاكد انه بملف سيرفر سايد
+Source|> Posted August 17, 2018 Posted August 17, 2018 1 minute ago, iSULTAN said: م اشتغل, يجيني انه ناقص ارقمنت قاضي اطرح اكوادك
[T]|O|[P]George Posted August 17, 2018 Posted August 17, 2018 4 minutes ago, +Source|> said: unbindKey ( player, "j", "down" ) تاكد انه بملف سيرفر سايد معرف اللاعب ؟
+Source|> Posted August 17, 2018 Posted August 17, 2018 3 minutes ago, [T]|O|[P]George said: معرف اللاعب ؟ تفضل واسأله هو ض2
[T]|O|[P]George Posted August 17, 2018 Posted August 17, 2018 14 minutes ago, +Source|> said: تفضل واسأله هو ض2 اتكلم من جوال و يجي هو بيشوف ماهي مشكلة
iSULTAN Posted August 17, 2018 Author Posted August 17, 2018 46 minutes ago, [T]|O|[P]George said: معرف اللاعب ؟ يب
^iiEcoo'x_) Posted August 17, 2018 Posted August 17, 2018 الفنكشن نآقص ^ unbindKey ( player , 'j' , 'down' , functionName )
Abdul KariM Posted August 17, 2018 Posted August 17, 2018 Just now, #_iMr,[E]coo said: الفنكشن نآقص ^ unbindKey ( player , 'j' , 'down' , functionName ) لا موب ناقص الفنكشن له تركيبين bool unbindKey ( player thePlayer, string key, string keyState, string command ) bool unbindKey ( player thePlayer, string key [, string keyState, function handler ] )
iSULTAN Posted August 17, 2018 Author Posted August 17, 2018 17 minutes ago, Abdul KariM said: ايش تبي تسوي بالضبط ؟ اول م يخش الكول شوب م يقدر يفتح النفاثه
Abdul KariM Posted August 17, 2018 Posted August 17, 2018 "onClientKey" isElementWithinColShape cancelEvent
iSULTAN Posted August 17, 2018 Author Posted August 17, 2018 م يبي يشتغل وم في دي بق addEventHandler ( "onClientKey", root, function ( button, press ) if button == "j" then if isElementWithinColShape ( source, ColShape ) then cancelEvent ( ) end end end )
Abdul KariM Posted August 17, 2018 Posted August 17, 2018 addEventHandler ( "onClientKey", root, function ( button, press ) if press and button == "j" then if isElementWithinColShape ( localPlayer , ColShape ) then cancelEvent ( ) end end end ) وتأكد من الكول شيب
Abdul KariM Posted August 17, 2018 Posted August 17, 2018 ارسل الكول شيب بترايقر للكلينت وخلي له متغير مستقل او حط للاعب داتا اذا دخل الكول شيب واذا طلع من الكول شيب تشيلها كلا الطريقتين فعالة
#BrosS Posted August 17, 2018 Posted August 17, 2018 50 minutes ago, Abdul KariM said: ارسل الكول شيب بترايقر للكلينت وخلي له متغير مستقل او حط للاعب داتا اذا دخل الكول شيب واذا طلع من الكول شيب تشيلها كلا الطريقتين فعالة مايقدر يستعمل "onColShapeHit" "onColShapeLeave" bindKey unbindKey ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now