11.01.2011, 15:27
(
Последний раз редактировалось randomkid88; 11.01.2011 в 17:53.
)
Under your first if statement for the Mute Player Dialog, you have
when it should be
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.
pawn Код:
if(Muted[playerid] == 1)
pawn Код:
if(Muted[ClickedPlayer[playerid]]