What's new command
#2

pawn Код:
new watsnew[ 128 ];
This string can only hold '127' characters + a null ending character ('\0').
So you just need to increase the '128' to the number of characters that will be in your dialog and add 1 to it for the null character. (Don't make it too high, because they can consume a lot of data)
Reply


Messages In This Thread
What's new command - by Amit1998 - 23.06.2014, 00:13
Re: What's new command - by Threshold - 23.06.2014, 00:24
Re: What's new command - by Amit1998 - 23.06.2014, 00:34
Re: What's new command - by DeStunter - 23.06.2014, 00:45

Forum Jump:


Users browsing this thread: 1 Guest(s)