ShowPlayerDialog woudn't show everything
#3

It's due to string size, the size you've specified in format is 128, therefore you're limited to 128 characters total (including all of the data you used while formatting). What you're going to want to do is replace...

pawn Код:
format(str1, 128, ...
...with...
pawn Код:
format(str1, sizeof(str1), ...
...and then increase the size of str1 as needed.
Reply


Messages In This Thread
ShowPlayerDialog woudn't show everything - by Goldilox - 11.06.2013, 00:29
Re: ShowPlayerDialog woudn't show everything - by DaTa[X] - 11.06.2013, 00:47
Re: ShowPlayerDialog woudn't show everything - by CodyCummings - 11.06.2013, 01:08
Re: ShowPlayerDialog woudn't show everything - by Goldilox - 11.06.2013, 01:21

Forum Jump:


Users browsing this thread: 2 Guest(s)