23.09.2013, 11:07
It compiles to me if I change:
to:
It needs the color as second parameter.
I'm sure that there's an issue with whatever exists above OnDialogResponse callback. Make sure it closes and the OnDialogResponse is OUT of any callback.
pawn Код:
SendClientMessage( playerid, "{FF0000}<!> ...blabla..
pawn Код:
SendClientMessage( playerid, -1, "{FF0000}<!> ...blabla..
I'm sure that there's an issue with whatever exists above OnDialogResponse callback. Make sure it closes and the OnDialogResponse is OUT of any callback.