I can't get my /unmute to work properly.
#2

You are using
Код:
Muted[playerid] = 1;
in the /unmute command.

Change the value to false aka 0 in the unmute command.

Код:
Muted[playerid] = 0;
Reply


Messages In This Thread
I can't get my /unmute to work properly. - by ccodey - 28.02.2017, 11:35
Re: I can't get my /unmute to work properly. - by TopShooter2 - 28.02.2017, 11:37
Re: I can't get my /unmute to work properly. - by ccodey - 28.02.2017, 11:58
Re: I can't get my /unmute to work properly. - by Sabur - 28.02.2017, 12:03
Re: I can't get my /unmute to work properly. - by ccodey - 28.02.2017, 12:07
Re: I can't get my /unmute to work properly. - by Sew_Sumi - 28.02.2017, 12:14
Re: I can't get my /unmute to work properly. - by Sabur - 28.02.2017, 12:15
Re: I can't get my /unmute to work properly. - by Sew_Sumi - 28.02.2017, 12:17
Re: I can't get my /unmute to work properly. - by ccodey - 28.02.2017, 12:17

Forum Jump:


Users browsing this thread: 1 Guest(s)