kamel10 Posted July 10, 2014 Share Posted July 10, 2014 ابي مود اذا قال شخص كلمة ياخذ باند مؤبد Link to comment
al-Kobra Posted July 10, 2014 Share Posted July 10, 2014 local klam = { {"كلمة"}; {"كلمة"}; -- {"كلمة"}; } addEventHandler( "onPlayerChat", getRootElement ( ), function( msg, type ) if type == 0 then for k,v in ipairs( klam ) do if string.find( msg, v ) then cancelEvent() banPlayer ( source, false, false, true, getRootElement ( ), "تم حظرك من السيرفر لاستخدامك كلمات بذيئة", 0 ) end end end end ) جرب , سيرفر سايد Link to comment
kamel10 Posted July 10, 2014 Author Share Posted July 10, 2014 ممكن تخليها ميوت يوم ؟ Link to comment
acount deleted Posted July 10, 2014 Share Posted July 10, 2014 (edited) local klam = { {"كلمة"}; } addEventHandler( "onPlayerChat", getRootElement ( ), function( msg, type ) if type == 0 then for k,v in ipairs( klam ) do if string.find( msg, v ) then cancelEvent() setTimer(function() setPlayerMuted ( source, true ) end, 600000*60*24, 1) end end end end ) Edited July 10, 2014 by Guest Link to comment
Recommended Posts