Jump to content

Difference between two functions of voice resource


Mimimiguel

Recommended Posts

Both are same, but you have to read this:

-- Functions for backward compatibility only 
-- DO NOT USE THESE AS THEY WILL BE REMOVED IN A LITTLE WHILE -- 
function isPlayerMuted ( player )           return isPlayerVoiceMuted ( player ) end 
function setPlayerMuted ( player, muted )   return setPlayerVoiceMuted ( player, muted ) end 
-- DO NOT USE THESE AS THEY WILL BE REMOVED IN A LITTLE WHILE -- 

Link to comment
Both are same, but you have to read this:
-- Functions for backward compatibility only 
-- DO NOT USE THESE AS THEY WILL BE REMOVED IN A LITTLE WHILE -- 
function isPlayerMuted ( player )           return isPlayerVoiceMuted ( player ) end 
function setPlayerMuted ( player, muted )   return setPlayerVoiceMuted ( player, muted ) end 
-- DO NOT USE THESE AS THEY WILL BE REMOVED IN A LITTLE WHILE -- 

OK, thanks.

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