06.03.2016, 16:07
Quote:
|
Nice work and include Emmet_! I recommend to use macro definition because original 1st line has a lot text and params for writing(if you understand me.
Код:
#define DIALOG(%0) \ Dialog:%0(playerid, response, listitem, inputtext[]) Код:
DIALOG(DIALOG_NAME)
{
/* CODE HERE */
return (true);
}
|


