Chronic Posted November 29, 2013 Share Posted November 29, 2013 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
TAPL Posted November 29, 2013 Share Posted November 29, 2013 Add the resource to ACL, admin group. Link to comment
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