KillerX Posted October 6, 2018 Share Posted October 6, 2018 السلام عليكم ورحمه الله وبركاتة اليوم صادفتني مشكلة غريبة وهي لما استخدم الكود getWeaponProperty 16 : الايدي حقوا | grenade : مع سلاح القنبلة اللي هو اسموا علطول النتيجة تطلع فولس addCommandHandler( '1' , function( ped ) outputChatBox( getWeaponProperty( 16 , 'poor' , 'skill_level' ) ) end ) ياريت اي حد لو عندوا معلومة او كيفية تصليح الكود يفيدني ومتشكر جدا | مع السلامة =) Link to comment
Master_MTA Posted October 6, 2018 Share Posted October 6, 2018 2 hours ago, KillerX said: سلاح جرب تبدل الايدي بسترنج باسم السلاح sniper Link to comment
KillerX Posted October 6, 2018 Author Share Posted October 6, 2018 12 minutes ago, Master_MTA said: جرب تبدل الايدي بسترنج باسم السلاح sniper grenade : جربت واستخدمت الاسم بس ما ظبط :\ Link to comment
^iiEcoo'x_) Posted October 6, 2018 Share Posted October 6, 2018 setElementProperty - bool: Returns false if the weapon property was unable to be set Link to comment
KillerX Posted October 6, 2018 Author Share Posted October 6, 2018 19 minutes ago, #_iMr,[E]coo said: setElementProperty وش ؟؟؟؟ Link to comment
Master_MTA Posted October 6, 2018 Share Posted October 6, 2018 26 minutes ago, KillerX said: وش ؟؟؟؟ grenade مالها سكل لفل تقريبا Link to comment
Ram, Posted October 7, 2018 Share Posted October 7, 2018 القنبلة مالها سكل لفل زي ماقال ماستر وتقدر تتأكد من هذا الرابط https://wiki.multitheftauto.com/wiki/Weapon_skill_levels Link to comment
KillerX Posted October 7, 2018 Author Share Posted October 7, 2018 (edited) 1 hour ago, #Ram said: القنبلة مالها سكل لفل زي ماقال ماستر وتقدر تتأكد من هذا الرابط https://wiki.multitheftauto.com/wiki/Weapon_skill_levels مب السكل لفل فقط في اشياء كثير اخري مثل weapon_slot Edited October 7, 2018 by KillerX Link to comment
^iiEcoo'x_) Posted October 7, 2018 Share Posted October 7, 2018 1 hour ago, #Ram said: القنبلة مالها سكل لفل زي ماقال ماستر وتقدر تتأكد من هذا الرابط https://wiki.multitheftauto.com/wiki/Weapon_skill_levels وانا وش قلت له ؟ Link to comment
Ram, Posted October 7, 2018 Share Posted October 7, 2018 (edited) Just now, #_iMr,[E]coo said: وانا وش قلت له ؟ مافي فنكشن بإسم :- setElementProperty Just now, KillerX said: مب السكل لفل فقط في اشياء كثير اخري مثل weapon_slot إطرح أكوادك حقت الـ weapon_slot +https://wiki.multitheftauto.com/wiki/Weapons رابط لـ السلوتس Edited October 7, 2018 by #Ram Link to comment
^iiEcoo'x_) Posted October 7, 2018 Share Posted October 7, 2018 قصدي setWeaponProperty Link to comment
KillerX Posted October 7, 2018 Author Share Posted October 7, 2018 9 minutes ago, #Ram said: إطرح أكوادك حقت الـ addCommandHandler( '1', function( player ) outputChatBox( 'Slot : ' .. tostring( getWeaponProperty( 16 , 'pro' , 'weapon_slot' ) ) ) outputChatBox( 'Slot : ' .. tostring( getWeaponProperty( 16 , 'std' , 'weapon_slot' ) ) ) outputChatBox( 'Slot : ' .. tostring( getWeaponProperty( 16 , 'poor' , 'weapon_slot' ) ) ) end ) or addCommandHandler( '1', function( player ) outputChatBox( 'model : ' .. tostring( getWeaponProperty( 16 , 'poor' , 'model' ) ) ) outputChatBox( 'model : ' .. tostring( getWeaponProperty( 16 , 'std' , 'model' ) ) ) outputChatBox( 'model : ' .. tostring( getWeaponProperty( 16 , 'pro' , 'model' ) ) ) end ) Link to comment
Ram, Posted October 7, 2018 Share Posted October 7, 2018 Just now, KillerX said: addCommandHandler( '1', function( player ) outputChatBox( 'Slot : ' .. tostring( getWeaponProperty( 16 , 'pro' , 'weapon_slot' ) ) ) outputChatBox( 'Slot : ' .. tostring( getWeaponProperty( 16 , 'std' , 'weapon_slot' ) ) ) outputChatBox( 'Slot : ' .. tostring( getWeaponProperty( 16 , 'poor' , 'weapon_slot' ) ) ) end ) or addCommandHandler( '1', function( player ) outputChatBox( 'model : ' .. tostring( getWeaponProperty( 16 , 'poor' , 'model' ) ) ) outputChatBox( 'model : ' .. tostring( getWeaponProperty( 16 , 'std' , 'model' ) ) ) outputChatBox( 'model : ' .. tostring( getWeaponProperty( 16 , 'pro' , 'model' ) ) ) end ) تأكد إن اللاعب معه السلاح .. + انت هنا تحاول تجيب مودل السلاح والسلوت حقته يعني ؟؟؟ ولو تقدر تطرح ايش تبي تسوي وايش مقصدك يمكن نقدر نسويها لك بطريقة ثانية , هذا الفنكشن :https://wiki.multitheftauto.com/wiki/GetPedWeaponSlot يجلب لك السلوت حقت السلاح الي انت ماسكه دحين .. Link to comment
KillerX Posted October 7, 2018 Author Share Posted October 7, 2018 4 minutes ago, #Ram said: تأكد إن اللاعب معه السلاح .. + انت هنا تحاول تجيب مودل السلاح والسلوت حقته يعني ؟؟؟ ولو تقدر تطرح ايش تبي تسوي وايش مقصدك يمكن نقدر نسويها لك بطريقة ثانية , هذا الفنكشن :https://wiki.multitheftauto.com/wiki/GetPedWeaponSlot يجلب لك السلوت حقت السلاح الي انت ماسكه دحين .. قصدي هنا مو السلوت قصدي ان الفنكشن مع القنبلة في الاغلب يرجع فولس Link to comment
Ram, Posted October 7, 2018 Share Posted October 7, 2018 Just now, KillerX said: قصدي هنا مو السلوت قصدي ان الفنكشن مع القنبلة في الاغلب يرجع فولس القنبلة في بروبارتيز ماتحصلها فيها .. مو كل الاسلحة فيها , إبحث بالويكي تعرف إيش الي فيه وإيش إلي مافيه .. أم تي إي مافي شيء مستحيل بالبرمجة فيها , كل شيء تبيه تقدر تسويه لكن القنبلة مو مبرمجه ببروبارتيز معينة , تكون عادةً مالها لزوم .. Link to comment
KillerX Posted October 7, 2018 Author Share Posted October 7, 2018 5 minutes ago, #Ram said: القنبلة في بروبارتيز ماتحصلها فيها .. مو كل الاسلحة فيها , إبحث بالويكي تعرف إيش الي فيه وإيش إلي مافيه .. لا الويكي مب قايل الكل يطلع فولس Property = { 'fire_type' , 'model' , 'model2' , 'weapon_slot' , 'anim_group' , 'skill_level' , 'required_skill_level' , 'firing_speed' , 'radius' , 'life_span' , 'spread' , 'fire_offset' , 'aim_offset' , 'default_combo' , 'combos_available' } for _ , P in ipairs( Property ) do outputChatBox( tostring( getWeaponProperty( 16 , 'pro' , P ) ) ) end Link to comment
Ram, Posted October 8, 2018 Share Posted October 8, 2018 16 hours ago, KillerX said: لا الويكي مب قايل الكل يطلع فولس Property = { 'fire_type' , 'model' , 'model2' , 'weapon_slot' , 'anim_group' , 'skill_level' , 'required_skill_level' , 'firing_speed' , 'radius' , 'life_span' , 'spread' , 'fire_offset' , 'aim_offset' , 'default_combo' , 'combos_available' } for _ , P in ipairs( Property ) do outputChatBox( tostring( getWeaponProperty( 16 , 'pro' , P ) ) ) end انا قلت لك الكل يطلع فولس ؟؟؟؟؟؟؟؟؟؟؟ 16 hours ago, #Ram said: مو كل الاسلحة Link to comment
KillerX Posted October 8, 2018 Author Share Posted October 8, 2018 (edited) 3 hours ago, #Ram said: انا قلت لك الكل يطلع فولس ؟؟؟؟؟؟؟؟؟؟؟ طيب الحين وش الحل ؟؟؟؟؟؟؟؟؟؟؟ :\ كل النتايج فوق تطلع فولس Edited October 8, 2018 by KillerX Link to comment
[T]|O|[P]George Posted October 8, 2018 Share Posted October 8, 2018 Returns On success: int: The weapon property On failure: bool: False if the passed arguments were invalid في اسلحة ما لها خصائص تعدل عليها من ضمنها القنابل و السكين و المضرب و شوف لو نفع معك M4 جرب تعدل علي سلاح Link to comment
KillerX Posted October 8, 2018 Author Share Posted October 8, 2018 8 minutes ago, [T]|O|[P]George said: Returns On success: int: The weapon property On failure: bool: False if the passed arguments were invalid في اسلحة ما لها خصائص تعدل عليها من ضمنها القنابل و السكين و المضرب و شوف لو نفع معك M4 جرب تعدل علي سلاح يب داري ان الام فور وغيروا بيطلع بس الويكي مب قايل ان القنبلة مالها بروبرتي Link to comment
[T]|O|[P]George Posted October 8, 2018 Share Posted October 8, 2018 جربتهم قبل - و تقريبا اي سلاح ما تقدر تصوب بيه ماله خصائص لان القنبلة و السكين و المضرب الخ... ما تقدر تصوب بيهم Link to comment
KillerX Posted October 8, 2018 Author Share Posted October 8, 2018 اظن انوا بق لان مثلا شئ مثل الدميدج المفروض للسلاح عادي حتي لو بدون تصويب هو بيطلعوا فولس :\ Link to comment
[T]|O|[P]George Posted October 8, 2018 Share Posted October 8, 2018 لانك ما تقدر تعدل لو تبيه يضرب عن بعد او تبي كام دمجه انما تقدر تسوي تحقق لو السلاح كان بالاي دي 16 فيقلل مثلا 30 من اللاعب الي تدمج ذا لو تبي تزيد الدمج لسلاح Link to comment
KillerX Posted October 8, 2018 Author Share Posted October 8, 2018 20 minutes ago, [T]|O|[P]George said: لانك ما تقدر تعدل لو تبيه يضرب عن بعد او تبي كام دمجه انما تقدر تسوي تحقق لو السلاح كان بالاي دي 16 فيقلل مثلا 30 من اللاعب الي تدمج ذا لو تبي تزيد الدمج لسلاح المقصد ما ابي الدمج انا اعطي مثال فقط من البروبيرتي علي العموم مشكور Link to comment
[T]|O|[P]George Posted October 8, 2018 Share Posted October 8, 2018 9 minutes ago, KillerX said: المقصد ما ابي الدمج انا اعطي مثال فقط من البروبيرتي علي العموم مشكور العفو - بس ذا الي فهمته من كلامك 1 hour ago, KillerX said: اظن انوا بق لان مثلا شئ مثل الدميدج المفروض للسلاح عادي حتي لو بدون تصويب هو بيطلعوا فولس لو ينفع توضح مقصدك يمكن غيري يقدر يساعدك - و بس 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