Is it possible to merge textdraws?
#2

pawn Код:
new Text: textdraw[11];

textdraw[0] = CreateTextDraw(..);
textdraw[1] = CreateTextDraw(..);
// and so on

for(new i = 0; i < sizeof(textdraw); i++)
{
    TextDrawShowForAll(textdraw[i]); // Shows all textdraws to everyone
}
Reply


Messages In This Thread
Is it possible to merge textdraws? - by RandomDude - 29.07.2013, 23:51
Re: Is it possible to merge textdraws? - by -Prodigy- - 29.07.2013, 23:52
Re: Is it possible to merge textdraws? - by RandomDude - 30.07.2013, 00:01
Re: Is it possible to merge textdraws? - by Kirollos - 30.07.2013, 00:03
Re: Is it possible to merge textdraws? - by RandomDude - 30.07.2013, 00:33
Re: Is it possible to merge textdraws? - by MP2 - 30.07.2013, 01:03

Forum Jump:


Users browsing this thread: 1 Guest(s)