Joker_Mta Posted October 25, 2012 Share Posted October 25, 2012 بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته الكود الي يقتل شخص تطلع له صوره مو راضيه تطلع k1 = guiCreateStaticImage(630,130,168,168,"1.png",false) guiSetVisible(k1,false) k2 = guiCreateStaticImage(630,320,168,168,"2.png",false) guiSetVisible(k2,false) function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local a = math.random(1,2) if ( a == 1 ) then guiSetVisible(k1,true) setTimer(guiSetVisible,5000,1,k1,false) elseif ( a == 2 ) then guiSetVisible(k,true) setTimer(guiSetVisible,5000,1,k2,false) end end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) Link to comment
Tete omar Posted October 25, 2012 Share Posted October 25, 2012 بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاتهالكود الي يقتل شخص تطلع له صوره مو راضيه تطلع k1 = guiCreateStaticImage(630,130,168,168,"1.png",false) guiSetVisible(k1,false) k2 = guiCreateStaticImage(630,320,168,168,"2.png",false) guiSetVisible(k2,false) function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local a = math.random(1,2) if ( a == 1 ) then guiSetVisible(k1,true) setTimer(guiSetVisible,5000,1,k1,false) elseif ( a == 2 ) then guiSetVisible(k,true) setTimer(guiSetVisible,5000,1,k2,false) end end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) وش فايدة math.random هنا ؟ اذا المود مو من صنعك مقدر اساعدك .. Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 الا انا اريد كل مره صوره يعني متنوعين ماعليك انا مسويه ضفت 1,2 في الراندوم اذا كان 1 تطلع ألأولى واذا 2 تطلع الثانيه Link to comment
abu5lf Posted October 25, 2012 Share Posted October 25, 2012 اقرا المثال https://wiki.multitheftauto.com/wiki/OnC ... ayerWasted Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 كذا ؟ messages = { "1.png", "2.png" } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomID = math.random ( 1, #messages ) local randomMessage = messages[randomID] end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) Link to comment
Tete omar Posted October 25, 2012 Share Posted October 25, 2012 الا انا اريد كل مره صوره يعني متنوعينماعليك انا مسويه ضفت 1,2 في الراندوم اذا كان 1 تطلع ألأولى واذا 2 تطلع الثانيه ما لها فايده على الاطلاق Link to comment
Tete omar Posted October 25, 2012 Share Posted October 25, 2012 (edited) كذا ؟ messages = { "1.png", "2.png" } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomID = math.random ( 1, #messages ) local randomMessage = messages[randomID] end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) مع السلامة Edited October 25, 2012 by Guest Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 الا هم صورتين هيد شوت و دبل كيل انا ابي مره تجي ذي مره تجيك ذيك ياريت تكون فاهم علي Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاتهالكود الي يقتل شخص تطلع له صوره مو راضيه تطلع k1 = guiCreateStaticImage(630,130,168,168,"1.png",false) guiSetVisible(k1,false) k2 = guiCreateStaticImage(630,320,168,168,"2.png",false) guiSetVisible(k2,false) function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local a = math.random(1,2) if ( a == 1 ) then guiSetVisible(k1,true) setTimer(guiSetVisible,5000,1,k1,false) elseif ( a == 2 ) then guiSetVisible(k,true) setTimer(guiSetVisible,5000,1,k2,false) end end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) وش فايدة math.random هنا ؟ اذا المود مو من صنعك مقدر اساعدك .. انت قلت ااذا كان الكود لي راح تساعدني ! Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 اانا ماعرفت للمثال بصراحه والمثال لرسائل انا ابيه صوره Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 محاولت ثانيه kk = { 'k1.png', 'k2.png', } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomkk = kk[randomID] ki = guiCreateStaticImage(630,130,168,168,randomk3k,false) end end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) Link to comment
iPrestege Posted October 25, 2012 Share Posted October 25, 2012 كذا ؟ messages = { "1.png", "2.png" } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomID = math.random ( 1, #messages ) local randomMessage = messages[randomID] end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) مع السلامة Link to comment
TAPL Posted October 25, 2012 Share Posted October 25, 2012 محاولت ثانيه kk = { 'k1.png', 'k2.png', } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomkk = kk[randomID] ki = guiCreateStaticImage(630,130,168,168,randomk3k,false) end end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) randomID = ?? randomk3k = ?? Link to comment
hassan.k.s.a Posted October 25, 2012 Share Posted October 25, 2012 kk = { 'k1.png', 'k2.png', } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomID = math.random ( 1, #kk ) local ra = kk[randomID] Kill = guiCreateStaticImage(630,130,168,168,ra,false) setTimer(guiSetVisible,5000,1,Kill,false) end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) Link to comment
Joker_Mta Posted October 25, 2012 Author Share Posted October 25, 2012 ماشاء الله عليك أبدأأأأأأأأأأأأأأأأأأأأأأأأأاع مشكور والله انك حليت ازمتي ماقصرت الله يعطيك الف عافيه Link to comment
hassan.k.s.a Posted October 25, 2012 Share Posted October 25, 2012 ماشاء الله عليك أبدأأأأأأأأأأأأأأأأأأأأأأأأأاع مشكور والله انك حليت ازمتي ماقصرت الله يعطيك الف عافيه العفو هذا وآجــبـي Link to comment
MR.S3D Posted October 25, 2012 Share Posted October 25, 2012 kk = { 'k1.png', 'k2.png', } function o ( killer ) if ( killer ) and ( killer ~= source ) and ( killer == getLocalPlayer() ) then if ( isTimer ( timer ) ) then killTimer ( timer ) end local randomID = math.random ( 1, #kk ) local ra = kk[randomID] Kill = guiCreateStaticImage(630,130,168,168,ra,false) setTimer(guiSetVisible,5000,1,Kill,false) end end addEventHandler ( "onClientPlayerWasted", getRootElement(), o ) وش دخل if ( isTimer ( timer ) ) then killTimer ( timer ) end ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ Link to comment
hassan.k.s.a Posted October 25, 2012 Share Posted October 25, 2012 ?????????????????????? وش مدريني عنه هو مسوي الكود سأله خخخخخخخخخخخخخخخخخخخخخخخخ انا عدلت عليه وعطيته شغال ليه تضيف ذا ليه تضيف ذاك مادري عنه انا Link to comment
MR.S3D Posted October 25, 2012 Share Posted October 25, 2012 ??????????????????????وش مدريني عنه هو مسوي الكود سأله خخخخخخخخخخخخخخخخخخخخخخخخ انا عدلت عليه وعطيته شغال ليه تضيف ذا ليه تضيف ذاك مادري عنه انا طيب انت معدل له الكود ومسوي فاهم يعني ذا غلط مفروض تسأله ليه يستخدمه تعدله وانت ماتدري عنه Link to comment
Tete omar Posted October 25, 2012 Share Posted October 25, 2012 ??????????????????????وش مدريني عنه هو مسوي الكود سأله خخخخخخخخخخخخخخخخخخخخخخخخ انا عدلت عليه وعطيته شغال ليه تضيف ذا ليه تضيف ذاك مادري عنه انا طيب انت معدل له الكود ومسوي فاهم يعني ذا غلط مفروض تسأله ليه يستخدمه تعدله وانت ماتدري عنه كلاآم سليم Link to comment
hassan.k.s.a Posted October 25, 2012 Share Posted October 25, 2012 ??????????????????????وش مدريني عنه هو مسوي الكود سأله خخخخخخخخخخخخخخخخخخخخخخخخ انا عدلت عليه وعطيته شغال ليه تضيف ذا ليه تضيف ذاك مادري عنه انا طيب انت معدل له الكود ومسوي فاهم يعني ذا غلط مفروض تسأله ليه يستخدمه تعدله وانت ماتدري عنه مابي املي المووضوع 1000 رد بردلك برد واحد .... الله يسامحك ويهديك بس 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