18.08.2012, 09:35
I agree with xSkullx.
Kalroz,add this:
Im through mobile and also Im not scripting for 5 months,so I couldnt check+donno whether right or wrong
Kalroz,add this:
pawn Code:
CMD:unmuteme(playerid,params[])
{
if(pMuted[playerid] == 0;
{
SendClientMessage(playerid,0xFF0000,"You must be Muted to use this command.");
}
else
{
pMuted[playerid] = 0;
SendClientMessage(playerid,0xFF0000,"You've unmuted yourself");
return 1;
}