ivor Posted February 11, 2016 Share Posted February 11, 2016 السلام عليكم شباب للي يقدر يسوية بدي مود Anti CMD Spam المطور الى عند تكرارك كلمة مثلآ kill في اف8 تنطرد بالشات وعند تكرارك نفسه الظغطة يصكك يعنى بكرر زر تاب 10 او 5 مرات يصكني كيك مثال للتكرار بأف 8 (Anti-CMD-Spam) تم طرد اللاعب .. نك اللاعب .. لتكرارة السريع في اف8 تكرار الظغطة (Anti-Gui-Spam) تم طرد اللاعب .. نك اللاعب .. لتكرارة السريع وشكرآ مقدمآ Link to comment
Me[Z]oO Posted February 12, 2016 Share Posted February 12, 2016 ما تعرف تحاول ولا تبي جاهز ؟ ما احد رح يبرمج لك روح حاول ونساعدك Link to comment
ivor Posted February 12, 2016 Author Share Posted February 12, 2016 ما تعرف تحاول ولا تبي جاهز ؟ ما احد رح يبرمج لك روح حاول ونساعدك اخوي ماحدا قال لك اولا انك تبرمج لي شي :] ثاني شئ انا معي مود Anti Tap Spam لما يكرر الظغطة ياخذ طرد وتظهر بالشات يعنى لا تزود مشاركات :] Link to comment
a7zan Posted February 12, 2016 Share Posted February 12, 2016 https://forum.multitheftauto.com/viewtopic.php?f=160&t=96782 Link to comment
ivor Posted February 12, 2016 Author Share Posted February 12, 2016 https://forum.multitheftauto.com/viewtopic.php?f=160&t=96782 صاحب الموضوع ذا الى يقول انه سوي لي المود ولكن هاد معي انا ابي لو كرر كلمة في اف8 ياخذ كيك لو كررها 5 مرات او بعدل عليها Link to comment
Me[Z]oO Posted February 12, 2016 Share Posted February 12, 2016 ما تعرف تحاول ولا تبي جاهز ؟ ما احد رح يبرمج لك روح حاول ونساعدك اخوي ماحدا قال لك اولا انك تبرمج لي شي :] ثاني شئ انا معي مود Anti Tap Spam لما يكرر الظغطة ياخذ طرد وتظهر بالشات يعنى لا تزود مشاركات :] الله يسهلك بس هنا منتدي مساعدة مو خدامين + انت معك مود الضغط علي التاب ؟ اذا كان اخوي عبد الكريم الله يجازيه الخير لسة معطي اكواده بقسم البرمجة Link to comment
ivor Posted February 12, 2016 Author Share Posted February 12, 2016 الله يشفي العقول :] يعنى تقول كلام ع قد عقلكك ؟ تراني مب قولت ان في المنتدي خدامين في ناس محترفين وبيساعدون + خلك في نفسكك ء اذا كنت تبي تساعد ام لا :] Link to comment
' A F . Posted February 12, 2016 Share Posted February 12, 2016 # تفضل سويته لك local Commands = { } addEventHandler('onPlayerCommand',root, function ( text ) if ( Commands [ text ] == true ) then cancelEvent (); outputChatBox('* Please Wait',source,255,255,255,true) else Commands [ text ] = true; setTimer ( function () Commands [ text ] = nil end,7*1000,1) end end ) Link to comment
ivor Posted February 12, 2016 Author Share Posted February 12, 2016 # تفضل سويته لك local Commands = { } addEventHandler('onPlayerCommand',root, function ( text ) if ( Commands [ text ] == true ) then cancelEvent (); outputChatBox('* Please Wait',source,255,255,255,true) else Commands [ text ] = true; setTimer ( function () Commands [ text ] = nil end,7*1000,1) end end ) اوك شكرآ اخوي بعدل عليه وبشوفة بيطرد اللاعب وكذا , سيرفر ام كلينت اخي ؟ Link to comment
' A F . Posted February 12, 2016 Share Posted February 12, 2016 Server Side : هو ماراح يطردة بس مثلا كتب باف 8 kill يقتله ولو كتب مره ثانيه مايقدر الا بعد 7 ثواني Link to comment
ivor Posted February 12, 2016 Author Share Posted February 12, 2016 سويتةة كلينت وعدلت عليه بطريقتي Numper = 0 local Commands = { } addEventHandler('onPlayerCommand',root, function ( text ) if ( Commands [ text ] == true ) then Numper = ( Numper or 0 ) + 1 if ( Numper ) and ( Numper >= 5 ) then triggerServerEvent ( "Kick", localPlayer , Numper ) end end end ) ; Link to comment
' A F . Posted February 12, 2016 Share Posted February 12, 2016 # مايجي كلنت لان onPlayerCommand سيرفر تفضل سويته لك سيرفر local Numbers = { }; local Commands = { }; addEventHandler('onPlayerCommand',root, function ( _text ) if ( Numbers [ _text ] == 5 ) then return kickPlayer ( source , 'Anti-Spam-Command') end if ( Commands [ _text ] == true ) then outputChatBox('* Please Wait..',source,255,255,0,true) Numbers [ _text ] = Numbers [ _text ] +1 else Numbers [ _text ] = 0 Commands [ _text ] = true setTimer ( function ( ) Commands [ _text ] = nil Numbers [ _text ] = 0 end,7*1000,1) end end) Link to comment
ivor Posted February 13, 2016 Author Share Posted February 13, 2016 # مايجي كلنت لان onPlayerCommand سيرفر تفضل سويته لك سيرفر local Numbers = { }; local Commands = { }; addEventHandler('onPlayerCommand',root, function ( _text ) if ( Numbers [ _text ] == 5 ) then return kickPlayer ( source , 'Anti-Spam-Command') end if ( Commands [ _text ] == true ) then outputChatBox('* Please Wait..',source,255,255,0,true) Numbers [ _text ] = Numbers [ _text ] +1 else Numbers [ _text ] = 0 Commands [ _text ] = true setTimer ( function ( ) Commands [ _text ] = nil Numbers [ _text ] = 0 end,7*1000,1) end end) كودكك كان به بق وصلحتة انه لما يكرر الكلمة 4 مرات تتكرر بالشات 4 مرات كلمة Please Wait Link to comment
' A F . Posted February 13, 2016 Share Posted February 13, 2016 (edited) مو بق ولا شيء انا مسويه كذا Edited February 13, 2016 by Guest Link to comment
ivor Posted February 13, 2016 Author Share Posted February 13, 2016 مو بق ولا شيء انا مسويه كذا اخوي كانت لما اضغط اي زر ييكرر الكلمة كتير بالشات وماينطرد و كنت تضغط اي زر تظهر بالشات Link to comment
Me[Z]oO Posted February 15, 2016 Share Posted February 15, 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