viewing paste Unknown #47085 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
clif_colormes(sd->fd, color_table[COLOR_CYAN], output);
clif_colormes(sd->fd, color_table[COLOR_CYAN], output);
clif_colormes(sd->fd, color_table[COLOR_CYAN], output);
clif_colormes(sd->fd, color_table[COLOR_CYAN], msg_txt(sd, 1590));
clif_colormes(sd->fd, color_table[COLOR_CYAN], msg_txt(sd, 1591));
clif_colormes(sd->fd, color_table[COLOR_CYAN], msg_txt(sd, 1592));
clif_colormes(sd->fd, color_table[COLOR_CYAN], msg_txt(sd, 1593));
 
 
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], output, false, SELF);
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], output, false, SELF);
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], output, false, SELF);
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], msg_txt(sd, 1590), false, SELF);
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], msg_txt(sd, 1591), false, SELF);
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], msg_txt(sd, 1592), false, SELF);
clif_messagecolor(&sd->bl, color_table[COLOR_CYAN], msg_txt(sd, 1593), false, SELF);
 
// clif_disp_onlyself
//-----------------------------------------------------
clif_disp_onlyself(vsd,temp,strlen(temp));
clif_disp_onlyself(vsd, temp, strlen(temp));
clif_disp_onlyself(vsd, temp, strlen(temp));
 
clif_messagecolor(vsd, color_table[COLOR_LIGHT_GREEN], temp, false, SELF);
 
Viewed 979 times, submitted by Guest.