[HELP] Mute Dialog... Bugged =/
#2

Under your first if statement for the Mute Player Dialog, you have
pawn Код:
if(Muted[playerid] == 1)
when it should be
pawn Код:
if(Muted[ClickedPlayer[playerid]]
because the first way, you are checking to see if the player that is trying to mute someone is muted. Same thing goes for the un-mute player section. That should be why its not working because if you try to un-mute someone, it checks to see if the admin is muted, which they aren't, so it says they aren't muted.
Reply


Messages In This Thread
[HELP] Mute Dialog... Bugged =/ - by Larsey123IsMe - 11.01.2011, 15:16
Re: [HELP] Mute Dialog... Bugged =/ - by randomkid88 - 11.01.2011, 15:27
Re: [HELP] Mute Dialog... Bugged =/ - by Larsey123IsMe - 11.01.2011, 16:24

Forum Jump:


Users browsing this thread: 2 Guest(s)