apple700 Posted August 17, 2013 Share Posted August 17, 2013 السلام عليكم اخواني ابي اكواد خفيفة محتاجها يوم اكتب دم بشات يجيني دم ودرع ويكتب بشات تم اعطائك الي كان ودك فيه ض1 مو مشكلة انا اغيرها مو لازم تعطوني كود جاهز ابيها وظائف عشان اتعلم Link to comment
فاّرس Posted August 17, 2013 Share Posted August 17, 2013 onPlayerChat string.find setElementHealth setPedArmor outputChatBox Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 اخوي ذا بست اما مخي دخل بالجدار بطلب طلب صغير قولي كيف ركبت الاكواد خطوة خطوة اذا مو صعبة عليك Link to comment
#DRAGON!FIRE Posted August 17, 2013 Share Posted August 17, 2013 اخوي ذا بست اما مخي دخل بالجدار بطلب طلب صغير قولي كيف ركبت الاكواد خطوة خطوة اذا مو صعبة عليك سسسهل # onPlayerChat # نسسوي الحدث حق الكود string.find # هنا نبحث عن الكلمة اللي كتبها setElementHealth # نحط له الدم setPedArmor # الدرع outputChatBox # مخرج شات # طلع رأسك من الجدار Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 راسي لسا في الجدار ممكن تسويلي مثال مو شغال ههه امزح سويلي مثلا وانا بسوي مثلا مثله بس بغير طريقة اذا ممكن عشان راسي Link to comment
#DRAGON!FIRE Posted August 17, 2013 Share Posted August 17, 2013 راسي لسا في الجدار ممكن تسويلي مثال مو شغال هههامزح سويلي مثلا وانا بسوي مثلا مثله بس بغير طريقة اذا ممكن عشان راسي addEventHandler("onPlayerChat",root, function(msg,player) if (string.find(msg,'دم')) then setElementHealth ( player, 100 ) outputChatBox ( "* تم زيادة دمك الى 100", player, 255, 0, 0, true ) end end ) Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 addEventHandler("onPlayerChat",root, هنا الحدث حق المود بدونه ما ينديني اسوي مود function(msg,player) وقوص end هذي والي تحتها اذا تقابلوا لازم اثنين if (string.find(msg,'دم')) then هذي الكلمة الي نكتبها بشات تعطيني وظيفة الي تحتها ويوم تصير وظيفة الي تحتها يطلع مخرج نص setElementHealth ( player, 100 ) --- هنا مقدار الدم الي بنرميه للاعب outputChatBox ( "* تم زيادة دمك الى 100", player, 255, 0, 0, true ) مخرج النص end end ) اخوي شرحت الكود شرحي صحيح Link to comment
#DRAGON!FIRE Posted August 17, 2013 Share Posted August 17, 2013 addEventHandler("onPlayerChat",root, هنا الحدث حق المود بدونه ما ينديني اسوي مود function(msg,player) وقوص end هذي والي تحتها اذا تقابلوا لازم اثنين if (string.find(msg,'دم')) then هذي الكلمة الي نكتبها بشات تعطيني وظيفة الي تحتها ويوم تصير وظيفة الي تحتها يطلع مخرج نص setElementHealth ( player, 100 ) --- هنا مقدار الدم الي بنرميه للاعب outputChatBox ( "* تم زيادة دمك الى 100", player, 255, 0, 0, true ) مخرج النص end end ) اخوي شرحت الكود شرحي صحيح # ما اشوف الكلأم كويسس # بس بشرحلك الكود addEventHandler("onPlayerChat",root,# حدث الوظيفة وقت اللاعب يكتب الشات function(msg,player) # فنكشن وطعبا المسج والبلير معرفين if (string.find(msg,'دم')) then # هنا الوظيفة ذي تبحث عن الكلمة اللي كتبها ولو كانت دم .... setElementHealth ( player, 100 ) # يزود الدم حقه لـ 100 outputChatBox ( "* تم زيادة دمك الى 100", player, 255, 0, 0, true ) # ومخخرج شات end # اند end # اند ) # لأ شئ صصعب Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 مشكور اخوي على شرح بكرا برد لك خبر لاني جوعان + نعسان. اذا تبي تاكل معي حياك الله هههه Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 (edited) بس اخوي قبل ما اروح ممكن تعطيني كودم مو الدرع مو الدم Edited August 17, 2013 by Guest Link to comment
#DRAGON!FIRE Posted August 17, 2013 Share Posted August 17, 2013 مشكور اخوي على شرح بكرا برد لك خبرلاني جوعان + نعسان. اذا تبي تاكل معي حياك الله هههه # ههههه لأ شكرأ دوبي اكل Link to comment
#DRAGON!FIRE Posted August 17, 2013 Share Posted August 17, 2013 بس اخوي قبل ما اروح ممكن تعطيني كود االدم مو الدرع # دم addEventHandler("onPlayerChat",root, function(msg,player) if (string.find(msg,'دم')) then setElementHealth ( player, 100 ) outputChatBox ( "* تم زيادة دمك الى 100", player, 255, 0, 0, true ) end end ) # درع addEventHandler("onPlayerChat",root, function(msg,player) if (string.find(msg,'درع')) then setPedArmor(player,100) outputChatBox ( "* تم زيادة درعك الى 100", player, 255, 0, 0, true ) end end ) Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 ليش انت سويته كنت ابي اسويه انا عشان اعتبر نفسي سويت شي ههههه Link to comment
فاّرس Posted August 17, 2013 Share Posted August 17, 2013 ليش انت سويته كنت ابي اسويه انا عشان اعتبر نفسي سويت شي ههههه نعم إنني لم اكتب بس اخوي قبل ما اروح ممكن تعطيني كودم مو الدرع مو الدم Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 ليش انت سويته كنت ابي اسويه انا عشان اعتبر نفسي سويت شي ههههه نعم إنني لم اكتب بس اخوي قبل ما اروح ممكن تعطيني كودم مو الدرع مو الدم هههههههههههههههههههههههههههههههههههههههههههه هوس لا يجينا الرجل العنكبوت ويعضنا بمخالفة Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 addEventHandler("onPlayerChat", root, function(msg) local pn = getPlayerName ( source ) if msg == "دم" then setElementHealth ( player, 100 ) outputChatBox("تم اعطائك دم ودرع يا "..pn.."", root, 0, 0, 0, true) end end) اخوي سويته هذا المود صحيح ولا خطأ انا سويته ان يطلع اسم لاعب Link to comment
فاّرس Posted August 17, 2013 Share Posted August 17, 2013 addEventHandler("onPlayerChat", root, function(msg) if msg == 'دم' then setElementHealth (source,100) outputChatBox(' تم اعطائك دم ودرع يا '..getPlayerName(source), root, 0, 0, 0, true) end end ) Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 طيب لو ابيها على سريال نحدد وش احط الكود شوف اخوي هذا ينفع addEventHandler("onPlayerChat", root, function(msg) local serial = getPlayerSerial ( source ) if ( serial == "هنا سريال " ) then if msg == 'دم' then setElementHealth (source,100) outputChatBox(' تم اعطائك دم ودرع يا '..getPlayerName(source), root, 0, 0, 0, true) end end ) Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 عشان كذا + كل شوي بسوي ريستارت للسيرفر والله حسيته دخل مخه بالجدار بس انت خبير يعني تقدر تشوفه صح او خطأ بدون ما تركبه Link to comment
فاّرس Posted August 17, 2013 Share Posted August 17, 2013 addEventHandler("onPlayerChat", root, function(msg) if msg == 'دم' and (getPlayerSerial ( source ) == 'سريالك هنا') then setElementHealth (source,100) outputChatBox(' تم اعطائك دم ودرع يا '..getPlayerName(source), root, 0, 0, 0, true) end end ) Link to comment
apple700 Posted August 17, 2013 Author Share Posted August 17, 2013 يعطيك العافية بعد الاكل بجربه Link to comment
SaRy,#DanGer Posted August 24, 2013 Share Posted August 24, 2013 addEventHandler("onPlayerChat", root, function(msg) if msg == 'دم' and if Msg == 'درع' and (getPlayerSerial ( Player ) == 'سريالك هنا') then setElementHealth (Player,100) setPedArmor (Player,100) outputChatBox(' .. تم اعطائك دم ودرع'..getPlayerName(source), root, 0, 0, 0, true) end end ) Link to comment
فاّرس Posted August 24, 2013 Share Posted August 24, 2013 addEventHandler("onPlayerChat", root, function(msg) if msg == 'دم' and if Msg == 'درع' and (getPlayerSerial ( Player ) == 'سريالك هنا') then setElementHealth (Player,100) setPedArmor (Player,100) outputChatBox(' .. تم اعطائك دم ودرع'..getPlayerName(source), root, 0, 0, 0, true) end end ) ترفع مواضيع قديمه واكواد خطأ , -_-" Link to comment
SaRy,#DanGer Posted August 24, 2013 Share Posted August 24, 2013 addEventHandler("onPlayerChat", root, function(msg) if msg == 'دم' and if Msg == 'درع' and (getPlayerSerial ( Player ) == 'سريالك هنا') then setElementHealth (Player,100) setPedArmor (Player,100) outputChatBox(' .. تم اعطائك دم ودرع'..getPlayerName(source), root, 0, 0, 0, true) end end ) ترفع مواضيع قديمه واكواد خطأ , -_-" معرف اركز بالتلفون ضض 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