Quote:
|
Originally Posted by sluggo
Code:
replace_all(string,32,"^"","_")
|
It will work
Code:
// replace_all(string,32,"^","_")
-->
Code:
replace_all(string,32,"^^","_")
Quote:
|
Originally Posted by sluggo
PHP Code:
replace_all(string,32,"\","_") // this one looks different in the compiler (the _ is blue instead of red... something is wrong?
|
I assume you mean amxx studio. Nothing is wrong.