Jump to content

setPlayerMuted


Chronic

Recommended Posts

Hello, I have a question. setPlayerMuted is not working, any idea how to fix this?

curses = { "mta is gey" } 
  
addEventHandler ( "onPlayerChat", getRootElement(), 
        function (msg) 
                for i,v in ipairs(curses) do 
                        if msg == v     then 
                            if not ( getTeamName( getPlayerTeam ( source ) ) == "Staff" )   then 
                            setPlayerMuted ( source, true ) 
                            cancelEvent () 
                            outputChatBox ( "Flaming is not tolerated!", root ) 
                            elseif ( getTeamName( getPlayerTeam ( source ) ) == "Staff" )   then 
                            end 
                        end 
                end 
        end     ) 

and the error is:

Access denied @ 'setPlayerMuted' 

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