11.12.2015, 13:00
I think this i have a problem with #pragma dynamic.
![](http://i.imgur.com/fkJibSc.png)
Any ideas?
Edit:
When i delete this line
I recive an unknown command in game eror. I see the dialog but the listitems are not shown. I use a "print" debug method and this line not execute:
![](http://i.imgur.com/fkJibSc.png)
Any ideas?
Edit:
When i delete this line
Код:
#pragma dynamic (DIALOG_MAX_LISTITEMS * DIALOG_MAX_LISTITEM_SIZE * 4)
Код:
new t_sSplit[DIALOG_MAX_LISTITEMS][DIALOG_MAX_LISTITEM_SIZE];