11.12.2014, 03:15
You are using it wrong sir.
Its PlayerStat[playerid][pMuted], not pMuted[playerid].
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
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!");
This tutorial taught me better use of Enumerators, this will help you too. https://sampforum.blast.hk/showthread.php?tid=318307