28.06.2014, 15:54
Yeah, that's true I'm using it for empty string in CallLocalFunction, but \0 not work, I've tried this:
Both crashes server
pawn Код:
CallLocalFunction(cmdname, "is", playerid, "\0");
//and this too
CallLocalFunction(cmdname, "is", playerid, '\0');

