27.03.2017, 13:01
You also can create a string and show the string into dialog
Код:
new string[128]; format(string,sizeof(string),"Whatever you need here"); ShowPlayerDialog(playerid,dialogid,dialogstyle,"Hold Objects",string,"Click","Cancel");