09.11.2014, 08:38
Thanks man, its all fixed, now I gets no errors.
Also here
I need to put mute[playerid] or mute[pID]?
rep++;
Also here
Quote:
forward mute(pID, pName); public mute(pID, pName) { muted[pID] = 0; SendClientMessage(pID, COLOR_BRIGHTRED, "You have been auto-unmuted."); new unmuted[128]; format(unmuted, sizeof(unmuted), "Auto-unmute: %s(%d) has been auto-unmuted."); SendClientMessageToAll(COLOR_BRIGHTRED, unmuted); return 1; } |
rep++;