12.10.2015, 14:27
Quote:
Problem is string_replace:
stock string_replace(string[], find, replace) { for(new i=0; string[i]; i++) { if(string[i] == find) { string[i] = replace; } } } |
Код:
string_replace(Name , strr, " ");
Problem is string_replace:
stock string_replace(string[], find, replace) { for(new i=0; string[i]; i++) { if(string[i] == find) { string[i] = replace; } } } |
string_replace(Name , strr, " ");