18.10.2010, 21:23
I have a script that adds InGame information into a file, how can I make it appear organized line under line ?
here is the format what it adds to the file: as far as I know it is /n but how can I adjust it perfectly I tired putting it underneath this script but it didn't work.
here is the format what it adds to the file: as far as I know it is /n but how can I adjust it perfectly I tired putting it underneath this script but it didn't work.
pawn Код:
format(string, 256, "jailed by %s time: %d Reason: %s ", sendername, jailtime, (result));
strmid(wstring, string, 128, strlen(string));