19.02.2014, 15:08
okay so im trying to show what is the string value using dialogs how can i do it ?
new string[128]; format(string, sizeof(string), "This is a message test for the dialog string. \n\rPlease say abracadabra after me."); ShowPlayerDialog(playerid, DIALOG_WELCOME, DIALOG_STYLE_MSGBOX, "Important Message", string, "Close", "");
new string[128];
format(string, sizeof(string), "This is a message test for the dialog string. \n\rYour money is %d.", moneyjob[playerid]);
ShowPlayerDialog(playerid, DIALOG_WELCOME, DIALOG_STYLE_MSGBOX, "Important Message", string, "Close", "");