13.06.2010, 09:36
@up Yep... but this is not mutch.. ok
And next I do not know what to do.
Код:
stock SpaceChange(text[]) { new len=strlen(text); new c; for(new i=0;i<len;i++) { if(text[i] == ' ') { } } return text; }