Jump to content

ممكن الحل


Recommended Posts

Posted

ممكن تشوفون الحل انا سويته اخذ ميوت صح لكن اذا كتب اي كلمة ميوت ابي بس الي في المود

addEventHandler("onPlayerChat",getRootElement(), 
    function (msg,ty) 
        if ( ty == 0 ) then 
            if ( msg == "طلال" or "مستر طلال" ) then 
                setPlayerMuted(source,true) 
                outputChatBox("* You Are Know Muted Don't Ask About talal",source,255,0,0) 
                setTimer(setPlayerMuted,30000,1,source,false) 
                outputChatBox("Do Not Do it Again",source,255,255,0,true) 
            end 
        end 
    end 
) 

Posted
if ( msg == "طلال" or "مستر طلال" ) then 

إلى

if ( msg == "طلال" or msg == "مستر طلال" ) then 

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...