Quote:
|
Originally Posted by paytas
pawn Код:
new position = strfind(str,name,true);
if(position != 1) { strdel(str, position, position + strlen(name)); }
|
lol I just found same code in another topic and wanted to use it.. But anyway thanks for answer..