01.07.2014, 08:20
I changed:
to:
And it doesn't seem to have an effect -- does strmid only work when copying strings?
pawn Код:
format(PlayerInformation[playerid][String], 64, "N/A");
pawn Код:
strmid(PlayerInformation[playerid][String], "N/A", 0, 64);