10.11.2013, 04:57
For that:
pawn Код:
if(sscanf(params, "r", player))
{
GameTextForPlayer(playerid, "/unmute <playerid/name", 3000, 3);
return 1;
}

