> hello :) > > the caractere \x failed .. i don't speak about \0 :) "\x" is an invalid escape sequence which MTASC refuses. You might prefer to write "\\x", because writing "\x00" is a way to specify an hexadecimal character code in many languages. Nicolas