Mr.CoR Posted June 10, 2016 Share Posted June 10, 2016 شوف بعطيك طريقه اسهل من الداتا اذا انت مسوي ماب ديربي واحد او مابين سوي عليهم كول شيب وسوي اي واحد يوم يخش داخل الكول شيب مايقدر يستخدم الازرار الي محددها انت ولما يطلع تنفك له الازرار ويرجع الوضع عادي Link to comment
iMr.SFA7 Posted June 10, 2016 Share Posted June 10, 2016 addEventHandler( 'onClientKey', root, function (button , prees) if button == 'F1' or button == 'F3' or button == 'b' and prees and getElementDimension(localPlayer) == 30 then cancelEvent() end end) تأكد من رقـم العـالم الوهمـي Link to comment
iMr.SFA7 Posted June 10, 2016 Share Posted June 10, 2016 buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then cancelEvent() end end end) Link to comment
SaedAmer Posted June 10, 2016 Author Share Posted June 10, 2016 تمام عاوز الي يموت بالديربي لما يجي يصحا يصحا عند باب الديربي Link to comment
#|_oskar_|# Posted June 10, 2016 Share Posted June 10, 2016 سوي اذا دخل الديربي يحط له داتا وبعدين تسوي تحقق اذا معه الداتا يرسبنه عند باب الديربي وفي طريقه ثانيه وهي التيم اذا دخل الديربي يدخله تيم ويرسبن عند الديربي Link to comment
Mr.CoR Posted June 11, 2016 Share Posted June 11, 2016 شي طبيعي ما بتفهم لان كل شغلك اكواد جاهزه العموم بدال لا تستخدم الداتا كثير سوي كول شيب عند ماب الديربي ، ولما يموت وهو داخل المنطقه ترسبنه عند مدخل الديربي 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