28.02.2011, 17:33 
	
	
	
		@Ryder
Try:
	
	
	
	
Try:
pawn Код:
stock
filterColorTags_teszt(string[])
{
new
start,
end;
while((start = strfind(string, "{", false, start)) != -1)
{
if((end = strfind(string, "}", false, start + 1)) != -1)
{
strdel(string, start, end + 1);
start -= end - start;
} else start++;
}
}





 (May be fixed already)
(May be fixed already)

 trCheck (stupid name) fixed ! (I do think so xd)
trCheck (stupid name) fixed ! (I do think so xd)




