Jump to content

طلب اكواد [تمت الافادة]


Recommended Posts

  
  
  
 cancelEvent() 
  
elseif isObjectInACLGroup("user." .. account, aclGetGroup("TesT")) then -- اسم القروب TesT 
     
 if ( getPlayerSerial( source ) == 'Serial' ) then --  بسيريالك Serial بدل  
  
 outputChatBox("# TesT #ffffff :#bbbbbb " .. text, root, 255, 255, 255, true) -- الاسم الي تبيه يطلع بالشات TesT 
  
else -- اذا مالقىء صاحب السيريال  
  
outputChatBox("# #ffffff[ #cc0000TesT " .. name .. ":#bbbbbb " .. text, root, 255, 255, 255, true) --  يطلع له هذا كـ افتراضي للي معه رتبة وفي قروب Test .. 
  
end -- حق if  

Link to comment
  
  
  
 cancelEvent() 
  
elseif isObjectInACLGroup("user." .. account, aclGetGroup("TesT")) then -- اسم القروب TesT 
     
 if ( getPlayerSerial( source ) == 'Serial' ) then --  بسيريالك Serial بدل  
  
 outputChatBox("# TesT #ffffff :#bbbbbb " .. text, root, 255, 255, 255, true) -- الاسم الي تبيه يطلع بالشات TesT 
  
else -- اذا مالقىء صاحب السيريال  
  
outputChatBox("# #ffffff[ #cc0000TesT " .. name .. ":#bbbbbb " .. text, root, 255, 255, 255, true) --  يطلع له هذا كـ افتراضي للي معه رتبة وفي قروب Test .. 
  
end -- حق if  

!!!! ^

Link to comment
  
  
  
 cancelEvent() 
  
elseif isObjectInACLGroup("user." .. account, aclGetGroup("TesT")) then -- اسم القروب TesT 
     
 if ( getPlayerSerial( source ) == 'Serial' ) then --  بسيريالك Serial بدل  
  
 outputChatBox("# TesT #ffffff :#bbbbbb " .. text, root, 255, 255, 255, true) -- الاسم الي تبيه يطلع بالشات TesT 
  
else -- اذا مالقىء صاحب السيريال  
  
outputChatBox("# #ffffff[ #cc0000TesT " .. name .. ":#bbbbbb " .. text, root, 255, 255, 255, true) --  يطلع له هذا كـ افتراضي للي معه رتبة وفي قروب Test .. 
  
end -- حق if  

!!!! ^

مب التاج كامل .

Link to comment
  
  
  
 cancelEvent() 
  
elseif isObjectInACLGroup("user." .. account, aclGetGroup("TesT")) then -- اسم القروب TesT 
     
 if ( getPlayerSerial( source ) == 'Serial' ) then --  بسيريالك Serial بدل  
  
 outputChatBox("# TesT #ffffff :#bbbbbb " .. text, root, 255, 255, 255, true) -- الاسم الي تبيه يطلع بالشات TesT 
  
else -- اذا مالقىء صاحب السيريال  
  
outputChatBox("# #ffffff[ #cc0000TesT " .. name .. ":#bbbbbb " .. text, root, 255, 255, 255, true) --  يطلع له هذا كـ افتراضي للي معه رتبة وفي قروب Test .. 
  
end -- حق if  

!!!! ^

مب التاج كامل .

التاج يكون على السيريال وليس على الحساب او قروب ادمن
Link to comment

اها المعذره ماقريت الموضوع والله

  
local root = getRootElement() 
  
function chatbox(text, msgtype) 
  
if msgtype == 0 then 
  
    local account = getAccountName(getPlayerAccount(source)) 
  
    local name = getPlayerName(source) 
  
    local color = math.random(0, 255), math.random(0, 255), math.random(0, 255) 
  
 cancelEvent() 
  
  
    
 if ( getPlayerSerial( source ) == 'Serial' ) then -- بـسيريالك  serial بدل 
  
 outputChatBox("# TesT #ffffff :#bbbbbb " .. text, root, 255, 255, 255, true) -- الاسم الي تبيه يطلع بالشات TesT 
  
-- تحت التاج الي عندكك 
  
  
end  
 end 
  end 

Link to comment

addEventHandler ("onPlayerChat", root,  
    function (msg, type) 
        if (type == 0) and getPlayerSerial (source) == "Your Serial" then 
            cancelEvent () 
            outputChatBox ("[Your Tag Name] " .. getPlayerName (source) .. ": " .. msg, root, 255, 255, 255, true) 
        end 
    end 
) 
Link to comment
addEventHandler ("onPlayerChat", root,  
    function (msg, type) 
        if (type == 0) and getPlayerSerial (source) == "Your Serial" then 
            cancelEvent () 
            outputChatBox ("[Your Tag Name] " .. getPlayerName (source) .. ": " .. msg, root, 255, 255, 255, true) 
        end 
    end 
) 

تمام شغال

يعطيك الف عافية

تمت الافادة

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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