Jump to content

Mr.wael

Members
  • Posts

    31
  • Joined

  • Last visited

Details

  • Gang
    [W.T]

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mr.wael's Achievements

Rat

Rat (9/54)

0

Reputation

  1. مبرووووووووك والله اضم صوتي لكشكش نبي سيرفر تجريي للاستضافه
  2. اللي افهمه من كلامك ان كل الشعب نفس مشكلتي ...؟
  3. السسلام عليكم ي شباب شسالفه استضافه دليوكس الخادم [d4] كل شوي يسوي ريستارت من نفسهه ابي اعرف .. المكشله من سيرفري بس .. ولا كل اللي خادمهم [d4] عندهم نفس المشكله ياليت اللي خادمه [d4] يفيدني
  4. السسلام عليكم شسمهه ابي اخش معكم بجوكم الفله ذا ممكن .؟
  5. تحطيم x تحطيم والله مالكم داعي وش حارق رزكم حتى لو ان المود مو حقة ولا ماله اي فايده ويظهر للكل يبقى انه تعب ونزل الموضوع ع الاقل شكر شي ع العموم مشكوووور ي اخوي ماتقصر وااصل ولا تحرمنا جديدك
  6. مشكوور ياخوي بس شكلك مافهمتني المود اللي عطيتني للادمن منشان يعطي ميوت للي يتكلم انا ابي كود الزاير يقدر يشغل المايك اويلغيه اتمنى الطلب يكون واضح
  7. السلام عليكم ياشباب ابي كود منع المايك انا بسوي نافذه السماح بالمايك او اغلاق المايك ابي كود لمنع المايك يعني مايقدر يسمع الللي يتكلم بالمايك اتمنى الطلب يكوت واضح
  8. السلام عليكم الكود يكرر الكلام بالشات -- Forbidden words -- Not necessary to be full words. If they are found in a part of the word, the whole word if filtered swearWords = { "", } -- Intercept chat messages addEventHandler("onPlayerChat",getRootElement(), function(msg,type) -- Only affect normal messages if type == 0 then -- Cancel output cancelEvent() -- Clean up the message from any bad words local new = "" local iter = 0 for word in msg:gmatch("%S+") do iter = iter + 1 for i,swr in ipairs(swearWords) do local src = word:lower():gsub("%s","") local src = src:gsub("#%x%x%x%x%x%x","") local src = src:gsub("%c","") local src = src:gsub("%p","") local pat = swr:lower():gsub("%s","") if src:find(pat) then local replaceString = "" for x=1,word:gsub("#%x%x%x%x%x%x",""):len() do replaceString = replaceString.."*" end word = word:gsub(word,replaceString) end end if iter == 1 and word:len() > 2 then word = word:gsub("%a",string.upper,1) end new = new..word.." " end if new ~= "" then msg = new end -- Get appropriate team colors and output the clean message local pTeam = getPlayerTeam(source) if pTeam then local r,g,b = getTeamColor(pTeam) local hr,hg,hb = decToHex(r),decToHex(g),decToHex(b) local color = "#"..hr..hg..hb outputMessage(color..getPlayerName(source),msg) else outputMessage(getPlayerName(source),msg) end end end) -- Output preformatted message to the chatbox function outputMessage(author,message) outputChatBox(author..": #E0D0B0"..message,getRootElement(),255,255,255,true) end -- Convert number from decimal to hexadecimal function decToHex(num) return string.format("%02X",num) end تنويه ... داري انة من التاج في طريقة يتشغل بدون تكرار مع التاج .؟
  9. ههههههههههههههههههههههههههه ولا قلي الحين كل ماسوي ريستات اسسوي كذا .؟ مافي طريقه مره وحده وخلاص .؟
×
×
  • Create New...