iSULTAN Posted August 17, 2018 Share Posted August 17, 2018 شو الخطا هنا بالكود؟ م يسوي unbind unbindKey ( player, "j", "down", "j" ) Link to comment
+Source|> Posted August 17, 2018 Share Posted August 17, 2018 1 minute ago, iSULTAN said: شو الخطا هنا بالكود؟ م يسوي unbind unbindKey ( player, "j", "down", "j" ) unbindKey ( player, "j", "down" ) تاكد انه بملف سيرفر سايد Link to comment
iSULTAN Posted August 17, 2018 Author Share Posted August 17, 2018 م اشتغل, يجيني انه ناقص ارقمنت قاضي Link to comment
+Source|> Posted August 17, 2018 Share Posted August 17, 2018 1 minute ago, iSULTAN said: م اشتغل, يجيني انه ناقص ارقمنت قاضي اطرح اكوادك Link to comment
[T]|O|[P]George Posted August 17, 2018 Share Posted August 17, 2018 4 minutes ago, +Source|> said: unbindKey ( player, "j", "down" ) تاكد انه بملف سيرفر سايد معرف اللاعب ؟ Link to comment
+Source|> Posted August 17, 2018 Share Posted August 17, 2018 3 minutes ago, [T]|O|[P]George said: معرف اللاعب ؟ تفضل واسأله هو ض2 Link to comment
[T]|O|[P]George Posted August 17, 2018 Share Posted August 17, 2018 14 minutes ago, +Source|> said: تفضل واسأله هو ض2 اتكلم من جوال و يجي هو بيشوف ماهي مشكلة Link to comment
iSULTAN Posted August 17, 2018 Author Share Posted August 17, 2018 46 minutes ago, [T]|O|[P]George said: معرف اللاعب ؟ يب Link to comment
Abdul KariM Posted August 17, 2018 Share Posted August 17, 2018 ايش تبي تسوي بالضبط ؟ Link to comment
^iiEcoo'x_) Posted August 17, 2018 Share Posted August 17, 2018 الفنكشن نآقص ^ unbindKey ( player , 'j' , 'down' , functionName ) Link to comment
Abdul KariM Posted August 17, 2018 Share 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 ] ) Link to comment
iSULTAN Posted August 17, 2018 Author Share Posted August 17, 2018 17 minutes ago, Abdul KariM said: ايش تبي تسوي بالضبط ؟ اول م يخش الكول شوب م يقدر يفتح النفاثه Link to comment
Abdul KariM Posted August 17, 2018 Share Posted August 17, 2018 "onClientKey" isElementWithinColShape cancelEvent Link to comment
iSULTAN Posted August 17, 2018 Author Share Posted August 17, 2018 م يبي يشتغل وم في دي بق addEventHandler ( "onClientKey", root, function ( button, press ) if button == "j" then if isElementWithinColShape ( source, ColShape ) then cancelEvent ( ) end end end ) Link to comment
Abdul KariM Posted August 17, 2018 Share 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 ) وتأكد من الكول شيب Link to comment
iSULTAN Posted August 17, 2018 Author Share Posted August 17, 2018 المشكله الكول شوب في ملف سيرفر Link to comment
Abdul KariM Posted August 17, 2018 Share Posted August 17, 2018 ارسل الكول شيب بترايقر للكلينت وخلي له متغير مستقل او حط للاعب داتا اذا دخل الكول شيب واذا طلع من الكول شيب تشيلها كلا الطريقتين فعالة Link to comment
#BrosS Posted August 17, 2018 Share Posted August 17, 2018 50 minutes ago, Abdul KariM said: ارسل الكول شيب بترايقر للكلينت وخلي له متغير مستقل او حط للاعب داتا اذا دخل الكول شيب واذا طلع من الكول شيب تشيلها كلا الطريقتين فعالة مايقدر يستعمل "onColShapeHit" "onColShapeLeave" bindKey unbindKey ? Link to comment
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