SaedAmer Posted July 7, 2016 Share Posted July 7, 2016 السلام عليكم انا عامل كود لو الاعب كتب كلمة من الي في الجداول يظهر خلاك عاوز الكلمة تتشال و تتحط بدلها اربع خطوط كده ---- Link to comment
iMr.WiFi..! Posted July 7, 2016 Share Posted July 7, 2016 -- Table 'onPlayerChat' string.find cancelEvent outputChatBox Link to comment
SaedAmer Posted July 7, 2016 Author Share Posted July 7, 2016 طيب ازاي اخليه يبدل الكلمة ؟ ahanh = {"ورع" } sap = {"" } klt = {"" } kzfahl = {"" } addEventHandler("onPlayerChat", getRootElement(), function(msg) for k,v in ipairs (ahanh) do if string.find(msg,v) then cancelEvent() pName = getPlayerName(source) outputChatBox("#FF0000*[ نظام المخالفات ]x @ "..pName.." #FF0000, لقد اهان احد من اعضاء السيرفر ",getRootElement(),255,0,0,true) outputChatBox("#FF0000*[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب أهانت احد من اعضاء السيرفر ",source,255,0,0,true) end end end ) Link to comment
SaedAmer Posted July 7, 2016 Author Share Posted July 7, 2016 كده ؟ ahanh = {"ورع" } sap = {"" } klt = {"" } kzfahl = {"" } addEventHandler("onPlayerChat", getRootElement(), function(msg) for k,v in ipairs (ahanh) do if string.find(msg,v) then cancelEvent() local string.gsub("----") pName = getPlayerName(source) outputChatBox("#FF0000*[ نظام المخالفات ]x @ "..pName.." #FF0000, لقد اهان احد من اعضاء السيرفر ",getRootElement(),255,0,0,true) outputChatBox("#FF0000*[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب أهانت احد من اعضاء السيرفر ",source,255,0,0,true) end end end ) Link to comment
iMr.WiFi..! Posted July 7, 2016 Share Posted July 7, 2016 ahanh = {"ورع" } sap = {"" } klt = {"" } kzfahl = {"" } addEventHandler("onPlayerChat", getRootElement(), function(msg) for k,v in ipairs (ahanh) do if string.find(msg,v) then cancelEvent() local pName = getPlayerName(source) outputChatBox("----",getRootElement(),255,0,0,true) outputChatBox("#FF0000*[ نظام المخالفات ]x @ "..pName.." #FF0000, لقد اهان احد من اعضاء السيرفر ",getRootElement(),255,0,0,true) outputChatBox("#FF0000*[ نظام المخالفات ]x#FF0000 لقد حصلت علي مخالفة بسبب أهانت احد من اعضاء السيرفر ",source,255,0,0,true) end end end ) مايحتاج لما تكنسل الايفنت مايجي الكلام الي قاله بيجي الي في الاوت شات بوكس Link to comment
3NAD Posted July 11, 2016 Share Posted July 11, 2016 http://www.6arh.net/uploads/mta/ChatSystem.zip 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