|Mr|-Talal07-| Posted September 10, 2012 Posted September 10, 2012 ممكن تشوفون الحل انا سويته اخذ ميوت صح لكن اذا كتب اي كلمة ميوت ابي بس الي في المود 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 )
TAPL Posted September 10, 2012 Posted September 10, 2012 if ( msg == "طلال" or "مستر طلال" ) then إلى if ( msg == "طلال" or msg == "مستر طلال" ) then
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now