You can only use an exclamation mark to see if a value is 0 if you're using an integer.
pawn Код:
if(isnull(MuteReason)){//Line 253 format(String, sizeof(String), "You have been muted by Administrator %s, Reason: No Reason Specified.", pName(playerid)); return1; } else{//Line 257 format(String, sizeof(String), "You have been muted by Administrator %s, Reason: \"%s\"", pName(playerid), MuteReason); }