pls help, the other func is not working
#2

That is because you're stopping the code whether or not their muted.
pawn Код:
if(Mute[playerid] == 0)
    {
     return 1;
    }
This code checks if the player is not muted, and lets them send the default message. Remove this section of the code and the rest of the callbacks code will be executed.
Reply


Messages In This Thread
pls help, the other func is not working - by handerson - 09.07.2011, 04:17
Re: pls help, the other func is not working - by Bakr - 09.07.2011, 04:19
Re: pls help, the other func is not working - by handerson - 09.07.2011, 04:22
Re: pls help, the other func is not working - by Bakr - 09.07.2011, 04:24
Re: pls help, the other func is not working - by handerson - 09.07.2011, 04:28
Re: pls help, the other func is not working - by Bakr - 09.07.2011, 04:34

Forum Jump:


Users browsing this thread: 1 Guest(s)