viewing paste Unknown #5817 | Text

Posted on the
1 2 3 4 5 6
if (pc_get_group_level(sd)>20) {
        char *output = NULL;
        sprintf(output, "%s : %s", sd->status.name, message);
        //clif_broadcast2(&sd->bl, output, strlen(output) + 1, 0xFFFF00, 0, 10, 0, 0, AREA);
        clif->broadcast2(&sd->bl, output, strlen(output) +1, 0xFFFF00, 0, 10, 0, 0, AREA_WOC);
    }
Viewed 778 times, submitted by Xgear.