Quote:
Originally Posted by [HLF]Southclaw
This method is faster than format:
pawn Код:
pInfo[playerid][Title][0] = EOS; // set the first cell to "end-of-string" so the strcat function adds the string at the start. strcat(pInfo[playerid][Title], title); // concatenate the input string to the array cell.
|
It has nothing to do with the post but thanks Southclaw! Needed a faster formatting code!