28.06.2014, 15:32
Hello guys, what does mean this when I use it? \1
CallLocalFunction(cmdname, "is", playerid, "\0");
//and this too
CallLocalFunction(cmdname, "is", playerid, '\0');
Yeah, that's true I'm using it for empty string in CallLocalFunction, but \0 not work, I've tried this:
pawn Код:
|
#include mystring "foo"
print(mystring);