Jump to content

ابي مساعدكم شبااااااااااااااااااب


Recommended Posts

يا شباب انا ابي اسوي كود بس ما اعرف كيف اسويه لاني جديد :( بس انا ابيكم انتو تسويهولي ارجووووكم

انا ابي المود اول ما اللاعب يكتب برب تتحول الي برب عن اذنكم شوية و ارجع

و باك نفس الشئ ارجوووووووووووووووووووووكم

Link to comment

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

واذا تبي تختصر الكود ,

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 by Guest
Link to comment
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) 

:oops:

غلط علي الكود , ما انتبهت والله

Link to comment
واذا تبي تختصر الكود ,

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
واذا تبي تختصر الكود ,

[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
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...