SA-MP Forums Archive
Text styles question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Text styles question (/showthread.php?tid=184245)



Text styles question - Scriptissue - 18.10.2010

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.

pawn Код:
format(string, 256, "jailed by %s time: %d Reason: %s ", sendername, jailtime, (result));
                        strmid(wstring, string, 128, strlen(string));



Re: Text styles question - Jochemd - 25.10.2010

Format
Send
Format
Send
Format
Send
etc.