13.01.2013, 20:55
But i don't get it what you mean with "str_" etc.. can you just do it for me?
Edit this one please..
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);