15.03.2012, 10:19
but how it actualy works? as i can see
strcat(string, "Hello,\n");
strcat(string, "my name is: "); (I need to put \n in here also, to send the new line?)
strcat(string, "[03]Garsino. "); ( and there also?)
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "strcat example", string, "Close", "");
I would need like
strcat(string, "Numbers\n");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "strcat example", string, "Close", "");
it it appears me in windows dialog like
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Header", num1\nNum2\num3 and so on...., "Close", "");
Not easy to explain how it should look.
strcat(string, "Hello,\n");
strcat(string, "my name is: "); (I need to put \n in here also, to send the new line?)
strcat(string, "[03]Garsino. "); ( and there also?)
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "strcat example", string, "Close", "");
I would need like
strcat(string, "Numbers\n");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "strcat example", string, "Close", "");
it it appears me in windows dialog like
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Header", num1\nNum2\num3 and so on...., "Close", "");
Not easy to explain how it should look.