04.08.2014, 14:20
I have this code:
And when I try to print the content of cString I get blank why?
pawn Код:
Cut = strlen(RemovePlayerUnderscoreString(playerName(playerid))) + 7 + 64;
strmid(cString, text, Cut, strlen(text));