12.01.2013, 19:38
It's like this:
pawn Code:
new str_[ 128 ];
format(str_, sizeof(str_), "Currently: Not Broadcasting\nViewers: %d", viewers);
}
else
{
format(str_, sizeof(str_), "Currently: LIVE\nViewers: %d", viewers);
}
UpdateDynamic3DTextLabelText(SANews3DText, COLOR_LIGHTBLUE, string);