30.05.2013, 11:28
That won't change anything Ice..
Cause the \n is used for the dialog under it.
Also:
This line :
Should give you a warning..
Right one :
Cause the \n is used for the dialog under it.
Also:
This line :
pawn Код:
ShowPlayerDialog(playerid,dregister+3,DIALOG_STYLE_INPUT,"Status",string,"OKAY");
Right one :
pawn Код:
ShowPlayerDialog(playerid,dregister+3,DIALOG_STYLE_INPUT,"Status",string,"OKAY", "");