03.05.2018, 18:43
nezo you must killtimer on public unmute, otherwise timer wont make u unmute
EDIT: like
EDIT: like
Code:
forward Unmute(playerid); public Unmute(playerid) { muted[playerid] = false; KillTimer(Unmute(playerid)); SendClientMessage(playerid, color, "Server unmuted you automatically"); return 1; }