#-Mr.FaNaN Posted July 16, 2016 Share Posted July 16, 2016 الخطا ؟ addEventHandler( "onPlayerChat", root, function ( msg ) if ( msg and msg == "ورع" ) then cancelEvent () end end ) addEventHandler( "onPlayerChat", root, function ( msg ) if ( msg and msg == "ورع" ) then outputChatBox ( "[#FF0000Chat System ] #000fff **عذرا , الكلام الذي كنت ستقوله ممنوع في السيرفر**", getRootElement(), 255, 255, 255, true ) end end ) Link to comment
Ahmed Ly Posted July 16, 2016 Share Posted July 16, 2016 (edited) addEventHandler( "onPlayerChat", root, function (message ) if ( message == "ورع" ) then cancelEvent() outputChatBox ( "[#FF0000Chat System ] #000fff **عذرا , الكلام الذي كنت ستقوله ممنوع في السيرفر**", source, 0, 255, 0, true ) end end ) Edited July 16, 2016 by Guest Link to comment
#-Mr.FaNaN Posted July 16, 2016 Author Share Posted July 16, 2016 مشكور لكن فين الخطأ ؟ Link to comment
Kara Posted July 16, 2016 Share Posted July 16, 2016 (edited) سوي جدول مثل كذا عشان تقدر تضيف كم كلمه word = { "ورع", "وسخ", } addEventHandler("onPlayerChat",getRootElement(),function(say) for i,v in ipairs(word) do if string.find(say,v) then cancelEvent() outputChatBox ( "[#FF0000Chat System ] #000fff **عذرا , الكلام الذي كنت ستقوله ممنوع في السيرفر**", source, 255, 255, 255, true ) end end end) Edited July 16, 2016 by Guest Link to comment
POWER_LY Posted July 16, 2016 Share Posted July 16, 2016 addEventHandler( "onPlayerChat", root, function ( msg ) if ( string.find(msg,'ورع') ) then cancelEvent () outputChatBox ( "[#FF0000Chat System ] #000fff **عذرا , الكلام الذي كنت ستقوله ممنوع في السيرفر**", source, 255, 255, 255, true ) end end ) Link to comment
#-Mr.FaNaN Posted July 16, 2016 Author Share Posted July 16, 2016 ماراضي يشتغل ! المود للي يبي يجرب : http://up.top4top.net/downloadf-197etpu1-zip.html من فضلكم جربوه وقولولي وين الخطأ Link to comment
Ahmed Ly Posted July 16, 2016 Share Posted July 16, 2016 ماراضي يشتغل !المود للي يبي يجرب : http://up.top4top.net/downloadf-197etpu1-zip.html من فضلكم جربوه وقولولي وين الخطأ احذف ملف Client وخلي Server و جرب كود متاع باور و اكتب في اف8 debugscript 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