Long strings in dialogs
#1

Hi,

How to split long string in dialog? i have variable and i show it in dialog like

Код:
new Message[ MAX_PLAYERS ][ 500 ];
if it is longer than I specify how many characters can by in one line then carried over to the next line
Reply
#2

You can use strcat. Also why not

pawn Код:
new string[ Your max output legth ];
Reply
#3

No, i want to split
Reply
#4

Check this. https://sampwiki.blast.hk/wiki/Limits
And, honestly I don't know because you need to use strcat for long lines! I think the size is more longer than SendCliebtMessage/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)