Mina King Posted July 4, 2014 Share Posted July 4, 2014 يا شباب انا ابي اسوي كود بس ما اعرف كيف اسويه لاني جديد بس انا ابيكم انتو تسويهولي ارجووووكم انا ابي المود اول ما اللاعب يكتب برب تتحول الي برب عن اذنكم شوية و ارجع و باك نفس الشئ ارجوووووووووووووووووووووكم Link to comment
The Killer Posted July 4, 2014 Share Posted July 4, 2014 addEventHandler ("onPlayerChat", root, function (text, type) if type == 0 then if text == "برب" then cancelEvent () local r,b,g = getTeamColor (source) outputChatBox (getPlayerName (source) .. ":#ffffff برب عن اذنكم شويه وارجع", root, r,b,g, true) end end end) Link to comment
Max+ Posted July 4, 2014 Share Posted July 4, 2014 (edited) واذا تبي تختصر الكود , addEventHandler ("onPlayerChat", root, function (text, type) if type == 0 and text == "برب" then cancelEvent () local r,b,g = getTeamColor(getPlayerTeam(source)) outputChatBox (getPlayerName (source) .. ":#ffffff برب عن اذنكم شويه وارجع", root, r,b,g, true) end end ) Edited July 4, 2014 by Guest Link to comment
TAPL Posted July 4, 2014 Share Posted July 4, 2014 اصلاً خطأ الكود يتطلب تيم getTeamColor السورس هنا لاعب و فنكشن Link to comment
Max+ Posted July 4, 2014 Share Posted July 4, 2014 اصلاً خطأ الكوديتطلب تيم getTeamColor السورس هنا لاعب و فنكشن تم التعديل ذذ Link to comment
The Killer Posted July 4, 2014 Share Posted July 4, 2014 addEventHandler ("onPlayerChat", root, function (text, type) if type == 0 then if text == "برب" then cancelEvent () local r,b,g = getTeamColor (source) outputChatBox (getPlayerName (source) .. ":#ffffff برب عن اذنكم شويه وارجع", root, r,b,g, true) end end end) غلط علي الكود , ما انتبهت والله Link to comment
#DRAGON!FIRE Posted July 4, 2014 Share Posted July 4, 2014 واذا تبي تختصر الكود , addEventHandler ("onPlayerChat", root, function (text, type) if type == 0 and text == "برب" then cancelEvent () local r,b,g = getTeamColor(getPlayerTeam(source)) outputChatBox (getPlayerName (source) .. ":#ffffff برب عن اذنكم شويه وارجع", root, r,b,g, true) end end ) المفروض تتحق من انه اللاعب عنده تيم . Link to comment
Max+ Posted July 4, 2014 Share Posted July 4, 2014 واذا تبي تختصر الكود , [lua] addEventHandler ("onPlayerChat", root, function (text, type) if type == 0 and text == "برب" then cancelEvent () local r,b,g = getTeamColor(getPlayerTeam(source)) outputChatBox (getPlayerName (source) كذا بتخليها طويله عريضة , هو اذا فيه تيم يطلع , مافيه تيم بيطلع ؟ ايضا , انا بخليه بسيط زي كذا , it's doesnt have to be prefect , هو يقدر يسوي التحقق اذا يبي , Link to comment
Mina King Posted July 5, 2014 Author Share Posted July 5, 2014 شكرا لكم جميعا و لكن اول رد هو الذي افادني و فعلا اشتغل و شكرا لكم جميعا Link to comment
Recommended Posts