/mute problem
#2

You are using it wrong sir.
Its PlayerStat[playerid][pMuted], not pMuted[playerid].
PHP код:
forward unmuteTimer(playerid);
public 
unmuteTimer(playerid)
{
     
PlayerStat[playerid][pMuted] = 0; return SendClientMessage(playerid, -1"You are no longer muted!"); 
Change for the rest too.. Have a good day sir.

This tutorial taught me better use of Enumerators, this will help you too. https://sampforum.blast.hk/showthread.php?tid=318307
Reply


Messages In This Thread
/mute problem - by Josh_Main - 11.12.2014, 03:07
Re: /mute problem - by Mic_H - 11.12.2014, 03:15
Re: /mute problem - by Josh_Main - 11.12.2014, 03:19
Re: /mute problem - by Mic_H - 11.12.2014, 03:28
Re: /mute problem - by Josh_Main - 11.12.2014, 03:38
Re: /mute problem - by Mic_H - 11.12.2014, 03:42

Forum Jump:


Users browsing this thread: 1 Guest(s)