SA-MP Forums Archive
Quick 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: Quick Question (/showthread.php?tid=163362)



Quick Question - [NWA]Hannes - 27.07.2010

Can i use
pawn Код:
format(string, 128,...)
instead of
pawn Код:
format(string, sizeof(string),...)



Re: Quick Question - Simon - 27.07.2010

Yes. If you want to make your code more difficult to maintain and assuming the max length of the string is 128.