Posts: 3,004
Threads: 12
Joined: May 2011
Quote:
Originally Posted by rfr
For strcat example:
PHP код:
new string[144];
strcat(string,"\ni have not even read your code yet");
ShowPlayerDialog(playerid, DIALOG_UPDATES, DIALOG_STYLE_, "Server Updates", string, "Close", "");
|
Although the max. info length is 4096, don't forget about EOS / '\0' (End Of String)
144 + 1