XbroX Posted July 1, 2015 Share Posted July 1, 2015 هلا شباب ابي مساعدة ابي مود اللي يكتب شئ مثلا س1 بدل ما يطلع في الشات س1 يطلع السلام عليكم هو قريب عن مود الفيسات لكن مو صورة يطلع كلام المود ذا موجود بسيرفر وزارة الهجولة طبعا Link to comment
Simple. Posted July 1, 2015 Share Posted July 1, 2015 مآتوقع فيه مود جاهز ومنشور هذي الفنكشنات حاول تسوي تسوي جدول onPlayerChat -- Event if -- تتحق إذآ فيه س1 او س2 او ه1 cancelEvent outputChatBox Link to comment
DoD Posted July 1, 2015 Share Posted July 1, 2015 لم يتم التجربه function dod() if messageType == s1 then cancelEvent() outputChatBox ( "السلام عليكم ورحمه الله وبركاته", 255, 255, 255, true ) end end addEventHandler( "onPlayerChat", getRootElement(), dod ) Link to comment
' A F . Posted July 1, 2015 Share Posted July 1, 2015 function onChat (msg) if ( msg == "s1" ) then cancelEvent ( ) local name = getPlayerName ( source ) outputChatBox(""..name..": السلام عليكم ورحمة الله وبركاته ",root,255,255,255,true) end end addEventHandler("onPlayerChat",root,onChat) Link to comment
</Mr.Tn6eL> Posted July 1, 2015 Share Posted July 1, 2015 Client Side addEventHandler("onClientChatMessage", root, function(msg, r, g, b) if string.find(msg, "س1") then outputChatBox(string.gsub(msg, "س1", "السلام عليكم ورحمة الله وبركاته"), r, g, b, true) cancelEvent( ) end end) Link to comment
XbroX Posted July 1, 2015 Author Share Posted July 1, 2015 https://forum.multitheftauto.com/viewtopic.php?f=161&t=84816 شكرا Link to comment
XbroX Posted July 1, 2015 Author Share Posted July 1, 2015 https://community.multitheftauto.com/index.php?p=resources&s=details&id=10914 شباب انا حملت المود ذا لكن كيف اضيف اختصارات او افتح اللوحة ؟ Link to comment
TAPL Posted July 1, 2015 Share Posted July 1, 2015 https://community.multitheftauto.com/index.php?p=resources&s=details&id=10914شباب انا حملت المود ذا لكن كيف اضيف اختصارات او افتح اللوحة ؟ To open the "shortcut panel", write /shortcut in chat or in F8. Link to comment
XbroX Posted July 2, 2015 Author Share Posted July 2, 2015 https://community.multitheftauto.com/index.php?p=resources&s=details&id=10914شباب انا حملت المود ذا لكن كيف اضيف اختصارات او افتح اللوحة ؟ To open the "shortcut panel", write /shortcut in chat or in F8. شفتها لكن ما اشتغلت :] + غيرت الكلمة وما اشتغلت 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