Quited Posted April 29, 2013 Share Posted April 29, 2013 ي جماعه اخذت كود من https://bugs.multitheftauto.com/view.php?id=7584 You can do this by script!onClientPlayerDamage + some weapon check + setElementVelocity x, y, z to 0 and/or playing some animation. http://pastebin.com/Z2rT1czh [^] الكود خليته كلنت الكود : local aWeapons = { 25, 34,24 -- Edit this }; addEventHandler ( 'onClientPlayerDamage', root, function( pAttacker, iWeaponID ) if pAttacker and pAttacker ~= localPlayer then for i, v in ipairs( aWeapons ) do if v == iWeaponID then setElementVelocity ( localPlayer, 0, 0, 0 ); end end end end Link to comment
PaiN^ Posted April 29, 2013 Share Posted April 29, 2013 الكود ماني شايف فيه خطأ, بس وش بتسوي فيه بالضبط ؟ Link to comment
Quited Posted April 29, 2013 Author Share Posted April 29, 2013 مثلا انا طلقت عليك بالديقل والشوزن والسنايبر انت تتثبت يعني توقف وتتحرك زي قراند العادي يعني يحس بالطلقة ويمشي فيديو للتوضيح Link to comment
PaiN^ Posted April 29, 2013 Share Posted April 29, 2013 ! مأ أعتقد إن راح يتأثر بهذا الكود, بس بيوقف Link to comment
Quited Posted April 29, 2013 Author Share Posted April 29, 2013 ! مأ أعتقد إن راح يتأثر بهذا الكود, بس بيوقف طيب هو مسوي موضوع بق بال ام تي اي واحد من الاعضاء عطاه الكود موضوع البق بأول الموضوع وهو اللي انا اقصده & Link to comment
PaiN^ Posted April 29, 2013 Share Posted April 29, 2013 والله مدري جرب الكود وشوف وش يصير معاك Link to comment
PaiN^ Posted April 29, 2013 Share Posted April 29, 2013 كنت حاس و الله ذذ تسوي أنيميشين setElementVelocity طيب جرب بدل دور في الأنيميشينس تلاقي وحدة ممكن ذذ Link to comment
Quited Posted April 29, 2013 Author Share Posted April 29, 2013 ذا ماهو انيميشن ماهو حركات ركز بالمقطع Link to comment
فاّرس Posted April 29, 2013 Share Posted April 29, 2013 (edited) يعني انت تبية اذا ضربت لاعب يوقف ما يتحرك؟ الكود ماني شايف فيه خطأ, بس وش بتسوي فيه بالضبط ؟ ما لاحظت ان قوسس الايفنت ناقصصَ + ما اتوقع يضبط, لكن جرب كذآ local aWeapons = { {25}, {34}, {24} } addEventHandler ( 'onClientPlayerDamage', root, function(attacker, weapon ) if attacker and attacker ~= localPlayer then for i, v in ipairs( #aWeapons ) do if v == weapon then setElementVelocity ( localPlayer, 0, 0, 0 ); end end end end ) Edited April 29, 2013 by Guest Link to comment
PaiN^ Posted April 29, 2013 Share Posted April 29, 2013 والله صاحي من 13 ساعة ونص ذذ بالقوة شايف ذذ Link to comment
فاّرس Posted April 29, 2013 Share Posted April 29, 2013 والله صاحي من 13 ساعة ونص ذذ بالقوة شايف ذذ صصار لي مرةة مثلككَ, وجآء تخبيص بالاكوادَ Link to comment
TAPL Posted April 29, 2013 Share Posted April 29, 2013 https://code.google.com/p/mtasa-blue/source/detail?r=5325 لا تتعب نفسك و تسوي كود^^ حاطه ذا كود كـ بداية للفكره Kenix و الكود الي بتحتاج أنميشن + الأفضل تسويه سيرفر و بتحتاج أضافات بالكود يعني مو كل طلقة توقف اللاعب Link to comment
Quited Posted April 30, 2013 Author Share Posted April 30, 2013 طيب CCW قال بيحطه في الغلتش Glitch لكن في اصدار 1.3.2 ? فيه طريقة ثانية ؟ Link to comment
PaiN^ Posted April 30, 2013 Share Posted April 30, 2013 ما أعتقد + MTA مو من SAMP المقطع من لعبة Link to comment
Quited Posted April 30, 2013 Author Share Posted April 30, 2013 ما أعتقد+ MTA مو من SAMP المقطع من لعبة هو جاب فرق بين mta و SAMP 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